Shades of Deep Magenta #CE20CD
Tints of Deep Magenta #CE20CD
RGB
CMYK
RGB Variations
Color information
#CE20CD (or 0xCE20CD) is known color: Deep Magenta. HEX triplet: CE, 20 and CD. RGB value is (206,32,205). Sum of RGB (Red+Green+Blue) = 206+32+205=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20CD is #31DF32. Grayscale: #676767. Windows color (decimal): -3268403 or 13443278. OLE color: 13443278.
HSL color Cylindrical-coordinate representation of color #CE20CD: hue angle of 300.34º 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 #CE20CD is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 205 | - |
| CMYK | 0 | 0.84 | 0.00 | 0.19 |
| HSL | 300.34º | 0.73% | 0.47% | - |
| HSV(B) | 300.34º | 0.84% | 0.81% | - |
| XYZ | 36.99 | 18.56 | 59.39 | - |
| YUV | 103.75 | 185.15 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 205 | 0 | 0.84 | 0.00 | 0.19 | 300.34 | 0.73 | 0.47 |
| Hex | CE | 20 | CD | 0 | 54 | 0 | 13 | 12C | 49 | 2F |
| Octal | 316 | 40 | 315 | 0 | 124 | 0 | 23 | 454 | 111 | 57 |
| Binary | 11001110 | 100000 | 11001101 | 0 | 1010100 | 0 | 10011 | 100101100 | 1001001 | 101111 |
Color Harmonies of #CE20CD
Complementary color
Monochromatic Colors of #CE20CD
Black with #CE20CD
Text Example
Text Example
White with #CE20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20CD; }
p { color: rgb(206,32,205); }
H1.HeaderClassName
{
color: #CE20CD;
}
.AnyTagClassName
{
color: #CE20CD;
}
</style>
background-color css
<style>
a { background-color: #CE20CD; }
a { background-color: rgb(206,32,205); }
div.DivClassName
{
background-color: #CE20CD;
}
.BgClassName
{
background-color: #CE20CD;
}
</style>
border-color css
<style>
span { border-color: #CE20CD; }
span { border-color: rgb(206,32,205); }
td.TdClassName
{
border-color: #CE20CD;
}
.TagClassName
{
border-color: #CE20CD;
}
</style>