#7C0049
A dark, vivid magenta closely aligning with Mediumvioletred.
About #7C0049
Visually, #7C0049 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(124, 0, 73).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 100% Magenta, 41% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C0049
RGB124, 0, 73
HSL324.7°, 100.0%, 24.3%
CMYK0%, 100%, 41%, 51%
HSV324.7°, 100.0%, 48.6%
LAB26.1, 50.9, -6.5
XYZ9.5, 4.8, 6.7
Decimal8126537
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.75:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.28:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0049;
}
.text-color {
color: #7C0049;
}
.border-color {
border: 2px solid #7C0049;
}