Shades of Deep Magenta #CE20C7
Tints of Deep Magenta #CE20C7
RGB
CMYK
RGB Variations
Color information
#CE20C7 (or 0xCE20C7) is known color: Deep Magenta. HEX triplet: CE, 20 and C7. RGB value is (206,32,199). Sum of RGB (Red+Green+Blue) = 206+32+199=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20C7 is #31DF38. Grayscale: #666666. Windows color (decimal): -3268409 or 13050062. OLE color: 13050062.
HSL color Cylindrical-coordinate representation of color #CE20C7: hue angle of 302.41º 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 #CE20C7 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 199 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.19 |
| HSL | 302.41º | 0.73% | 0.47% | - |
| HSV(B) | 302.41º | 0.84% | 0.81% | - |
| XYZ | 36.28 | 18.28 | 55.65 | - |
| YUV | 103.06 | 182.15 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 199 | 0 | 0.84 | 0.03 | 0.19 | 302.41 | 0.73 | 0.47 |
| Hex | CE | 20 | C7 | 0 | 54 | 3 | 13 | 12E | 49 | 2F |
| Octal | 316 | 40 | 307 | 0 | 124 | 3 | 23 | 456 | 111 | 57 |
| Binary | 11001110 | 100000 | 11000111 | 0 | 1010100 | 11 | 10011 | 100101110 | 1001001 | 101111 |
Color Harmonies of #CE20C7
Complementary color
Monochromatic Colors of #CE20C7
Black with #CE20C7
Text Example
Text Example
White with #CE20C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20C7; }
p { color: rgb(206,32,199); }
H1.HeaderClassName
{
color: #CE20C7;
}
.AnyTagClassName
{
color: #CE20C7;
}
</style>
background-color css
<style>
a { background-color: #CE20C7; }
a { background-color: rgb(206,32,199); }
div.DivClassName
{
background-color: #CE20C7;
}
.BgClassName
{
background-color: #CE20C7;
}
</style>
border-color css
<style>
span { border-color: #CE20C7; }
span { border-color: rgb(206,32,199); }
td.TdClassName
{
border-color: #CE20C7;
}
.TagClassName
{
border-color: #CE20C7;
}
</style>