#CC1D92
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC1D92
The precise color #CC1D92 is an excellent choice for modern design projects. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 204 red, 29 green, and 146 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 86% M, 28% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC1D92
RGB204, 29, 146
HSL319.9°, 75.1%, 45.7%
CMYK0%, 86%, 28%, 20%
HSV319.9°, 85.8%, 80.0%
LAB46.7, 72.2, -20.0
XYZ30.5, 15.8, 28.6
Decimal13376914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.05:1
Text on #FFFFFF
AA
4.16:1
Text on #000000
AA Large
4.83:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1D92;
}
.text-color {
color: #CC1D92;
}
.border-color {
border: 2px solid #CC1D92;
}