Shades of Deep Magenta #CB1BBB
Tints of Deep Magenta #CB1BBB
RGB
CMYK
RGB Variations
Color information
#CB1BBB (or 0xCB1BBB) is known color: Deep Magenta. HEX triplet: CB, 1B and BB. RGB value is (203,27,187). Sum of RGB (Red+Green+Blue) = 203+27+187=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1BBB is #34E444. Grayscale: #616161. Windows color (decimal): -3466309 or 12262347. OLE color: 12262347.
HSL color Cylindrical-coordinate representation of color #CB1BBB: hue angle of 305.45º 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 #CB1BBB is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 27 | 187 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.20 |
| HSL | 305.45º | 0.77% | 0.45% | - |
| HSV(B) | 305.45º | 0.87% | 0.8% | - |
| XYZ | 33.99 | 17.07 | 48.52 | - |
| YUV | 97.86 | 178.31 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 187 | 0 | 0.87 | 0.08 | 0.20 | 305.45 | 0.77 | 0.45 |
| Hex | CB | 1B | BB | 0 | 57 | 8 | 14 | 131 | 4D | 2D |
| Octal | 313 | 33 | 273 | 0 | 127 | 10 | 24 | 461 | 115 | 55 |
| Binary | 11001011 | 11011 | 10111011 | 0 | 1010111 | 1000 | 10100 | 100110001 | 1001101 | 101101 |
Color Harmonies of #CB1BBB
Complementary color
Monochromatic Colors of #CB1BBB
Black with #CB1BBB
Text Example
Text Example
White with #CB1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BBB; }
p { color: rgb(203,27,187); }
H1.HeaderClassName
{
color: #CB1BBB;
}
.AnyTagClassName
{
color: #CB1BBB;
}
</style>
background-color css
<style>
a { background-color: #CB1BBB; }
a { background-color: rgb(203,27,187); }
div.DivClassName
{
background-color: #CB1BBB;
}
.BgClassName
{
background-color: #CB1BBB;
}
</style>
border-color css
<style>
span { border-color: #CB1BBB; }
span { border-color: rgb(203,27,187); }
td.TdClassName
{
border-color: #CB1BBB;
}
.TagClassName
{
border-color: #CB1BBB;
}
</style>