Shades of Deep Magenta #CE22D7
Tints of Deep Magenta #CE22D7
RGB
CMYK
RGB Variations
Color information
#CE22D7 (or 0xCE22D7) is known color: Deep Magenta. HEX triplet: CE, 22 and D7. RGB value is (206,34,215). Sum of RGB (Red+Green+Blue) = 206+34+215=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 34 (13.67% from 255 or 7.47% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE22D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22D7 is #31DD28. Grayscale: #696969. Windows color (decimal): -3267881 or 14099150. OLE color: 14099150.
HSL color Cylindrical-coordinate representation of color #CE22D7: hue angle of 297.02º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE22D7 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 34 | 215 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.16 |
| HSL | 297.02º | 0.73% | 0.49% | - |
| HSV(B) | 297.02º | 0.84% | 0.84% | - |
| XYZ | 38.29 | 19.17 | 65.97 | - |
| YUV | 106.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 215 | 0.04 | 0.84 | 0 | 0.16 | 297.02 | 0.73 | 0.49 |
| Hex | CE | 22 | D7 | 4 | 54 | 0 | 10 | 129 | 49 | 31 |
| Octal | 316 | 42 | 327 | 4 | 124 | 0 | 20 | 451 | 111 | 61 |
| Binary | 11001110 | 100010 | 11010111 | 100 | 1010100 | 0 | 10000 | 100101001 | 1001001 | 110001 |
Color Harmonies of #CE22D7
Complementary color
Monochromatic Colors of #CE22D7
Black with #CE22D7
Text Example
Text Example
White with #CE22D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22D7; }
p { color: rgb(206,34,215); }
H1.HeaderClassName
{
color: #CE22D7;
}
.AnyTagClassName
{
color: #CE22D7;
}
</style>
background-color css
<style>
a { background-color: #CE22D7; }
a { background-color: rgb(206,34,215); }
div.DivClassName
{
background-color: #CE22D7;
}
.BgClassName
{
background-color: #CE22D7;
}
</style>
border-color css
<style>
span { border-color: #CE22D7; }
span { border-color: rgb(206,34,215); }
td.TdClassName
{
border-color: #CE22D7;
}
.TagClassName
{
border-color: #CE22D7;
}
</style>