Convert RGB color values into CMYK (cyan, magenta, yellow, key/black) percentages used for print production.
Formula
K = 1 − max(R,G,B); C,M,Y derived from remaining channel ratios