Shades of Deep Magenta #CB1AB0
Tints of Deep Magenta #CB1AB0
RGB
CMYK
RGB Variations
Color information
#CB1AB0 (or 0xCB1AB0) is known color: Deep Magenta. HEX triplet: CB, 1A and B0. RGB value is (203,26,176). Sum of RGB (Red+Green+Blue) = 203+26+176=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1AB0 is #34E54F. Grayscale: #5F5F5F. Windows color (decimal): -3466576 or 11541195. OLE color: 11541195.
HSL color Cylindrical-coordinate representation of color #CB1AB0: hue angle of 309.15º 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 #CB1AB0 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 176 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.20 |
| HSL | 309.15º | 0.77% | 0.45% | - |
| HSV(B) | 309.15º | 0.87% | 0.8% | - |
| XYZ | 32.83 | 16.57 | 42.54 | - |
| YUV | 96.02 | 173.14 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 176 | 0 | 0.87 | 0.13 | 0.20 | 309.15 | 0.77 | 0.45 |
| Hex | CB | 1A | B0 | 0 | 57 | D | 14 | 135 | 4D | 2D |
| Octal | 313 | 32 | 260 | 0 | 127 | 15 | 24 | 465 | 115 | 55 |
| Binary | 11001011 | 11010 | 10110000 | 0 | 1010111 | 1101 | 10100 | 100110101 | 1001101 | 101101 |
Color Harmonies of #CB1AB0
Complementary color
Monochromatic Colors of #CB1AB0
Black with #CB1AB0
Text Example
Text Example
White with #CB1AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1AB0; }
p { color: rgb(203,26,176); }
H1.HeaderClassName
{
color: #CB1AB0;
}
.AnyTagClassName
{
color: #CB1AB0;
}
</style>
background-color css
<style>
a { background-color: #CB1AB0; }
a { background-color: rgb(203,26,176); }
div.DivClassName
{
background-color: #CB1AB0;
}
.BgClassName
{
background-color: #CB1AB0;
}
</style>
border-color css
<style>
span { border-color: #CB1AB0; }
span { border-color: rgb(203,26,176); }
td.TdClassName
{
border-color: #CB1AB0;
}
.TagClassName
{
border-color: #CB1AB0;
}
</style>