Shades of Medium Violet Red #C00A71
Tints of Medium Violet Red #C00A71
RGB
CMYK
RGB Variations
Color information
#C00A71 (or 0xC00A71) is known color: Medium Violet Red. HEX triplet: C0, 0A and 71. RGB value is (192,10,113). Sum of RGB (Red+Green+Blue) = 192+10+113=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A71 is #3FF58E. Grayscale: #4B4B4B. Windows color (decimal): -4191631 or 7408320. OLE color: 7408320.
HSL color Cylindrical-coordinate representation of color #C00A71: hue angle of 326.04º 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 #C00A71 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 113 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.25 |
| HSL | 326.04º | 0.9% | 0.4% | - |
| HSV(B) | 326.04º | 0.95% | 0.75% | - |
| XYZ | 24.83 | 12.62 | 16.75 | - |
| YUV | 76.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 113 | 0 | 0.95 | 0.41 | 0.25 | 326.04 | 0.9 | 0.4 |
| Hex | C0 | A | 71 | 0 | 5F | 29 | 19 | 146 | 5A | 28 |
| Octal | 300 | 12 | 161 | 0 | 137 | 51 | 31 | 506 | 132 | 50 |
| Binary | 11000000 | 1010 | 1110001 | 0 | 1011111 | 101001 | 11001 | 101000110 | 1011010 | 101000 |
Color Harmonies of #C00A71
Complementary color
Monochromatic Colors of #C00A71
Black with #C00A71
Text Example
Text Example
White with #C00A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A71; }
p { color: rgb(192,10,113); }
H1.HeaderClassName
{
color: #C00A71;
}
.AnyTagClassName
{
color: #C00A71;
}
</style>
background-color css
<style>
a { background-color: #C00A71; }
a { background-color: rgb(192,10,113); }
div.DivClassName
{
background-color: #C00A71;
}
.BgClassName
{
background-color: #C00A71;
}
</style>
border-color css
<style>
span { border-color: #C00A71; }
span { border-color: rgb(192,10,113); }
td.TdClassName
{
border-color: #C00A71;
}
.TagClassName
{
border-color: #C00A71;
}
</style>