Shades of Medium Violet Red #C42372
Tints of Medium Violet Red #C42372
RGB
CMYK
RGB Variations
Color information
#C42372 (or 0xC42372) is known color: Medium Violet Red. HEX triplet: C4, 23 and 72. RGB value is (196,35,114). Sum of RGB (Red+Green+Blue) = 196+35+114=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C42372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42372 is #3BDC8D. Grayscale: #5B5B5B. Windows color (decimal): -3923086 or 7480260. OLE color: 7480260.
HSL color Cylindrical-coordinate representation of color #C42372: hue angle of 330.56º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42372 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 114 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.23 |
| HSL | 330.56º | 0.7% | 0.45% | - |
| HSV(B) | 330.56º | 0.82% | 0.77% | - |
| XYZ | 26.4 | 14.15 | 17.26 | - |
| YUV | 92.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 114 | 0 | 0.82 | 0.42 | 0.23 | 330.56 | 0.7 | 0.45 |
| Hex | C4 | 23 | 72 | 0 | 52 | 2A | 17 | 14B | 46 | 2D |
| Octal | 304 | 43 | 162 | 0 | 122 | 52 | 27 | 513 | 106 | 55 |
| Binary | 11000100 | 100011 | 1110010 | 0 | 1010010 | 101010 | 10111 | 101001011 | 1000110 | 101101 |
Color Harmonies of #C42372
Complementary color
Monochromatic Colors of #C42372
Black with #C42372
Text Example
Text Example
White with #C42372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42372; }
p { color: rgb(196,35,114); }
H1.HeaderClassName
{
color: #C42372;
}
.AnyTagClassName
{
color: #C42372;
}
</style>
background-color css
<style>
a { background-color: #C42372; }
a { background-color: rgb(196,35,114); }
div.DivClassName
{
background-color: #C42372;
}
.BgClassName
{
background-color: #C42372;
}
</style>
border-color css
<style>
span { border-color: #C42372; }
span { border-color: rgb(196,35,114); }
td.TdClassName
{
border-color: #C42372;
}
.TagClassName
{
border-color: #C42372;
}
</style>