Shades of Medium Violet Red #C01472
Tints of Medium Violet Red #C01472
RGB
CMYK
RGB Variations
Color information
#C01472 (or 0xC01472) is known color: Medium Violet Red. HEX triplet: C0, 14 and 72. RGB value is (192,20,114). Sum of RGB (Red+Green+Blue) = 192+20+114=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C01472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01472 is #3FEB8D. Grayscale: #515151. Windows color (decimal): -4189070 or 7476416. OLE color: 7476416.
HSL color Cylindrical-coordinate representation of color #C01472: hue angle of 327.21º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01472 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 114 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.25 |
| HSL | 327.21º | 0.81% | 0.42% | - |
| HSV(B) | 327.21º | 0.9% | 0.75% | - |
| XYZ | 25.03 | 12.92 | 17.09 | - |
| YUV | 82.14 | 145.98 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 114 | 0 | 0.90 | 0.41 | 0.25 | 327.21 | 0.81 | 0.42 |
| Hex | C0 | 14 | 72 | 0 | 5A | 29 | 19 | 147 | 51 | 2A |
| Octal | 300 | 24 | 162 | 0 | 132 | 51 | 31 | 507 | 121 | 52 |
| Binary | 11000000 | 10100 | 1110010 | 0 | 1011010 | 101001 | 11001 | 101000111 | 1010001 | 101010 |
Color Harmonies of #C01472
Complementary color
Monochromatic Colors of #C01472
Black with #C01472
Text Example
Text Example
White with #C01472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01472; }
p { color: rgb(192,20,114); }
H1.HeaderClassName
{
color: #C01472;
}
.AnyTagClassName
{
color: #C01472;
}
</style>
background-color css
<style>
a { background-color: #C01472; }
a { background-color: rgb(192,20,114); }
div.DivClassName
{
background-color: #C01472;
}
.BgClassName
{
background-color: #C01472;
}
</style>
border-color css
<style>
span { border-color: #C01472; }
span { border-color: rgb(192,20,114); }
td.TdClassName
{
border-color: #C01472;
}
.TagClassName
{
border-color: #C01472;
}
</style>