Shades of Deep Magenta #CE22E5
Tints of Deep Magenta #CE22E5
RGB
CMYK
RGB Variations
Color information
#CE22E5 (or 0xCE22E5) is known color: Deep Magenta. HEX triplet: CE, 22 and E5. RGB value is (206,34,229). Sum of RGB (Red+Green+Blue) = 206+34+229=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 34 (13.67% from 255 or 7.25% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE22E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22E5 is #31DD1A. Grayscale: #6B6B6B. Windows color (decimal): -3267867 or 15016654. OLE color: 15016654.
HSL color Cylindrical-coordinate representation of color #CE22E5: hue angle of 292.92º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE22E5 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 34 | 229 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.10 |
| HSL | 292.92º | 0.79% | 0.52% | - |
| HSV(B) | 292.92º | 0.85% | 0.9% | - |
| XYZ | 40.17 | 19.92 | 75.86 | - |
| YUV | 107.66 | 196.48 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 229 | 0.10 | 0.85 | 0 | 0.10 | 292.92 | 0.79 | 0.52 |
| Hex | CE | 22 | E5 | A | 55 | 0 | A | 125 | 4F | 34 |
| Octal | 316 | 42 | 345 | 12 | 125 | 0 | 12 | 445 | 117 | 64 |
| Binary | 11001110 | 100010 | 11100101 | 1010 | 1010101 | 0 | 1010 | 100100101 | 1001111 | 110100 |
Color Harmonies of #CE22E5
Complementary color
Monochromatic Colors of #CE22E5
Black with #CE22E5
Text Example
Text Example
White with #CE22E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22E5; }
p { color: rgb(206,34,229); }
H1.HeaderClassName
{
color: #CE22E5;
}
.AnyTagClassName
{
color: #CE22E5;
}
</style>
background-color css
<style>
a { background-color: #CE22E5; }
a { background-color: rgb(206,34,229); }
div.DivClassName
{
background-color: #CE22E5;
}
.BgClassName
{
background-color: #CE22E5;
}
</style>
border-color css
<style>
span { border-color: #CE22E5; }
span { border-color: rgb(206,34,229); }
td.TdClassName
{
border-color: #CE22E5;
}
.TagClassName
{
border-color: #CE22E5;
}
</style>