What is the CMYK code for ruby?
The CSS color ruby in CMYK format is cmyk(0%, 99.5%, 64.9%, 20.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use ruby in CSS?
To apply ruby in CSS:
- Text color: color: cmyk(0%, 99.5%, 64.9%, 20.8%);
- Background: background-color: cmyk(0%, 99.5%, 64.9%, 20.8%);
- Border: border-color: cmyk(0%, 99.5%, 64.9%, 20.8%);
What are all the color format values for ruby?
| Format | Value |
|---|---|
| HEX | #ca0147 |
| RGB | rgb(202, 1, 71) |
| HSL | hsl(339.1, 99%, 39.8%) |
| CMYK | cmyk(0%, 99.5%, 64.9%, 20.8%) |
How do I convert ruby to CMYK?
Select ruby from the color name list in our color converter. The CMYK value — cmyk(0%, 99.5%, 64.9%, 20.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does ruby belong to?
ruby belongs to the pink color family. It is a medium, vivid color with HSL values: hue 339.1°, saturation 99%, lightness 39.8%.
How do I create lighter and darker shades of ruby?
Lighter variant (lightness 54.8%): #fe1a69. Darker variant (lightness 24.799999999999997%): #7e012c. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.