Shades of Deep Magenta #CB1BDB
Tints of Deep Magenta #CB1BDB
RGB
CMYK
RGB Variations
Color information
#CB1BDB (or 0xCB1BDB) is known color: Deep Magenta. HEX triplet: CB, 1B and DB. RGB value is (203,27,219). Sum of RGB (Red+Green+Blue) = 203+27+219=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB1BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1BDB is #34E424. Grayscale: #646464. Windows color (decimal): -3466277 or 14359499. OLE color: 14359499.
HSL color Cylindrical-coordinate representation of color #CB1BDB: hue angle of 295º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1BDB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 27 | 219 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.14 |
| HSL | 295º | 0.78% | 0.48% | - |
| HSV(B) | 295º | 0.88% | 0.86% | - |
| XYZ | 37.81 | 18.59 | 68.61 | - |
| YUV | 101.51 | 194.31 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 219 | 0.07 | 0.88 | 0 | 0.14 | 295 | 0.78 | 0.48 |
| Hex | CB | 1B | DB | 7 | 58 | 0 | E | 127 | 4E | 30 |
| Octal | 313 | 33 | 333 | 7 | 130 | 0 | 16 | 447 | 116 | 60 |
| Binary | 11001011 | 11011 | 11011011 | 111 | 1011000 | 0 | 1110 | 100100111 | 1001110 | 110000 |
Color Harmonies of #CB1BDB
Complementary color
Monochromatic Colors of #CB1BDB
Black with #CB1BDB
Text Example
Text Example
White with #CB1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BDB; }
p { color: rgb(203,27,219); }
H1.HeaderClassName
{
color: #CB1BDB;
}
.AnyTagClassName
{
color: #CB1BDB;
}
</style>
background-color css
<style>
a { background-color: #CB1BDB; }
a { background-color: rgb(203,27,219); }
div.DivClassName
{
background-color: #CB1BDB;
}
.BgClassName
{
background-color: #CB1BDB;
}
</style>
border-color css
<style>
span { border-color: #CB1BDB; }
span { border-color: rgb(203,27,219); }
td.TdClassName
{
border-color: #CB1BDB;
}
.TagClassName
{
border-color: #CB1BDB;
}
</style>