Shades of Deep Magenta #CB0EAA
Tints of Deep Magenta #CB0EAA
RGB
CMYK
RGB Variations
Color information
#CB0EAA (or 0xCB0EAA) is known color: Deep Magenta. HEX triplet: CB, 0E and AA. RGB value is (203,14,170). Sum of RGB (Red+Green+Blue) = 203+14+170=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0EAA is #34F155. Grayscale: #575757. Windows color (decimal): -3469654 or 11144907. OLE color: 11144907.
HSL color Cylindrical-coordinate representation of color #CB0EAA: hue angle of 310.48º 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 #CB0EAA is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 14 | 170 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.20 |
| HSL | 310.48º | 0.87% | 0.43% | - |
| HSV(B) | 310.48º | 0.93% | 0.8% | - |
| XYZ | 32.04 | 15.91 | 39.41 | - |
| YUV | 88.3 | 174.12 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 170 | 0 | 0.93 | 0.16 | 0.20 | 310.48 | 0.87 | 0.43 |
| Hex | CB | E | AA | 0 | 5D | 10 | 14 | 136 | 57 | 2B |
| Octal | 313 | 16 | 252 | 0 | 135 | 20 | 24 | 466 | 127 | 53 |
| Binary | 11001011 | 1110 | 10101010 | 0 | 1011101 | 10000 | 10100 | 100110110 | 1010111 | 101011 |
Color Harmonies of #CB0EAA
Complementary color
Monochromatic Colors of #CB0EAA
Black with #CB0EAA
Text Example
Text Example
White with #CB0EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0EAA; }
p { color: rgb(203,14,170); }
H1.HeaderClassName
{
color: #CB0EAA;
}
.AnyTagClassName
{
color: #CB0EAA;
}
</style>
background-color css
<style>
a { background-color: #CB0EAA; }
a { background-color: rgb(203,14,170); }
div.DivClassName
{
background-color: #CB0EAA;
}
.BgClassName
{
background-color: #CB0EAA;
}
</style>
border-color css
<style>
span { border-color: #CB0EAA; }
span { border-color: rgb(203,14,170); }
td.TdClassName
{
border-color: #CB0EAA;
}
.TagClassName
{
border-color: #CB0EAA;
}
</style>