Shades of Deep Magenta #CB0EAC
Tints of Deep Magenta #CB0EAC
RGB
CMYK
RGB Variations
Color information
#CB0EAC (or 0xCB0EAC) is known color: Deep Magenta. HEX triplet: CB, 0E and AC. RGB value is (203,14,172). Sum of RGB (Red+Green+Blue) = 203+14+172=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0EAC is #34F153. Grayscale: #585858. Windows color (decimal): -3469652 or 11275979. OLE color: 11275979.
HSL color Cylindrical-coordinate representation of color #CB0EAC: hue angle of 309.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0EAC is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 14 | 172 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.20 |
| HSL | 309.84º | 0.87% | 0.43% | - |
| HSV(B) | 309.84º | 0.93% | 0.8% | - |
| XYZ | 32.23 | 15.99 | 40.42 | - |
| YUV | 88.52 | 175.12 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 172 | 0 | 0.93 | 0.15 | 0.20 | 309.84 | 0.87 | 0.43 |
| Hex | CB | E | AC | 0 | 5D | F | 14 | 136 | 57 | 2B |
| Octal | 313 | 16 | 254 | 0 | 135 | 17 | 24 | 466 | 127 | 53 |
| Binary | 11001011 | 1110 | 10101100 | 0 | 1011101 | 1111 | 10100 | 100110110 | 1010111 | 101011 |
Color Harmonies of #CB0EAC
Complementary color
Monochromatic Colors of #CB0EAC
Black with #CB0EAC
Text Example
Text Example
White with #CB0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0EAC; }
p { color: rgb(203,14,172); }
H1.HeaderClassName
{
color: #CB0EAC;
}
.AnyTagClassName
{
color: #CB0EAC;
}
</style>
background-color css
<style>
a { background-color: #CB0EAC; }
a { background-color: rgb(203,14,172); }
div.DivClassName
{
background-color: #CB0EAC;
}
.BgClassName
{
background-color: #CB0EAC;
}
</style>
border-color css
<style>
span { border-color: #CB0EAC; }
span { border-color: rgb(203,14,172); }
td.TdClassName
{
border-color: #CB0EAC;
}
.TagClassName
{
border-color: #CB0EAC;
}
</style>