Shades of Medium Violet Red #C42072
Tints of Medium Violet Red #C42072
RGB
CMYK
RGB Variations
Color information
#C42072 (or 0xC42072) is known color: Medium Violet Red. HEX triplet: C4, 20 and 72. RGB value is (196,32,114). Sum of RGB (Red+Green+Blue) = 196+32+114=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C42072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42072 is #3BDF8D. Grayscale: #5A5A5A. Windows color (decimal): -3923854 or 7479492. OLE color: 7479492.
HSL color Cylindrical-coordinate representation of color #C42072: hue angle of 330º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42072 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 114 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.23 |
| HSL | 330º | 0.72% | 0.45% | - |
| HSV(B) | 330º | 0.84% | 0.77% | - |
| XYZ | 26.32 | 13.98 | 17.23 | - |
| YUV | 90.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 114 | 0 | 0.84 | 0.42 | 0.23 | 330 | 0.72 | 0.45 |
| Hex | C4 | 20 | 72 | 0 | 54 | 2A | 17 | 14A | 48 | 2D |
| Octal | 304 | 40 | 162 | 0 | 124 | 52 | 27 | 512 | 110 | 55 |
| Binary | 11000100 | 100000 | 1110010 | 0 | 1010100 | 101010 | 10111 | 101001010 | 1001000 | 101101 |
Color Harmonies of #C42072
Complementary color
Monochromatic Colors of #C42072
Black with #C42072
Text Example
Text Example
White with #C42072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42072; }
p { color: rgb(196,32,114); }
H1.HeaderClassName
{
color: #C42072;
}
.AnyTagClassName
{
color: #C42072;
}
</style>
background-color css
<style>
a { background-color: #C42072; }
a { background-color: rgb(196,32,114); }
div.DivClassName
{
background-color: #C42072;
}
.BgClassName
{
background-color: #C42072;
}
</style>
border-color css
<style>
span { border-color: #C42072; }
span { border-color: rgb(196,32,114); }
td.TdClassName
{
border-color: #C42072;
}
.TagClassName
{
border-color: #C42072;
}
</style>