Shades of Deep Magenta #CE15DC
Tints of Deep Magenta #CE15DC
RGB
CMYK
RGB Variations
Color information
#CE15DC (or 0xCE15DC) is known color: Deep Magenta. HEX triplet: CE, 15 and DC. RGB value is (206,21,220). Sum of RGB (Red+Green+Blue) = 206+21+220=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE15DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15DC is #31EA23. Grayscale: #626262. Windows color (decimal): -3271204 or 14423502. OLE color: 14423502.
HSL color Cylindrical-coordinate representation of color #CE15DC: hue angle of 295.78º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE15DC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 21 | 220 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.14 |
| HSL | 295.78º | 0.83% | 0.47% | - |
| HSV(B) | 295.78º | 0.9% | 0.86% | - |
| XYZ | 38.64 | 18.83 | 69.31 | - |
| YUV | 99 | 196.29 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 220 | 0.06 | 0.90 | 0 | 0.14 | 295.78 | 0.83 | 0.47 |
| Hex | CE | 15 | DC | 6 | 5A | 0 | E | 128 | 53 | 2F |
| Octal | 316 | 25 | 334 | 6 | 132 | 0 | 16 | 450 | 123 | 57 |
| Binary | 11001110 | 10101 | 11011100 | 110 | 1011010 | 0 | 1110 | 100101000 | 1010011 | 101111 |
Color Harmonies of #CE15DC
Complementary color
Monochromatic Colors of #CE15DC
Black with #CE15DC
Text Example
Text Example
White with #CE15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE15DC; }
p { color: rgb(206,21,220); }
H1.HeaderClassName
{
color: #CE15DC;
}
.AnyTagClassName
{
color: #CE15DC;
}
</style>
background-color css
<style>
a { background-color: #CE15DC; }
a { background-color: rgb(206,21,220); }
div.DivClassName
{
background-color: #CE15DC;
}
.BgClassName
{
background-color: #CE15DC;
}
</style>
border-color css
<style>
span { border-color: #CE15DC; }
span { border-color: rgb(206,21,220); }
td.TdClassName
{
border-color: #CE15DC;
}
.TagClassName
{
border-color: #CE15DC;
}
</style>