#CC1D75
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC1D75
When working with digital screens, the color #CC1D75 is rendered by mixing light. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(204, 29, 117).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 86% M, 43% Y, and 20% K. With a hue angle of 329.8 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#CC1D75
RGB204, 29, 117
HSL329.8°, 75.1%, 45.7%
CMYK0%, 86%, 43%, 20%
HSV329.8°, 85.8%, 80.0%
LAB45.6, 69.2, -3.9
XYZ28.6, 15.0, 18.2
Decimal13376885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.25:1
Text on #FFFFFF
AA
4.00:1
Text on #000000
AA Large
5.02:1
Text on #F8FAFC
AA
3.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1D75;
}
.text-color {
color: #CC1D75;
}
.border-color {
border: 2px solid #CC1D75;
}