Shades of Deep Magenta #CB24DB
Tints of Deep Magenta #CB24DB
RGB
CMYK
RGB Variations
Color information
#CB24DB (or 0xCB24DB) is known color: Deep Magenta. HEX triplet: CB, 24 and DB. RGB value is (203,36,219). Sum of RGB (Red+Green+Blue) = 203+36+219=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24DB is #34DB24. Grayscale: #6A6A6A. Windows color (decimal): -3463973 or 14361803. OLE color: 14361803.
HSL color Cylindrical-coordinate representation of color #CB24DB: hue angle of 294.75º degrees, saturation: 0.72, 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 #CB24DB is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 36 | 219 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.14 |
| HSL | 294.75º | 0.72% | 0.5% | - |
| HSV(B) | 294.75º | 0.84% | 0.86% | - |
| XYZ | 38.05 | 19.07 | 68.69 | - |
| YUV | 106.8 | 191.33 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 219 | 0.07 | 0.84 | 0 | 0.14 | 294.75 | 0.72 | 0.5 |
| Hex | CB | 24 | DB | 7 | 54 | 0 | E | 127 | 48 | 32 |
| Octal | 313 | 44 | 333 | 7 | 124 | 0 | 16 | 447 | 110 | 62 |
| Binary | 11001011 | 100100 | 11011011 | 111 | 1010100 | 0 | 1110 | 100100111 | 1001000 | 110010 |
Color Harmonies of #CB24DB
Complementary color
Monochromatic Colors of #CB24DB
Black with #CB24DB
Text Example
Text Example
White with #CB24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24DB; }
p { color: rgb(203,36,219); }
H1.HeaderClassName
{
color: #CB24DB;
}
.AnyTagClassName
{
color: #CB24DB;
}
</style>
background-color css
<style>
a { background-color: #CB24DB; }
a { background-color: rgb(203,36,219); }
div.DivClassName
{
background-color: #CB24DB;
}
.BgClassName
{
background-color: #CB24DB;
}
</style>
border-color css
<style>
span { border-color: #CB24DB; }
span { border-color: rgb(203,36,219); }
td.TdClassName
{
border-color: #CB24DB;
}
.TagClassName
{
border-color: #CB24DB;
}
</style>