Shades of Deep Magenta #C00BA8
Tints of Deep Magenta #C00BA8
RGB
CMYK
RGB Variations
Color information
#C00BA8 (or 0xC00BA8) is known color: Deep Magenta. HEX triplet: C0, 0B and A8. RGB value is (192,11,168). Sum of RGB (Red+Green+Blue) = 192+11+168=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00BA8 is #3FF457. Grayscale: #525252. Windows color (decimal): -4191320 or 11013056. OLE color: 11013056.
HSL color Cylindrical-coordinate representation of color #C00BA8: hue angle of 307.96º 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 #C00BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.25 |
| HSL | 307.96º | 0.89% | 0.4% | - |
| HSV(B) | 307.96º | 0.94% | 0.75% | - |
| XYZ | 28.93 | 14.27 | 38.28 | - |
| YUV | 83.02 | 175.97 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 168 | 0 | 0.94 | 0.12 | 0.25 | 307.96 | 0.89 | 0.4 |
| Hex | C0 | B | A8 | 0 | 5E | C | 19 | 134 | 59 | 28 |
| Octal | 300 | 13 | 250 | 0 | 136 | 14 | 31 | 464 | 131 | 50 |
| Binary | 11000000 | 1011 | 10101000 | 0 | 1011110 | 1100 | 11001 | 100110100 | 1011001 | 101000 |
Color Harmonies of #C00BA8
Complementary color
Monochromatic Colors of #C00BA8
Black with #C00BA8
Text Example
Text Example
White with #C00BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BA8; }
p { color: rgb(192,11,168); }
H1.HeaderClassName
{
color: #C00BA8;
}
.AnyTagClassName
{
color: #C00BA8;
}
</style>
background-color css
<style>
a { background-color: #C00BA8; }
a { background-color: rgb(192,11,168); }
div.DivClassName
{
background-color: #C00BA8;
}
.BgClassName
{
background-color: #C00BA8;
}
</style>
border-color css
<style>
span { border-color: #C00BA8; }
span { border-color: rgb(192,11,168); }
td.TdClassName
{
border-color: #C00BA8;
}
.TagClassName
{
border-color: #C00BA8;
}
</style>