#CC1675
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC1675
The hex code #CC1675 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(204, 22, 117).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 89% M, 43% Y, and 20% K. The HSL representation is 328.7° hue, 80.5% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC1675
RGB204, 22, 117
HSL328.7°, 80.5%, 44.3%
CMYK0%, 89%, 43%, 20%
HSV328.7°, 89.2%, 80.0%
LAB45.2, 70.4, -4.6
XYZ28.4, 14.7, 18.2
Decimal13375093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.33:1
Text on #FFFFFF
AA
3.94:1
Text on #000000
AA Large
5.10:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1675;
}
.text-color {
color: #CC1675;
}
.border-color {
border: 2px solid #CC1675;
}