Shades of Deep Magenta #CB2BDB
Tints of Deep Magenta #CB2BDB
RGB
CMYK
RGB Variations
Color information
#CB2BDB (or 0xCB2BDB) is known color: Deep Magenta. HEX triplet: CB, 2B and DB. RGB value is (203,43,219). Sum of RGB (Red+Green+Blue) = 203+43+219=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB2BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2BDB is #34D424. Grayscale: #6E6E6E. Windows color (decimal): -3462181 or 14363595. OLE color: 14363595.
HSL color Cylindrical-coordinate representation of color #CB2BDB: hue angle of 294.55º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2BDB is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 43 | 219 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.14 |
| HSL | 294.55º | 0.71% | 0.51% | - |
| HSV(B) | 294.55º | 0.8% | 0.86% | - |
| XYZ | 38.28 | 19.54 | 68.77 | - |
| YUV | 110.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 219 | 0.07 | 0.80 | 0 | 0.14 | 294.55 | 0.71 | 0.51 |
| Hex | CB | 2B | DB | 7 | 50 | 0 | E | 127 | 47 | 33 |
| Octal | 313 | 53 | 333 | 7 | 120 | 0 | 16 | 447 | 107 | 63 |
| Binary | 11001011 | 101011 | 11011011 | 111 | 1010000 | 0 | 1110 | 100100111 | 1000111 | 110011 |
Color Harmonies of #CB2BDB
Complementary color
Monochromatic Colors of #CB2BDB
Black with #CB2BDB
Text Example
Text Example
White with #CB2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BDB; }
p { color: rgb(203,43,219); }
H1.HeaderClassName
{
color: #CB2BDB;
}
.AnyTagClassName
{
color: #CB2BDB;
}
</style>
background-color css
<style>
a { background-color: #CB2BDB; }
a { background-color: rgb(203,43,219); }
div.DivClassName
{
background-color: #CB2BDB;
}
.BgClassName
{
background-color: #CB2BDB;
}
</style>
border-color css
<style>
span { border-color: #CB2BDB; }
span { border-color: rgb(203,43,219); }
td.TdClassName
{
border-color: #CB2BDB;
}
.TagClassName
{
border-color: #CB2BDB;
}
</style>