Shades of Deep Magenta #C00BAB
Tints of Deep Magenta #C00BAB
RGB
CMYK
RGB Variations
Color information
#C00BAB (or 0xC00BAB) is known color: Deep Magenta. HEX triplet: C0, 0B and AB. RGB value is (192,11,171). Sum of RGB (Red+Green+Blue) = 192+11+171=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00BAB is #3FF454. Grayscale: #525252. Windows color (decimal): -4191317 or 11209664. OLE color: 11209664.
HSL color Cylindrical-coordinate representation of color #C00BAB: hue angle of 306.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 #C00BAB is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 171 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.25 |
| HSL | 306.96º | 0.89% | 0.4% | - |
| HSV(B) | 306.96º | 0.94% | 0.75% | - |
| XYZ | 29.21 | 14.39 | 39.77 | - |
| YUV | 83.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 171 | 0 | 0.94 | 0.11 | 0.25 | 306.96 | 0.89 | 0.4 |
| Hex | C0 | B | AB | 0 | 5E | B | 19 | 133 | 59 | 28 |
| Octal | 300 | 13 | 253 | 0 | 136 | 13 | 31 | 463 | 131 | 50 |
| Binary | 11000000 | 1011 | 10101011 | 0 | 1011110 | 1011 | 11001 | 100110011 | 1011001 | 101000 |
Color Harmonies of #C00BAB
Complementary color
Monochromatic Colors of #C00BAB
Black with #C00BAB
Text Example
Text Example
White with #C00BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BAB; }
p { color: rgb(192,11,171); }
H1.HeaderClassName
{
color: #C00BAB;
}
.AnyTagClassName
{
color: #C00BAB;
}
</style>
background-color css
<style>
a { background-color: #C00BAB; }
a { background-color: rgb(192,11,171); }
div.DivClassName
{
background-color: #C00BAB;
}
.BgClassName
{
background-color: #C00BAB;
}
</style>
border-color css
<style>
span { border-color: #C00BAB; }
span { border-color: rgb(192,11,171); }
td.TdClassName
{
border-color: #C00BAB;
}
.TagClassName
{
border-color: #C00BAB;
}
</style>