Shades of Deep Magenta #CB22DB
Tints of Deep Magenta #CB22DB
RGB
CMYK
RGB Variations
Color information
#CB22DB (or 0xCB22DB) is known color: Deep Magenta. HEX triplet: CB, 22 and DB. RGB value is (203,34,219). Sum of RGB (Red+Green+Blue) = 203+34+219=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB22DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB22DB is #34DD24. Grayscale: #696969. Windows color (decimal): -3464485 or 14361291. OLE color: 14361291.
HSL color Cylindrical-coordinate representation of color #CB22DB: hue angle of 294.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB22DB is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 34 | 219 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.14 |
| HSL | 294.81º | 0.73% | 0.5% | - |
| HSV(B) | 294.81º | 0.84% | 0.86% | - |
| XYZ | 37.99 | 18.96 | 68.67 | - |
| YUV | 105.62 | 191.99 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 219 | 0.07 | 0.84 | 0 | 0.14 | 294.81 | 0.73 | 0.5 |
| Hex | CB | 22 | DB | 7 | 54 | 0 | E | 127 | 49 | 32 |
| Octal | 313 | 42 | 333 | 7 | 124 | 0 | 16 | 447 | 111 | 62 |
| Binary | 11001011 | 100010 | 11011011 | 111 | 1010100 | 0 | 1110 | 100100111 | 1001001 | 110010 |
Color Harmonies of #CB22DB
Complementary color
Monochromatic Colors of #CB22DB
Black with #CB22DB
Text Example
Text Example
White with #CB22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB22DB; }
p { color: rgb(203,34,219); }
H1.HeaderClassName
{
color: #CB22DB;
}
.AnyTagClassName
{
color: #CB22DB;
}
</style>
background-color css
<style>
a { background-color: #CB22DB; }
a { background-color: rgb(203,34,219); }
div.DivClassName
{
background-color: #CB22DB;
}
.BgClassName
{
background-color: #CB22DB;
}
</style>
border-color css
<style>
span { border-color: #CB22DB; }
span { border-color: rgb(203,34,219); }
td.TdClassName
{
border-color: #CB22DB;
}
.TagClassName
{
border-color: #CB22DB;
}
</style>