Shades of Deep Magenta #CE20C4
Tints of Deep Magenta #CE20C4
RGB
CMYK
RGB Variations
Color information
#CE20C4 (or 0xCE20C4) is known color: Deep Magenta. HEX triplet: CE, 20 and C4. RGB value is (206,32,196). Sum of RGB (Red+Green+Blue) = 206+32+196=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20C4 is #31DF3B. Grayscale: #666666. Windows color (decimal): -3268412 or 12853454. OLE color: 12853454.
HSL color Cylindrical-coordinate representation of color #CE20C4: hue angle of 303.45º 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 #CE20C4 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 196 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.19 |
| HSL | 303.45º | 0.73% | 0.47% | - |
| HSV(B) | 303.45º | 0.84% | 0.81% | - |
| XYZ | 35.93 | 18.14 | 53.83 | - |
| YUV | 102.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 196 | 0 | 0.84 | 0.05 | 0.19 | 303.45 | 0.73 | 0.47 |
| Hex | CE | 20 | C4 | 0 | 54 | 5 | 13 | 12F | 49 | 2F |
| Octal | 316 | 40 | 304 | 0 | 124 | 5 | 23 | 457 | 111 | 57 |
| Binary | 11001110 | 100000 | 11000100 | 0 | 1010100 | 101 | 10011 | 100101111 | 1001001 | 101111 |
Color Harmonies of #CE20C4
Complementary color
Monochromatic Colors of #CE20C4
Black with #CE20C4
Text Example
Text Example
White with #CE20C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20C4; }
p { color: rgb(206,32,196); }
H1.HeaderClassName
{
color: #CE20C4;
}
.AnyTagClassName
{
color: #CE20C4;
}
</style>
background-color css
<style>
a { background-color: #CE20C4; }
a { background-color: rgb(206,32,196); }
div.DivClassName
{
background-color: #CE20C4;
}
.BgClassName
{
background-color: #CE20C4;
}
</style>
border-color css
<style>
span { border-color: #CE20C4; }
span { border-color: rgb(206,32,196); }
td.TdClassName
{
border-color: #CE20C4;
}
.TagClassName
{
border-color: #CE20C4;
}
</style>