Shades of Deep Magenta #CE22CC
Tints of Deep Magenta #CE22CC
RGB
CMYK
RGB Variations
Color information
#CE22CC (or 0xCE22CC) is known color: Deep Magenta. HEX triplet: CE, 22 and CC. RGB value is (206,34,204). Sum of RGB (Red+Green+Blue) = 206+34+204=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 34 (13.67% from 255 or 7.66% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22CC is #31DD33. Grayscale: #686868. Windows color (decimal): -3267892 or 13378254. OLE color: 13378254.
HSL color Cylindrical-coordinate representation of color #CE22CC: hue angle of 300.7º 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 #CE22CC is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 204 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.19 |
| HSL | 300.7º | 0.72% | 0.47% | - |
| HSV(B) | 300.7º | 0.83% | 0.81% | - |
| XYZ | 36.92 | 18.63 | 58.78 | - |
| YUV | 104.81 | 183.98 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 204 | 0 | 0.83 | 0.01 | 0.19 | 300.7 | 0.72 | 0.47 |
| Hex | CE | 22 | CC | 0 | 53 | 1 | 13 | 12D | 48 | 2F |
| Octal | 316 | 42 | 314 | 0 | 123 | 1 | 23 | 455 | 110 | 57 |
| Binary | 11001110 | 100010 | 11001100 | 0 | 1010011 | 1 | 10011 | 100101101 | 1001000 | 101111 |
Color Harmonies of #CE22CC
Complementary color
Monochromatic Colors of #CE22CC
Black with #CE22CC
Text Example
Text Example
White with #CE22CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22CC; }
p { color: rgb(206,34,204); }
H1.HeaderClassName
{
color: #CE22CC;
}
.AnyTagClassName
{
color: #CE22CC;
}
</style>
background-color css
<style>
a { background-color: #CE22CC; }
a { background-color: rgb(206,34,204); }
div.DivClassName
{
background-color: #CE22CC;
}
.BgClassName
{
background-color: #CE22CC;
}
</style>
border-color css
<style>
span { border-color: #CE22CC; }
span { border-color: rgb(206,34,204); }
td.TdClassName
{
border-color: #CE22CC;
}
.TagClassName
{
border-color: #CE22CC;
}
</style>