Shades of Medium Violet Red #C41E71
Tints of Medium Violet Red #C41E71
RGB
CMYK
RGB Variations
Color information
#C41E71 (or 0xC41E71) is known color: Medium Violet Red. HEX triplet: C4, 1E and 71. RGB value is (196,30,113). Sum of RGB (Red+Green+Blue) = 196+30+113=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E71 is #3BE18E. Grayscale: #585858. Windows color (decimal): -3924367 or 7413444. OLE color: 7413444.
HSL color Cylindrical-coordinate representation of color #C41E71: hue angle of 330º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41E71 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 113 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.23 |
| HSL | 330º | 0.73% | 0.44% | - |
| HSV(B) | 330º | 0.85% | 0.77% | - |
| XYZ | 26.21 | 13.86 | 16.92 | - |
| YUV | 89.1 | 141.5 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 113 | 0 | 0.85 | 0.42 | 0.23 | 330 | 0.73 | 0.44 |
| Hex | C4 | 1E | 71 | 0 | 55 | 2A | 17 | 14A | 49 | 2C |
| Octal | 304 | 36 | 161 | 0 | 125 | 52 | 27 | 512 | 111 | 54 |
| Binary | 11000100 | 11110 | 1110001 | 0 | 1010101 | 101010 | 10111 | 101001010 | 1001001 | 101100 |
Color Harmonies of #C41E71
Complementary color
Monochromatic Colors of #C41E71
Black with #C41E71
Text Example
Text Example
White with #C41E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E71; }
p { color: rgb(196,30,113); }
H1.HeaderClassName
{
color: #C41E71;
}
.AnyTagClassName
{
color: #C41E71;
}
</style>
background-color css
<style>
a { background-color: #C41E71; }
a { background-color: rgb(196,30,113); }
div.DivClassName
{
background-color: #C41E71;
}
.BgClassName
{
background-color: #C41E71;
}
</style>
border-color css
<style>
span { border-color: #C41E71; }
span { border-color: rgb(196,30,113); }
td.TdClassName
{
border-color: #C41E71;
}
.TagClassName
{
border-color: #C41E71;
}
</style>