Shades of Medium Violet Red #C01370
Tints of Medium Violet Red #C01370
RGB
CMYK
RGB Variations
Color information
#C01370 (or 0xC01370) is known color: Medium Violet Red. HEX triplet: C0, 13 and 70. RGB value is (192,19,112). Sum of RGB (Red+Green+Blue) = 192+19+112=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C01370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01370 is #3FEC8F. Grayscale: #515151. Windows color (decimal): -4189328 or 7345088. OLE color: 7345088.
HSL color Cylindrical-coordinate representation of color #C01370: hue angle of 327.75º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01370 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 112 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.25 |
| HSL | 327.75º | 0.82% | 0.41% | - |
| HSV(B) | 327.75º | 0.9% | 0.75% | - |
| XYZ | 24.9 | 12.84 | 16.5 | - |
| YUV | 81.33 | 145.31 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 112 | 0 | 0.90 | 0.42 | 0.25 | 327.75 | 0.82 | 0.41 |
| Hex | C0 | 13 | 70 | 0 | 5A | 2A | 19 | 148 | 52 | 29 |
| Octal | 300 | 23 | 160 | 0 | 132 | 52 | 31 | 510 | 122 | 51 |
| Binary | 11000000 | 10011 | 1110000 | 0 | 1011010 | 101010 | 11001 | 101001000 | 1010010 | 101001 |
Color Harmonies of #C01370
Complementary color
Monochromatic Colors of #C01370
Black with #C01370
Text Example
Text Example
White with #C01370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01370; }
p { color: rgb(192,19,112); }
H1.HeaderClassName
{
color: #C01370;
}
.AnyTagClassName
{
color: #C01370;
}
</style>
background-color css
<style>
a { background-color: #C01370; }
a { background-color: rgb(192,19,112); }
div.DivClassName
{
background-color: #C01370;
}
.BgClassName
{
background-color: #C01370;
}
</style>
border-color css
<style>
span { border-color: #C01370; }
span { border-color: rgb(192,19,112); }
td.TdClassName
{
border-color: #C01370;
}
.TagClassName
{
border-color: #C01370;
}
</style>