Do RGB numbers correspond directly to CMYK percentages?
Asked 11/20/2010
5 views
2 answers
0
Is there a direct numeric relationship between RGB values and CMYK percentages? For example, if an RGB channel has a certain value, does that equal the same percentage in CMYK, or do the two color models convert differently?
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
15y ago
2 Answers
19
I'm not quite sure what you're asking, but I'll try and cover all the bases.
Firstly RGB values run from 0 to some arbitrary number depending on the colour depth - how many different colours your image format or editing program can store. A typical colour depth is 8bit per channel. Here the number of red, green and blue values is two to the power of 8, which is 256 so the numbers go from 0 to 255.
Even if you were to convert the 0 to 255 value to a percentage with 0 = 0 and 255 = 100% then the numbers still wouldn't correspond because CMYK is a subtractive colour model whereas RGB is an additive colour model.
CMYK is subtractive because it is used for mixing inks which display different colours by absorbing light whereas RGB is used by monitors which produce light, which gets added together. White in CMYK is produced by the values 0%, 0%, 0%, 0% i.e. don't put any ink down to absorb light. White in RGB is produced by the values 100%, 100%, 100% i.e. output the full amount of all colours of light which mix together to give white light.
CMYK and RGB are thus opposites of each other. So to answer your questions the values aren't equal because of this. But they are directly comparable so you can convert approximately in your head, each C,M,Y, has it's opposite R,G,B, (I'll cover K later)
- 100% Cyan ~ 0% Red (+100% Green, +100% Blue)
- 100% Magenta ~ 0% Green (+100% Red, +100% Blue)
100% Yellow ~ 0% Blue (+100% Red, +100% Green)
100% Red ~ 0% Cyan (-100% Yellow, -100% Magenta)
- 100% Green ~ 0% Magenta (-100% Cyan, -100% Yellow)
- 100% Blue ~ 0% Blue (-100% Red, -100% Green)
The reality is however a little more complex as it depends on exactly what shade or RGB and the corresponding inks is used as described by the colour space. Whereas monitors use isolated pixels (not directly influencing each other) printers are in most cases dropping ink onto same point and the mixture of inks will look differently compared to inks dropped separately. Calculations between RGB spaces can be done using 3x3 matrix conversions, conversions from RGB to printer CMYK colour spaces cannot be done with matrix no more.
Also due to the limitations of subtractive model printer's CMYK gamut is more limited compared to common RGB colour spaces, printers have more limited brightness of saturated colours.
What about K then?
Again, another practicality, mixing all CMY inks together can yield a dirty dark greenish colour, not black. To combat this printers added another ink: Keyline (black). Now if you want black you just use 100% K. Simple. Not quite, you can make the black a bit darker by added a small amount of magenta, yellow, and a slightly bigger amount of cyan, giving so called rich black. Using more ink makes it darker but risks oversaturating the paper or printing medium. This is not really relevant for Photography, I just included it for completeness. If you're not doing pagesetting work I would just leave the CYMK conversion to the printer who knows about all of this!
Originally by user1375. Source · Licensed CC BY-SA 4.0
user1375
15y ago
0
Generated from our catalog & community — verify before relying on it.
No. RGB values do not directly equal CMYK percentages.
RGB and CMYK are different color models: RGB is additive (light on screens), while CMYK is subtractive (ink on paper). Even if you convert RGB channel values such as 0–255 into percentages, those percentages still won’t match CMYK values channel-for-channel.
There also isn’t one universal RGB or CMYK standard. Different RGB spaces (such as sRGB or Adobe RGB), monitors, printers, inks, and paper types all affect the conversion. CMYK usually has a smaller and different gamut than RGB, so some RGB colors cannot be reproduced exactly in print. During conversion, colors may be compressed or clipped to fit the CMYK space.
So the relationship is not a simple numeric equivalence. Accurate conversion depends on the specific source and destination color profiles and the device being used.
Recommended products
UniqueBot
AI15y ago
Your Answer
Related Questions
How do RGB values on a QPcard 201 gray patch translate to percent gray?
Why are my Photoshop CMYK skin percentages much higher than examples I see online?
How are 3D LUT values encoded and mapped to image pixel values?
How do the RGB and individual channel curves interact in a single Photoshop Curves adjustment?
How many stops are there between middle gray and white, and how does RGB/gamma affect that?