What is the CMYK code for light mauve?
The CSS color light mauve in CMYK format is cmyk(0%, 24.7%, 17%, 23.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use light mauve in CSS?
To apply light mauve in CSS:
- Text color: color: cmyk(0%, 24.7%, 17%, 23.9%);
- Background: background-color: cmyk(0%, 24.7%, 17%, 23.9%);
- Border: border-color: cmyk(0%, 24.7%, 17%, 23.9%);
What are all the color format values for light mauve?
| Format | Value |
|---|---|
| HEX | #c292a1 |
| RGB | rgb(194, 146, 161) |
| HSL | hsl(341.3, 28.2%, 66.7%) |
| CMYK | cmyk(0%, 24.7%, 17%, 23.9%) |
How do I convert light mauve to CMYK?
Select light mauve from the color name list in our color converter. The CMYK value — cmyk(0%, 24.7%, 17%, 23.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light mauve belong to?
light mauve belongs to the pink color family. It is a medium, muted color with HSL values: hue 341.3°, saturation 28.2%, lightness 66.7%.
How do I create lighter and darker shades of light mauve?
Lighter variant (lightness 81.7%): #ddc3cb. Darker variant (lightness 51.7%): #a76177. 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.