Shades of Deep Magenta #CB28DB
Tints of Deep Magenta #CB28DB
RGB
CMYK
RGB Variations
Color information
#CB28DB (or 0xCB28DB) is known color: Deep Magenta. HEX triplet: CB, 28 and DB. RGB value is (203,40,219). Sum of RGB (Red+Green+Blue) = 203+40+219=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28DB is #34D724. Grayscale: #6C6C6C. Windows color (decimal): -3462949 or 14362827. OLE color: 14362827.
HSL color Cylindrical-coordinate representation of color #CB28DB: hue angle of 294.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB28DB is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 40 | 219 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.14 |
| HSL | 294.64º | 0.71% | 0.51% | - |
| HSV(B) | 294.64º | 0.82% | 0.86% | - |
| XYZ | 38.17 | 19.33 | 68.74 | - |
| YUV | 109.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 219 | 0.07 | 0.82 | 0 | 0.14 | 294.64 | 0.71 | 0.51 |
| Hex | CB | 28 | DB | 7 | 52 | 0 | E | 127 | 47 | 33 |
| Octal | 313 | 50 | 333 | 7 | 122 | 0 | 16 | 447 | 107 | 63 |
| Binary | 11001011 | 101000 | 11011011 | 111 | 1010010 | 0 | 1110 | 100100111 | 1000111 | 110011 |
Color Harmonies of #CB28DB
Complementary color
Monochromatic Colors of #CB28DB
Black with #CB28DB
Text Example
Text Example
White with #CB28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28DB; }
p { color: rgb(203,40,219); }
H1.HeaderClassName
{
color: #CB28DB;
}
.AnyTagClassName
{
color: #CB28DB;
}
</style>
background-color css
<style>
a { background-color: #CB28DB; }
a { background-color: rgb(203,40,219); }
div.DivClassName
{
background-color: #CB28DB;
}
.BgClassName
{
background-color: #CB28DB;
}
</style>
border-color css
<style>
span { border-color: #CB28DB; }
span { border-color: rgb(203,40,219); }
td.TdClassName
{
border-color: #CB28DB;
}
.TagClassName
{
border-color: #CB28DB;
}
</style>