Shades of Deep Magenta #CE22DD
Tints of Deep Magenta #CE22DD
RGB
CMYK
RGB Variations
Color information
#CE22DD (or 0xCE22DD) is known color: Deep Magenta. HEX triplet: CE, 22 and DD. RGB value is (206,34,221). Sum of RGB (Red+Green+Blue) = 206+34+221=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE22DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22DD is #31DD22. Grayscale: #6A6A6A. Windows color (decimal): -3267875 or 14492366. OLE color: 14492366.
HSL color Cylindrical-coordinate representation of color #CE22DD: hue angle of 295.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE22DD is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 34 | 221 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.13 |
| HSL | 295.19º | 0.73% | 0.5% | - |
| HSV(B) | 295.19º | 0.85% | 0.87% | - |
| XYZ | 39.08 | 19.49 | 70.11 | - |
| YUV | 106.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 221 | 0.07 | 0.85 | 0 | 0.13 | 295.19 | 0.73 | 0.5 |
| Hex | CE | 22 | DD | 7 | 55 | 0 | D | 127 | 49 | 32 |
| Octal | 316 | 42 | 335 | 7 | 125 | 0 | 15 | 447 | 111 | 62 |
| Binary | 11001110 | 100010 | 11011101 | 111 | 1010101 | 0 | 1101 | 100100111 | 1001001 | 110010 |
Color Harmonies of #CE22DD
Complementary color
Monochromatic Colors of #CE22DD
Black with #CE22DD
Text Example
Text Example
White with #CE22DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22DD; }
p { color: rgb(206,34,221); }
H1.HeaderClassName
{
color: #CE22DD;
}
.AnyTagClassName
{
color: #CE22DD;
}
</style>
background-color css
<style>
a { background-color: #CE22DD; }
a { background-color: rgb(206,34,221); }
div.DivClassName
{
background-color: #CE22DD;
}
.BgClassName
{
background-color: #CE22DD;
}
</style>
border-color css
<style>
span { border-color: #CE22DD; }
span { border-color: rgb(206,34,221); }
td.TdClassName
{
border-color: #CE22DD;
}
.TagClassName
{
border-color: #CE22DD;
}
</style>