Shades of Medium Violet Red #C41372
Tints of Medium Violet Red #C41372
RGB
CMYK
RGB Variations
Color information
#C41372 (or 0xC41372) is known color: Medium Violet Red. HEX triplet: C4, 13 and 72. RGB value is (196,19,114). Sum of RGB (Red+Green+Blue) = 196+19+114=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C41372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41372 is #3BEC8D. Grayscale: #525252. Windows color (decimal): -3927182 or 7476164. OLE color: 7476164.
HSL color Cylindrical-coordinate representation of color #C41372: hue angle of 327.8º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41372 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 114 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.23 |
| HSL | 327.8º | 0.82% | 0.42% | - |
| HSV(B) | 327.8º | 0.9% | 0.77% | - |
| XYZ | 26.04 | 13.42 | 17.14 | - |
| YUV | 82.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 114 | 0 | 0.90 | 0.42 | 0.23 | 327.8 | 0.82 | 0.42 |
| Hex | C4 | 13 | 72 | 0 | 5A | 2A | 17 | 148 | 52 | 2A |
| Octal | 304 | 23 | 162 | 0 | 132 | 52 | 27 | 510 | 122 | 52 |
| Binary | 11000100 | 10011 | 1110010 | 0 | 1011010 | 101010 | 10111 | 101001000 | 1010010 | 101010 |
Color Harmonies of #C41372
Complementary color
Monochromatic Colors of #C41372
Black with #C41372
Text Example
Text Example
White with #C41372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41372; }
p { color: rgb(196,19,114); }
H1.HeaderClassName
{
color: #C41372;
}
.AnyTagClassName
{
color: #C41372;
}
</style>
background-color css
<style>
a { background-color: #C41372; }
a { background-color: rgb(196,19,114); }
div.DivClassName
{
background-color: #C41372;
}
.BgClassName
{
background-color: #C41372;
}
</style>
border-color css
<style>
span { border-color: #C41372; }
span { border-color: rgb(196,19,114); }
td.TdClassName
{
border-color: #C41372;
}
.TagClassName
{
border-color: #C41372;
}
</style>