#CC1D83
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC1D83
At its core, #CC1D83 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 204 red, 29 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 86% Magenta, 36% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC1D83
RGB204, 29, 131
HSL325.0°, 75.1%, 45.7%
CMYK0%, 86%, 36%, 20%
HSV325.0°, 85.8%, 80.0%
LAB46.1, 70.6, -11.8
XYZ29.4, 15.4, 22.9
Decimal13376899
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.16:1
Text on #FFFFFF
AA
4.07:1
Text on #000000
AA Large
4.93:1
Text on #F8FAFC
AA
3.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1D83;
}
.text-color {
color: #CC1D83;
}
.border-color {
border: 2px solid #CC1D83;
}