Shades of Deep Magenta #CE22C0
Tints of Deep Magenta #CE22C0
RGB
CMYK
RGB Variations
Color information
#CE22C0 (or 0xCE22C0) is known color: Deep Magenta. HEX triplet: CE, 22 and C0. RGB value is (206,34,192). Sum of RGB (Red+Green+Blue) = 206+34+192=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22C0 is #31DD3F. Grayscale: #666666. Windows color (decimal): -3267904 or 12591822. OLE color: 12591822.
HSL color Cylindrical-coordinate representation of color #CE22C0: hue angle of 304.88º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE22C0 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 192 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.19 |
| HSL | 304.88º | 0.72% | 0.47% | - |
| HSV(B) | 304.88º | 0.83% | 0.81% | - |
| XYZ | 35.54 | 18.07 | 51.48 | - |
| YUV | 103.44 | 177.98 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 192 | 0 | 0.83 | 0.07 | 0.19 | 304.88 | 0.72 | 0.47 |
| Hex | CE | 22 | C0 | 0 | 53 | 7 | 13 | 131 | 48 | 2F |
| Octal | 316 | 42 | 300 | 0 | 123 | 7 | 23 | 461 | 110 | 57 |
| Binary | 11001110 | 100010 | 11000000 | 0 | 1010011 | 111 | 10011 | 100110001 | 1001000 | 101111 |
Color Harmonies of #CE22C0
Complementary color
Monochromatic Colors of #CE22C0
Black with #CE22C0
Text Example
Text Example
White with #CE22C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22C0; }
p { color: rgb(206,34,192); }
H1.HeaderClassName
{
color: #CE22C0;
}
.AnyTagClassName
{
color: #CE22C0;
}
</style>
background-color css
<style>
a { background-color: #CE22C0; }
a { background-color: rgb(206,34,192); }
div.DivClassName
{
background-color: #CE22C0;
}
.BgClassName
{
background-color: #CE22C0;
}
</style>
border-color css
<style>
span { border-color: #CE22C0; }
span { border-color: rgb(206,34,192); }
td.TdClassName
{
border-color: #CE22C0;
}
.TagClassName
{
border-color: #CE22C0;
}
</style>