Shades of Deep Magenta #CE1ADE
Tints of Deep Magenta #CE1ADE
RGB
CMYK
RGB Variations
Color information
#CE1ADE (or 0xCE1ADE) is known color: Deep Magenta. HEX triplet: CE, 1A and DE. RGB value is (206,26,222). Sum of RGB (Red+Green+Blue) = 206+26+222=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE1ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1ADE is #31E521. Grayscale: #656565. Windows color (decimal): -3269922 or 14555854. OLE color: 14555854.
HSL color Cylindrical-coordinate representation of color #CE1ADE: hue angle of 295.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1ADE is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 26 | 222 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.13 |
| HSL | 295.1º | 0.79% | 0.49% | - |
| HSV(B) | 295.1º | 0.88% | 0.87% | - |
| XYZ | 39.01 | 19.13 | 70.74 | - |
| YUV | 102.16 | 195.63 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 222 | 0.07 | 0.88 | 0 | 0.13 | 295.1 | 0.79 | 0.49 |
| Hex | CE | 1A | DE | 7 | 58 | 0 | D | 127 | 4F | 31 |
| Octal | 316 | 32 | 336 | 7 | 130 | 0 | 15 | 447 | 117 | 61 |
| Binary | 11001110 | 11010 | 11011110 | 111 | 1011000 | 0 | 1101 | 100100111 | 1001111 | 110001 |
Color Harmonies of #CE1ADE
Complementary color
Monochromatic Colors of #CE1ADE
Black with #CE1ADE
Text Example
Text Example
White with #CE1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1ADE; }
p { color: rgb(206,26,222); }
H1.HeaderClassName
{
color: #CE1ADE;
}
.AnyTagClassName
{
color: #CE1ADE;
}
</style>
background-color css
<style>
a { background-color: #CE1ADE; }
a { background-color: rgb(206,26,222); }
div.DivClassName
{
background-color: #CE1ADE;
}
.BgClassName
{
background-color: #CE1ADE;
}
</style>
border-color css
<style>
span { border-color: #CE1ADE; }
span { border-color: rgb(206,26,222); }
td.TdClassName
{
border-color: #CE1ADE;
}
.TagClassName
{
border-color: #CE1ADE;
}
</style>