Shades of Deep Magenta #CE22DF
Tints of Deep Magenta #CE22DF
RGB
CMYK
RGB Variations
Color information
#CE22DF (or 0xCE22DF) is known color: Deep Magenta. HEX triplet: CE, 22 and DF. RGB value is (206,34,223). Sum of RGB (Red+Green+Blue) = 206+34+223=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE22DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22DF is #31DD20. Grayscale: #6A6A6A. Windows color (decimal): -3267873 or 14623438. OLE color: 14623438.
HSL color Cylindrical-coordinate representation of color #CE22DF: hue angle of 294.6º degrees, saturation: 0.75, 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 #CE22DF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 34 | 223 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.13 |
| HSL | 294.6º | 0.75% | 0.5% | - |
| HSV(B) | 294.6º | 0.85% | 0.87% | - |
| XYZ | 39.34 | 19.59 | 71.52 | - |
| YUV | 106.97 | 193.48 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 223 | 0.08 | 0.85 | 0 | 0.13 | 294.6 | 0.75 | 0.5 |
| Hex | CE | 22 | DF | 8 | 55 | 0 | D | 127 | 4B | 32 |
| Octal | 316 | 42 | 337 | 10 | 125 | 0 | 15 | 447 | 113 | 62 |
| Binary | 11001110 | 100010 | 11011111 | 1000 | 1010101 | 0 | 1101 | 100100111 | 1001011 | 110010 |
Color Harmonies of #CE22DF
Complementary color
Monochromatic Colors of #CE22DF
Black with #CE22DF
Text Example
Text Example
White with #CE22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22DF; }
p { color: rgb(206,34,223); }
H1.HeaderClassName
{
color: #CE22DF;
}
.AnyTagClassName
{
color: #CE22DF;
}
</style>
background-color css
<style>
a { background-color: #CE22DF; }
a { background-color: rgb(206,34,223); }
div.DivClassName
{
background-color: #CE22DF;
}
.BgClassName
{
background-color: #CE22DF;
}
</style>
border-color css
<style>
span { border-color: #CE22DF; }
span { border-color: rgb(206,34,223); }
td.TdClassName
{
border-color: #CE22DF;
}
.TagClassName
{
border-color: #CE22DF;
}
</style>