MHB Why do we use CMYK color for printing?

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
  • Tags Tags
    Color Printing
AI Thread Summary
CMYK is preferred for printing materials like brochures and business cards because it effectively represents a wider range of lighter colors compared to RGB. In RGB, light is emitted, meaning colors are created by adding light, while in CMYK, colors are produced by absorbing light, leading to darker results when multiple layers are applied. Using RGB for printing can result in muddy and inaccurate colors due to the differences in color mixing methods. The mathematical relationship between the colors shows that cyan, magenta, and yellow are the inverses of red, green, and blue, with black added to enhance depth. Printing professionals often refer to these colors in terms familiar from primary school, despite their technical differences.
shivajikobardan
Messages
637
Reaction score
54
I will tell my research that i have done earlier here.

CMYK is used for print pieces like brochurers and business cards.
For RGB we need to start on black paper but we can't add light until we reach white because light can't be painted on surface, what does this bold content means to say?
in a monitor, light is being emitted (or added)when you add r,g,b you get white...in ink light is being absorbed(or subtracted) and when you absorb r,g,b you get black

if rgb is used, you get strange, muddy, and incorrect colors from printer. (but the question is why)

cmy cover most lighter color range quite easily compared to rgb.

I want if possible some mathematical representations of this...thanks
 
Technology news on Phys.org
Paint absorbs light. When we apply multiple layers of paint, more light is absorbed and the resulting color is darker.
Light is additive. Adding more light of a different color makes it lighter.

The painting colors cyan, magenta, and yellow are the opposite of the monitor colors red, green, and blue.
We might put that in formula form as $cyan = 1 - red, magenta = 1 - green, yellow = 1 - blue$.
Since mixing colors equally generally isn't quite gray, black is added as an additional color. The K in CMYK stands for blacK.

Btw, printing professionals tend to refer to cyan, magenta, and yellow as the colors blue, red, and yellow, which is what we learn in primary school as the primary colors..
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Replies
4
Views
1K
Replies
3
Views
3K
Replies
21
Views
2K
Replies
1
Views
2K
Replies
28
Views
4K
2
Replies
83
Views
21K
Replies
5
Views
4K
Back
Top