Shades of Deep Magenta #CE22DE
Tints of Deep Magenta #CE22DE
RGB
CMYK
RGB Variations
Color information
#CE22DE (or 0xCE22DE) is known color: Deep Magenta. HEX triplet: CE, 22 and DE. RGB value is (206,34,222). Sum of RGB (Red+Green+Blue) = 206+34+222=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE22DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22DE is #31DD21. Grayscale: #6A6A6A. Windows color (decimal): -3267874 or 14557902. OLE color: 14557902.
HSL color Cylindrical-coordinate representation of color #CE22DE: hue angle of 294.89º degrees, saturation: 0.74, 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 #CE22DE is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 34 | 222 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.13 |
| HSL | 294.89º | 0.74% | 0.5% | - |
| HSV(B) | 294.89º | 0.85% | 0.87% | - |
| XYZ | 39.21 | 19.54 | 70.81 | - |
| YUV | 106.86 | 192.98 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 222 | 0.07 | 0.85 | 0 | 0.13 | 294.89 | 0.74 | 0.5 |
| Hex | CE | 22 | DE | 7 | 55 | 0 | D | 127 | 4A | 32 |
| Octal | 316 | 42 | 336 | 7 | 125 | 0 | 15 | 447 | 112 | 62 |
| Binary | 11001110 | 100010 | 11011110 | 111 | 1010101 | 0 | 1101 | 100100111 | 1001010 | 110010 |
Color Harmonies of #CE22DE
Complementary color
Monochromatic Colors of #CE22DE
Black with #CE22DE
Text Example
Text Example
White with #CE22DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22DE; }
p { color: rgb(206,34,222); }
H1.HeaderClassName
{
color: #CE22DE;
}
.AnyTagClassName
{
color: #CE22DE;
}
</style>
background-color css
<style>
a { background-color: #CE22DE; }
a { background-color: rgb(206,34,222); }
div.DivClassName
{
background-color: #CE22DE;
}
.BgClassName
{
background-color: #CE22DE;
}
</style>
border-color css
<style>
span { border-color: #CE22DE; }
span { border-color: rgb(206,34,222); }
td.TdClassName
{
border-color: #CE22DE;
}
.TagClassName
{
border-color: #CE22DE;
}
</style>