Shades of Deep Magenta #CE20C9
Tints of Deep Magenta #CE20C9
RGB
CMYK
RGB Variations
Color information
#CE20C9 (or 0xCE20C9) is known color: Deep Magenta. HEX triplet: CE, 20 and C9. RGB value is (206,32,201). Sum of RGB (Red+Green+Blue) = 206+32+201=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20C9 is #31DF36. Grayscale: #666666. Windows color (decimal): -3268407 or 13181134. OLE color: 13181134.
HSL color Cylindrical-coordinate representation of color #CE20C9: hue angle of 301.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE20C9 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 201 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.19 |
| HSL | 301.72º | 0.73% | 0.47% | - |
| HSV(B) | 301.72º | 0.84% | 0.81% | - |
| XYZ | 36.51 | 18.37 | 56.88 | - |
| YUV | 103.29 | 183.15 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 201 | 0 | 0.84 | 0.02 | 0.19 | 301.72 | 0.73 | 0.47 |
| Hex | CE | 20 | C9 | 0 | 54 | 2 | 13 | 12E | 49 | 2F |
| Octal | 316 | 40 | 311 | 0 | 124 | 2 | 23 | 456 | 111 | 57 |
| Binary | 11001110 | 100000 | 11001001 | 0 | 1010100 | 10 | 10011 | 100101110 | 1001001 | 101111 |
Color Harmonies of #CE20C9
Complementary color
Monochromatic Colors of #CE20C9
Black with #CE20C9
Text Example
Text Example
White with #CE20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20C9; }
p { color: rgb(206,32,201); }
H1.HeaderClassName
{
color: #CE20C9;
}
.AnyTagClassName
{
color: #CE20C9;
}
</style>
background-color css
<style>
a { background-color: #CE20C9; }
a { background-color: rgb(206,32,201); }
div.DivClassName
{
background-color: #CE20C9;
}
.BgClassName
{
background-color: #CE20C9;
}
</style>
border-color css
<style>
span { border-color: #CE20C9; }
span { border-color: rgb(206,32,201); }
td.TdClassName
{
border-color: #CE20C9;
}
.TagClassName
{
border-color: #CE20C9;
}
</style>