Shades of Deep Magenta #CB1BB9
Tints of Deep Magenta #CB1BB9
RGB
CMYK
RGB Variations
Color information
#CB1BB9 (or 0xCB1BB9) is known color: Deep Magenta. HEX triplet: CB, 1B and B9. RGB value is (203,27,185). Sum of RGB (Red+Green+Blue) = 203+27+185=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1BB9 is #34E446. Grayscale: #616161. Windows color (decimal): -3466311 or 12131275. OLE color: 12131275.
HSL color Cylindrical-coordinate representation of color #CB1BB9: hue angle of 306.14º 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 #CB1BB9 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 27 | 185 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.20 |
| HSL | 306.14º | 0.77% | 0.45% | - |
| HSV(B) | 306.14º | 0.87% | 0.8% | - |
| XYZ | 33.78 | 16.98 | 47.4 | - |
| YUV | 97.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 185 | 0 | 0.87 | 0.09 | 0.20 | 306.14 | 0.77 | 0.45 |
| Hex | CB | 1B | B9 | 0 | 57 | 9 | 14 | 132 | 4D | 2D |
| Octal | 313 | 33 | 271 | 0 | 127 | 11 | 24 | 462 | 115 | 55 |
| Binary | 11001011 | 11011 | 10111001 | 0 | 1010111 | 1001 | 10100 | 100110010 | 1001101 | 101101 |
Color Harmonies of #CB1BB9
Complementary color
Monochromatic Colors of #CB1BB9
Black with #CB1BB9
Text Example
Text Example
White with #CB1BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BB9; }
p { color: rgb(203,27,185); }
H1.HeaderClassName
{
color: #CB1BB9;
}
.AnyTagClassName
{
color: #CB1BB9;
}
</style>
background-color css
<style>
a { background-color: #CB1BB9; }
a { background-color: rgb(203,27,185); }
div.DivClassName
{
background-color: #CB1BB9;
}
.BgClassName
{
background-color: #CB1BB9;
}
</style>
border-color css
<style>
span { border-color: #CB1BB9; }
span { border-color: rgb(203,27,185); }
td.TdClassName
{
border-color: #CB1BB9;
}
.TagClassName
{
border-color: #CB1BB9;
}
</style>