Shades of Deep Magenta #CE28E0
Tints of Deep Magenta #CE28E0
RGB
CMYK
RGB Variations
Color information
#CE28E0 (or 0xCE28E0) is known color: Deep Magenta. HEX triplet: CE, 28 and E0. RGB value is (206,40,224). Sum of RGB (Red+Green+Blue) = 206+40+224=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE28E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28E0 is #31D71F. Grayscale: #6E6E6E. Windows color (decimal): -3266336 or 14690510. OLE color: 14690510.
HSL color Cylindrical-coordinate representation of color #CE28E0: hue angle of 294.13º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE28E0 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 40 | 224 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.12 |
| HSL | 294.13º | 0.75% | 0.52% | - |
| HSV(B) | 294.13º | 0.82% | 0.88% | - |
| XYZ | 39.67 | 20.02 | 72.29 | - |
| YUV | 110.61 | 192 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 224 | 0.08 | 0.82 | 0 | 0.12 | 294.13 | 0.75 | 0.52 |
| Hex | CE | 28 | E0 | 8 | 52 | 0 | C | 126 | 4B | 34 |
| Octal | 316 | 50 | 340 | 10 | 122 | 0 | 14 | 446 | 113 | 64 |
| Binary | 11001110 | 101000 | 11100000 | 1000 | 1010010 | 0 | 1100 | 100100110 | 1001011 | 110100 |
Color Harmonies of #CE28E0
Complementary color
Monochromatic Colors of #CE28E0
Black with #CE28E0
Text Example
Text Example
White with #CE28E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28E0; }
p { color: rgb(206,40,224); }
H1.HeaderClassName
{
color: #CE28E0;
}
.AnyTagClassName
{
color: #CE28E0;
}
</style>
background-color css
<style>
a { background-color: #CE28E0; }
a { background-color: rgb(206,40,224); }
div.DivClassName
{
background-color: #CE28E0;
}
.BgClassName
{
background-color: #CE28E0;
}
</style>
border-color css
<style>
span { border-color: #CE28E0; }
span { border-color: rgb(206,40,224); }
td.TdClassName
{
border-color: #CE28E0;
}
.TagClassName
{
border-color: #CE28E0;
}
</style>