Shades of Deep Magenta #CE22C2
Tints of Deep Magenta #CE22C2
RGB
CMYK
RGB Variations
Color information
#CE22C2 (or 0xCE22C2) is known color: Deep Magenta. HEX triplet: CE, 22 and C2. RGB value is (206,34,194). Sum of RGB (Red+Green+Blue) = 206+34+194=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22C2 is #31DD3D. Grayscale: #676767. Windows color (decimal): -3267902 or 12722894. OLE color: 12722894.
HSL color Cylindrical-coordinate representation of color #CE22C2: hue angle of 304.19º 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 #CE22C2 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 194 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.19 |
| HSL | 304.19º | 0.72% | 0.47% | - |
| HSV(B) | 304.19º | 0.83% | 0.81% | - |
| XYZ | 35.76 | 18.16 | 52.66 | - |
| YUV | 103.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 194 | 0 | 0.83 | 0.06 | 0.19 | 304.19 | 0.72 | 0.47 |
| Hex | CE | 22 | C2 | 0 | 53 | 6 | 13 | 130 | 48 | 2F |
| Octal | 316 | 42 | 302 | 0 | 123 | 6 | 23 | 460 | 110 | 57 |
| Binary | 11001110 | 100010 | 11000010 | 0 | 1010011 | 110 | 10011 | 100110000 | 1001000 | 101111 |
Color Harmonies of #CE22C2
Complementary color
Monochromatic Colors of #CE22C2
Black with #CE22C2
Text Example
Text Example
White with #CE22C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22C2; }
p { color: rgb(206,34,194); }
H1.HeaderClassName
{
color: #CE22C2;
}
.AnyTagClassName
{
color: #CE22C2;
}
</style>
background-color css
<style>
a { background-color: #CE22C2; }
a { background-color: rgb(206,34,194); }
div.DivClassName
{
background-color: #CE22C2;
}
.BgClassName
{
background-color: #CE22C2;
}
</style>
border-color css
<style>
span { border-color: #CE22C2; }
span { border-color: rgb(206,34,194); }
td.TdClassName
{
border-color: #CE22C2;
}
.TagClassName
{
border-color: #CE22C2;
}
</style>