Shades of Deep Magenta #CB11AB
Tints of Deep Magenta #CB11AB
RGB
CMYK
RGB Variations
Color information
#CB11AB (or 0xCB11AB) is known color: Deep Magenta. HEX triplet: CB, 11 and AB. RGB value is (203,17,171). Sum of RGB (Red+Green+Blue) = 203+17+171=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB11AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB11AB is #34EE54. Grayscale: #595959. Windows color (decimal): -3468885 or 11211211. OLE color: 11211211.
HSL color Cylindrical-coordinate representation of color #CB11AB: hue angle of 310.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB11AB is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 171 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.20 |
| HSL | 310.32º | 0.85% | 0.43% | - |
| HSV(B) | 310.32º | 0.92% | 0.8% | - |
| XYZ | 32.18 | 16.04 | 39.93 | - |
| YUV | 90.17 | 173.62 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 171 | 0 | 0.92 | 0.16 | 0.20 | 310.32 | 0.85 | 0.43 |
| Hex | CB | 11 | AB | 0 | 5C | 10 | 14 | 136 | 55 | 2B |
| Octal | 313 | 21 | 253 | 0 | 134 | 20 | 24 | 466 | 125 | 53 |
| Binary | 11001011 | 10001 | 10101011 | 0 | 1011100 | 10000 | 10100 | 100110110 | 1010101 | 101011 |
Color Harmonies of #CB11AB
Complementary color
Monochromatic Colors of #CB11AB
Black with #CB11AB
Text Example
Text Example
White with #CB11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11AB; }
p { color: rgb(203,17,171); }
H1.HeaderClassName
{
color: #CB11AB;
}
.AnyTagClassName
{
color: #CB11AB;
}
</style>
background-color css
<style>
a { background-color: #CB11AB; }
a { background-color: rgb(203,17,171); }
div.DivClassName
{
background-color: #CB11AB;
}
.BgClassName
{
background-color: #CB11AB;
}
</style>
border-color css
<style>
span { border-color: #CB11AB; }
span { border-color: rgb(203,17,171); }
td.TdClassName
{
border-color: #CB11AB;
}
.TagClassName
{
border-color: #CB11AB;
}
</style>