#7C2C49
A dark, moderate magenta closely aligning with Palevioletred.
About #7C2C49
The hex code #7C2C49 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(124, 44, 73).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C2C49
RGB124, 44, 73
HSL338.2°, 47.6%, 32.9%
CMYK0%, 65%, 41%, 51%
HSV338.2°, 64.5%, 48.6%
LAB30.8, 37.5, 0.5
XYZ10.4, 6.6, 7.0
Decimal8137801
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.08:1
Text on #FFFFFF
AAA
2.31:1
Text on #000000
FAIL
8.68:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2C49;
}
.text-color {
color: #7C2C49;
}
.border-color {
border: 2px solid #7C2C49;
}