Shades of Deep Magenta #CB24DC
Tints of Deep Magenta #CB24DC
RGB
CMYK
RGB Variations
Color information
#CB24DC (or 0xCB24DC) is known color: Deep Magenta. HEX triplet: CB, 24 and DC. RGB value is (203,36,220). Sum of RGB (Red+Green+Blue) = 203+36+220=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB24DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24DC is #34DB23. Grayscale: #6A6A6A. Windows color (decimal): -3463972 or 14427339. OLE color: 14427339.
HSL color Cylindrical-coordinate representation of color #CB24DC: hue angle of 294.46º 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 #CB24DC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 36 | 220 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.14 |
| HSL | 294.46º | 0.72% | 0.5% | - |
| HSV(B) | 294.46º | 0.84% | 0.86% | - |
| XYZ | 38.18 | 19.13 | 69.39 | - |
| YUV | 106.91 | 191.83 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 220 | 0.08 | 0.84 | 0 | 0.14 | 294.46 | 0.72 | 0.5 |
| Hex | CB | 24 | DC | 8 | 54 | 0 | E | 126 | 48 | 32 |
| Octal | 313 | 44 | 334 | 10 | 124 | 0 | 16 | 446 | 110 | 62 |
| Binary | 11001011 | 100100 | 11011100 | 1000 | 1010100 | 0 | 1110 | 100100110 | 1001000 | 110010 |
Color Harmonies of #CB24DC
Complementary color
Monochromatic Colors of #CB24DC
Black with #CB24DC
Text Example
Text Example
White with #CB24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24DC; }
p { color: rgb(203,36,220); }
H1.HeaderClassName
{
color: #CB24DC;
}
.AnyTagClassName
{
color: #CB24DC;
}
</style>
background-color css
<style>
a { background-color: #CB24DC; }
a { background-color: rgb(203,36,220); }
div.DivClassName
{
background-color: #CB24DC;
}
.BgClassName
{
background-color: #CB24DC;
}
</style>
border-color css
<style>
span { border-color: #CB24DC; }
span { border-color: rgb(203,36,220); }
td.TdClassName
{
border-color: #CB24DC;
}
.TagClassName
{
border-color: #CB24DC;
}
</style>