Skip to content

CMYK colour chart

Featured Replies

Okay, already needs a fix :-(

Change the CMYK calculation lines to this order

m = 100*(v % steps)/(steps-1);
y = 100*Math.floor(v / steps)/(steps-1);
(...)
c = 100*(h % steps)/(steps-1);
k = 100*Math.floor(h / steps)/(steps-1);

to get the classical cyan/magenta block in the 'white' corner. To get increments of 20%, use a step value of 6 (0%, 20%, 40%, 60%, 80%, and 100% is six steps). The default '5' will show 25% increments.

Create an account or sign in to comment

Important Information

We are placing functional cookies on your device to help make this website better.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.