Shades of Deep Magenta #CB1ABB
Tints of Deep Magenta #CB1ABB
RGB
CMYK
RGB Variations
Color information
#CB1ABB (or 0xCB1ABB) is known color: Deep Magenta. HEX triplet: CB, 1A and BB. RGB value is (203,26,187). Sum of RGB (Red+Green+Blue) = 203+26+187=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1ABB is #34E544. Grayscale: #606060. Windows color (decimal): -3466565 or 12262091. OLE color: 12262091.
HSL color Cylindrical-coordinate representation of color #CB1ABB: hue angle of 305.42º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1ABB is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 187 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.20 |
| HSL | 305.42º | 0.77% | 0.45% | - |
| HSV(B) | 305.42º | 0.87% | 0.8% | - |
| XYZ | 33.97 | 17.02 | 48.51 | - |
| YUV | 97.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 187 | 0 | 0.87 | 0.08 | 0.20 | 305.42 | 0.77 | 0.45 |
| Hex | CB | 1A | BB | 0 | 57 | 8 | 14 | 131 | 4D | 2D |
| Octal | 313 | 32 | 273 | 0 | 127 | 10 | 24 | 461 | 115 | 55 |
| Binary | 11001011 | 11010 | 10111011 | 0 | 1010111 | 1000 | 10100 | 100110001 | 1001101 | 101101 |
Color Harmonies of #CB1ABB
Complementary color
Monochromatic Colors of #CB1ABB
Black with #CB1ABB
Text Example
Text Example
White with #CB1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1ABB; }
p { color: rgb(203,26,187); }
H1.HeaderClassName
{
color: #CB1ABB;
}
.AnyTagClassName
{
color: #CB1ABB;
}
</style>
background-color css
<style>
a { background-color: #CB1ABB; }
a { background-color: rgb(203,26,187); }
div.DivClassName
{
background-color: #CB1ABB;
}
.BgClassName
{
background-color: #CB1ABB;
}
</style>
border-color css
<style>
span { border-color: #CB1ABB; }
span { border-color: rgb(203,26,187); }
td.TdClassName
{
border-color: #CB1ABB;
}
.TagClassName
{
border-color: #CB1ABB;
}
</style>