It is possible to convert CMYK values to RGB values. We can see how to do this in the following section.
Consider the cyan, magento, yellow and black values of CMYK as c, m, y and k respectively. Now we can find the equivalent RGB values using the following formulas :
r = (1-k)-(1-k)*c;
g = (1-k)-(1-k)*m;
b = (1-k)-(1-k)*y;
Here, r, g and b will have the corresponding red, green and blue values.
Incoming search terms:
- cggiuajq
- converting cmyk values to rgb in ios
- ios cmyk
- phonegap OrientationChanged



