Shades of Medium Violet Red #C01A70
Tints of Medium Violet Red #C01A70
RGB
CMYK
RGB Variations
Color information
#C01A70 (or 0xC01A70) is known color: Medium Violet Red. HEX triplet: C0, 1A and 70. RGB value is (192,26,112). Sum of RGB (Red+Green+Blue) = 192+26+112=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A70 is #3FE58F. Grayscale: #555555. Windows color (decimal): -4187536 or 7346880. OLE color: 7346880.
HSL color Cylindrical-coordinate representation of color #C01A70: hue angle of 328.92º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A70 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 112 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.25 |
| HSL | 328.92º | 0.76% | 0.43% | - |
| HSV(B) | 328.92º | 0.86% | 0.75% | - |
| XYZ | 25.03 | 13.12 | 16.54 | - |
| YUV | 85.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 112 | 0 | 0.86 | 0.42 | 0.25 | 328.92 | 0.76 | 0.43 |
| Hex | C0 | 1A | 70 | 0 | 56 | 2A | 19 | 149 | 4C | 2B |
| Octal | 300 | 32 | 160 | 0 | 126 | 52 | 31 | 511 | 114 | 53 |
| Binary | 11000000 | 11010 | 1110000 | 0 | 1010110 | 101010 | 11001 | 101001001 | 1001100 | 101011 |
Color Harmonies of #C01A70
Complementary color
Monochromatic Colors of #C01A70
Black with #C01A70
Text Example
Text Example
White with #C01A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A70; }
p { color: rgb(192,26,112); }
H1.HeaderClassName
{
color: #C01A70;
}
.AnyTagClassName
{
color: #C01A70;
}
</style>
background-color css
<style>
a { background-color: #C01A70; }
a { background-color: rgb(192,26,112); }
div.DivClassName
{
background-color: #C01A70;
}
.BgClassName
{
background-color: #C01A70;
}
</style>
border-color css
<style>
span { border-color: #C01A70; }
span { border-color: rgb(192,26,112); }
td.TdClassName
{
border-color: #C01A70;
}
.TagClassName
{
border-color: #C01A70;
}
</style>