#C53AC5
A medium, moderate magenta closely aligning with Mediumorchid.
About #C53AC5
The hex code #C53AC5 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 58, and 197.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 71% Magenta, 0% Yellow, and 23% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C53AC5
RGB197, 58, 197
HSL300.0°, 54.5%, 50.0%
CMYK0%, 71%, 0%, 23%
HSV300.0°, 70.6%, 77.3%
LAB50.6, 70.0, -44.1
XYZ34.6, 18.9, 54.7
Decimal12925637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.39:1
Text on #FFFFFF
AA Large
4.79:1
Text on #000000
AA
4.19:1
Text on #F8FAFC
AA Large
4.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C53AC5;
}
.text-color {
color: #C53AC5;
}
.border-color {
border: 2px solid #C53AC5;
}