Shades of Medium Violet Red #C00BA0
Tints of Medium Violet Red #C00BA0
RGB
CMYK
RGB Variations
Color information
#C00BA0 (or 0xC00BA0) is known color: Medium Violet Red. HEX triplet: C0, 0B and A0. RGB value is (192,11,160). Sum of RGB (Red+Green+Blue) = 192+11+160=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00BA0 is #3FF45F. Grayscale: #515151. Windows color (decimal): -4191328 or 10488768. OLE color: 10488768.
HSL color Cylindrical-coordinate representation of color #C00BA0: hue angle of 310.61º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 160 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.25 |
| HSL | 310.61º | 0.89% | 0.4% | - |
| HSV(B) | 310.61º | 0.94% | 0.75% | - |
| XYZ | 28.2 | 13.98 | 34.47 | - |
| YUV | 82.11 | 171.97 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 160 | 0 | 0.94 | 0.17 | 0.25 | 310.61 | 0.89 | 0.4 |
| Hex | C0 | B | A0 | 0 | 5E | 11 | 19 | 137 | 59 | 28 |
| Octal | 300 | 13 | 240 | 0 | 136 | 21 | 31 | 467 | 131 | 50 |
| Binary | 11000000 | 1011 | 10100000 | 0 | 1011110 | 10001 | 11001 | 100110111 | 1011001 | 101000 |
Color Harmonies of #C00BA0
Complementary color
Monochromatic Colors of #C00BA0
Black with #C00BA0
Text Example
Text Example
White with #C00BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BA0; }
p { color: rgb(192,11,160); }
H1.HeaderClassName
{
color: #C00BA0;
}
.AnyTagClassName
{
color: #C00BA0;
}
</style>
background-color css
<style>
a { background-color: #C00BA0; }
a { background-color: rgb(192,11,160); }
div.DivClassName
{
background-color: #C00BA0;
}
.BgClassName
{
background-color: #C00BA0;
}
</style>
border-color css
<style>
span { border-color: #C00BA0; }
span { border-color: rgb(192,11,160); }
td.TdClassName
{
border-color: #C00BA0;
}
.TagClassName
{
border-color: #C00BA0;
}
</style>