Shades of Medium Violet Red #C00A99
Tints of Medium Violet Red #C00A99
RGB
CMYK
RGB Variations
Color information
#C00A99 (or 0xC00A99) is known color: Medium Violet Red. HEX triplet: C0, 0A and 99. RGB value is (192,10,153). Sum of RGB (Red+Green+Blue) = 192+10+153=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00A99 is #3FF566. Grayscale: #505050. Windows color (decimal): -4191591 or 10029760. OLE color: 10029760.
HSL color Cylindrical-coordinate representation of color #C00A99: hue angle of 312.86º 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 #C00A99 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 153 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.25 |
| HSL | 312.86º | 0.9% | 0.4% | - |
| HSV(B) | 312.86º | 0.95% | 0.75% | - |
| XYZ | 27.6 | 13.72 | 31.33 | - |
| YUV | 80.72 | 168.8 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 153 | 0 | 0.95 | 0.20 | 0.25 | 312.86 | 0.9 | 0.4 |
| Hex | C0 | A | 99 | 0 | 5F | 14 | 19 | 139 | 5A | 28 |
| Octal | 300 | 12 | 231 | 0 | 137 | 24 | 31 | 471 | 132 | 50 |
| Binary | 11000000 | 1010 | 10011001 | 0 | 1011111 | 10100 | 11001 | 100111001 | 1011010 | 101000 |
Color Harmonies of #C00A99
Complementary color
Monochromatic Colors of #C00A99
Black with #C00A99
Text Example
Text Example
White with #C00A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A99; }
p { color: rgb(192,10,153); }
H1.HeaderClassName
{
color: #C00A99;
}
.AnyTagClassName
{
color: #C00A99;
}
</style>
background-color css
<style>
a { background-color: #C00A99; }
a { background-color: rgb(192,10,153); }
div.DivClassName
{
background-color: #C00A99;
}
.BgClassName
{
background-color: #C00A99;
}
</style>
border-color css
<style>
span { border-color: #C00A99; }
span { border-color: rgb(192,10,153); }
td.TdClassName
{
border-color: #C00A99;
}
.TagClassName
{
border-color: #C00A99;
}
</style>