Why do printers work in CMYK when the image starts as RGB?
A digital image is captured and stored in terms of red, green and blue. A printer then converts it to cyan, magenta, yellow and black to put ink on white paper.
That conversion loses information and is a source of endless frustration when colours shift between screen and print. If the image is RGB all the way through, why does the printing stage not simply use red, green and blue inks?
What makes the four-ink approach the right one for paper?
@print_paloma · 2w ago
Because a screen and a page produce colour by opposite mechanisms, and the ink set has to match the mechanism rather than the file.
A screen emits light. It starts black — nothing emitting — and adds light. Red plus green plus blue at full gives white. That is additive, and red, green and blue are the right emitters.
A page reflects light. It starts white — the paper reflecting everything — and each ink removes part of the spectrum. That is subtractive, and the useful inks are the ones that each subtract roughly one of the three channels the eye uses.
Cyan absorbs red, magenta absorbs green, yellow absorbs blue. So each ink is the complement of one screen primary, and combinations of them can subtract any amount of any channel.
If you printed with red, green and blue inks instead, each would absorb two channels rather than one. Overlapping two of them would leave almost nothing reflected, so you could produce dark colours and very little else. The gamut would be tiny.
Reply
Report