#CC33A0
A medium, moderate magenta closely aligning with Mediumvioletred.
About #CC33A0
At its core, #CC33A0 is a medium and moderate hue. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 204 red, 51 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 75% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CC33A0
RGB204, 51, 160
HSL317.3°, 60.0%, 50.0%
CMYK0%, 75%, 22%, 20%
HSV317.3°, 75.0%, 80.0%
LAB49.2, 68.4, -24.6
XYZ32.4, 17.7, 35.0
Decimal13382560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.62:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC33A0;
}
.text-color {
color: #CC33A0;
}
.border-color {
border: 2px solid #CC33A0;
}