Shades of Medium Violet Red #C00A70
Tints of Medium Violet Red #C00A70
RGB
CMYK
RGB Variations
Color information
#C00A70 (or 0xC00A70) is known color: Medium Violet Red. HEX triplet: C0, 0A and 70. RGB value is (192,10,112). Sum of RGB (Red+Green+Blue) = 192+10+112=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A70 is #3FF58F. Grayscale: #4B4B4B. Windows color (decimal): -4191632 or 7342784. OLE color: 7342784.
HSL color Cylindrical-coordinate representation of color #C00A70: hue angle of 326.37º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A70 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 112 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.25 |
| HSL | 326.37º | 0.9% | 0.4% | - |
| HSV(B) | 326.37º | 0.95% | 0.75% | - |
| XYZ | 24.77 | 12.59 | 16.45 | - |
| YUV | 76.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 112 | 0 | 0.95 | 0.42 | 0.25 | 326.37 | 0.9 | 0.4 |
| Hex | C0 | A | 70 | 0 | 5F | 2A | 19 | 146 | 5A | 28 |
| Octal | 300 | 12 | 160 | 0 | 137 | 52 | 31 | 506 | 132 | 50 |
| Binary | 11000000 | 1010 | 1110000 | 0 | 1011111 | 101010 | 11001 | 101000110 | 1011010 | 101000 |
Color Harmonies of #C00A70
Complementary color
Monochromatic Colors of #C00A70
Black with #C00A70
Text Example
Text Example
White with #C00A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A70; }
p { color: rgb(192,10,112); }
H1.HeaderClassName
{
color: #C00A70;
}
.AnyTagClassName
{
color: #C00A70;
}
</style>
background-color css
<style>
a { background-color: #C00A70; }
a { background-color: rgb(192,10,112); }
div.DivClassName
{
background-color: #C00A70;
}
.BgClassName
{
background-color: #C00A70;
}
</style>
border-color css
<style>
span { border-color: #C00A70; }
span { border-color: rgb(192,10,112); }
td.TdClassName
{
border-color: #C00A70;
}
.TagClassName
{
border-color: #C00A70;
}
</style>