Shades of Deep Magenta #CE22DC
Tints of Deep Magenta #CE22DC
RGB
CMYK
RGB Variations
Color information
#CE22DC (or 0xCE22DC) is known color: Deep Magenta. HEX triplet: CE, 22 and DC. RGB value is (206,34,220). Sum of RGB (Red+Green+Blue) = 206+34+220=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 34 (13.67% from 255 or 7.39% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE22DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22DC is #31DD23. Grayscale: #6A6A6A. Windows color (decimal): -3267876 or 14426830. OLE color: 14426830.
HSL color Cylindrical-coordinate representation of color #CE22DC: hue angle of 295.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE22DC is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 34 | 220 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.14 |
| HSL | 295.48º | 0.73% | 0.5% | - |
| HSV(B) | 295.48º | 0.85% | 0.86% | - |
| XYZ | 38.94 | 19.43 | 69.41 | - |
| YUV | 106.63 | 191.98 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 220 | 0.06 | 0.85 | 0 | 0.14 | 295.48 | 0.73 | 0.5 |
| Hex | CE | 22 | DC | 6 | 55 | 0 | E | 127 | 49 | 32 |
| Octal | 316 | 42 | 334 | 6 | 125 | 0 | 16 | 447 | 111 | 62 |
| Binary | 11001110 | 100010 | 11011100 | 110 | 1010101 | 0 | 1110 | 100100111 | 1001001 | 110010 |
Color Harmonies of #CE22DC
Complementary color
Monochromatic Colors of #CE22DC
Black with #CE22DC
Text Example
Text Example
White with #CE22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22DC; }
p { color: rgb(206,34,220); }
H1.HeaderClassName
{
color: #CE22DC;
}
.AnyTagClassName
{
color: #CE22DC;
}
</style>
background-color css
<style>
a { background-color: #CE22DC; }
a { background-color: rgb(206,34,220); }
div.DivClassName
{
background-color: #CE22DC;
}
.BgClassName
{
background-color: #CE22DC;
}
</style>
border-color css
<style>
span { border-color: #CE22DC; }
span { border-color: rgb(206,34,220); }
td.TdClassName
{
border-color: #CE22DC;
}
.TagClassName
{
border-color: #CE22DC;
}
</style>