Shades of Deep Magenta #CB24DD
Tints of Deep Magenta #CB24DD
RGB
CMYK
RGB Variations
Color information
#CB24DD (or 0xCB24DD) is known color: Deep Magenta. HEX triplet: CB, 24 and DD. RGB value is (203,36,221). Sum of RGB (Red+Green+Blue) = 203+36+221=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB24DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24DD is #34DB22. Grayscale: #6A6A6A. Windows color (decimal): -3463971 or 14492875. OLE color: 14492875.
HSL color Cylindrical-coordinate representation of color #CB24DD: hue angle of 294.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB24DD is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 36 | 221 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.13 |
| HSL | 294.16º | 0.73% | 0.5% | - |
| HSV(B) | 294.16º | 0.84% | 0.87% | - |
| XYZ | 38.31 | 19.18 | 70.09 | - |
| YUV | 107.02 | 192.33 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 221 | 0.08 | 0.84 | 0 | 0.13 | 294.16 | 0.73 | 0.5 |
| Hex | CB | 24 | DD | 8 | 54 | 0 | D | 126 | 49 | 32 |
| Octal | 313 | 44 | 335 | 10 | 124 | 0 | 15 | 446 | 111 | 62 |
| Binary | 11001011 | 100100 | 11011101 | 1000 | 1010100 | 0 | 1101 | 100100110 | 1001001 | 110010 |
Color Harmonies of #CB24DD
Complementary color
Monochromatic Colors of #CB24DD
Black with #CB24DD
Text Example
Text Example
White with #CB24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24DD; }
p { color: rgb(203,36,221); }
H1.HeaderClassName
{
color: #CB24DD;
}
.AnyTagClassName
{
color: #CB24DD;
}
</style>
background-color css
<style>
a { background-color: #CB24DD; }
a { background-color: rgb(203,36,221); }
div.DivClassName
{
background-color: #CB24DD;
}
.BgClassName
{
background-color: #CB24DD;
}
</style>
border-color css
<style>
span { border-color: #CB24DD; }
span { border-color: rgb(203,36,221); }
td.TdClassName
{
border-color: #CB24DD;
}
.TagClassName
{
border-color: #CB24DD;
}
</style>