Shades of Medium Violet Red #C01470
Tints of Medium Violet Red #C01470
RGB
CMYK
RGB Variations
Color information
#C01470 (or 0xC01470) is known color: Medium Violet Red. HEX triplet: C0, 14 and 70. RGB value is (192,20,112). Sum of RGB (Red+Green+Blue) = 192+20+112=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C01470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01470 is #3FEB8F. Grayscale: #515151. Windows color (decimal): -4189072 or 7345344. OLE color: 7345344.
HSL color Cylindrical-coordinate representation of color #C01470: hue angle of 327.91º 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 #C01470 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 112 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.25 |
| HSL | 327.91º | 0.81% | 0.42% | - |
| HSV(B) | 327.91º | 0.9% | 0.75% | - |
| XYZ | 24.91 | 12.88 | 16.5 | - |
| YUV | 81.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 112 | 0 | 0.90 | 0.42 | 0.25 | 327.91 | 0.81 | 0.42 |
| Hex | C0 | 14 | 70 | 0 | 5A | 2A | 19 | 148 | 51 | 2A |
| Octal | 300 | 24 | 160 | 0 | 132 | 52 | 31 | 510 | 121 | 52 |
| Binary | 11000000 | 10100 | 1110000 | 0 | 1011010 | 101010 | 11001 | 101001000 | 1010001 | 101010 |
Color Harmonies of #C01470
Complementary color
Monochromatic Colors of #C01470
Black with #C01470
Text Example
Text Example
White with #C01470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01470; }
p { color: rgb(192,20,112); }
H1.HeaderClassName
{
color: #C01470;
}
.AnyTagClassName
{
color: #C01470;
}
</style>
background-color css
<style>
a { background-color: #C01470; }
a { background-color: rgb(192,20,112); }
div.DivClassName
{
background-color: #C01470;
}
.BgClassName
{
background-color: #C01470;
}
</style>
border-color css
<style>
span { border-color: #C01470; }
span { border-color: rgb(192,20,112); }
td.TdClassName
{
border-color: #C01470;
}
.TagClassName
{
border-color: #C01470;
}
</style>