Shades of Deep Magenta #CB20DB
Tints of Deep Magenta #CB20DB
RGB
CMYK
RGB Variations
Color information
#CB20DB (or 0xCB20DB) is known color: Deep Magenta. HEX triplet: CB, 20 and DB. RGB value is (203,32,219). Sum of RGB (Red+Green+Blue) = 203+32+219=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB20DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB20DB is #34DF24. Grayscale: #676767. Windows color (decimal): -3464997 or 14360779. OLE color: 14360779.
HSL color Cylindrical-coordinate representation of color #CB20DB: hue angle of 294.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB20DB is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 32 | 219 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.14 |
| HSL | 294.87º | 0.75% | 0.49% | - |
| HSV(B) | 294.87º | 0.85% | 0.86% | - |
| XYZ | 37.93 | 18.84 | 68.66 | - |
| YUV | 104.45 | 192.65 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 219 | 0.07 | 0.85 | 0 | 0.14 | 294.87 | 0.75 | 0.49 |
| Hex | CB | 20 | DB | 7 | 55 | 0 | E | 127 | 4B | 31 |
| Octal | 313 | 40 | 333 | 7 | 125 | 0 | 16 | 447 | 113 | 61 |
| Binary | 11001011 | 100000 | 11011011 | 111 | 1010101 | 0 | 1110 | 100100111 | 1001011 | 110001 |
Color Harmonies of #CB20DB
Complementary color
Monochromatic Colors of #CB20DB
Black with #CB20DB
Text Example
Text Example
White with #CB20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20DB; }
p { color: rgb(203,32,219); }
H1.HeaderClassName
{
color: #CB20DB;
}
.AnyTagClassName
{
color: #CB20DB;
}
</style>
background-color css
<style>
a { background-color: #CB20DB; }
a { background-color: rgb(203,32,219); }
div.DivClassName
{
background-color: #CB20DB;
}
.BgClassName
{
background-color: #CB20DB;
}
</style>
border-color css
<style>
span { border-color: #CB20DB; }
span { border-color: rgb(203,32,219); }
td.TdClassName
{
border-color: #CB20DB;
}
.TagClassName
{
border-color: #CB20DB;
}
</style>