Shades of Deep Magenta #CE1EDA
Tints of Deep Magenta #CE1EDA
RGB
CMYK
RGB Variations
Color information
#CE1EDA (or 0xCE1EDA) is known color: Deep Magenta. HEX triplet: CE, 1E and DA. RGB value is (206,30,218). Sum of RGB (Red+Green+Blue) = 206+30+218=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE1EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EDA is #31E125. Grayscale: #676767. Windows color (decimal): -3268902 or 14294734. OLE color: 14294734.
HSL color Cylindrical-coordinate representation of color #CE1EDA: hue angle of 296.17º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1EDA is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 30 | 218 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.15 |
| HSL | 296.17º | 0.76% | 0.49% | - |
| HSV(B) | 296.17º | 0.86% | 0.85% | - |
| XYZ | 38.57 | 19.11 | 67.99 | - |
| YUV | 104.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 218 | 0.06 | 0.86 | 0 | 0.15 | 296.17 | 0.76 | 0.49 |
| Hex | CE | 1E | DA | 6 | 56 | 0 | F | 128 | 4C | 31 |
| Octal | 316 | 36 | 332 | 6 | 126 | 0 | 17 | 450 | 114 | 61 |
| Binary | 11001110 | 11110 | 11011010 | 110 | 1010110 | 0 | 1111 | 100101000 | 1001100 | 110001 |
Color Harmonies of #CE1EDA
Complementary color
Monochromatic Colors of #CE1EDA
Black with #CE1EDA
Text Example
Text Example
White with #CE1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EDA; }
p { color: rgb(206,30,218); }
H1.HeaderClassName
{
color: #CE1EDA;
}
.AnyTagClassName
{
color: #CE1EDA;
}
</style>
background-color css
<style>
a { background-color: #CE1EDA; }
a { background-color: rgb(206,30,218); }
div.DivClassName
{
background-color: #CE1EDA;
}
.BgClassName
{
background-color: #CE1EDA;
}
</style>
border-color css
<style>
span { border-color: #CE1EDA; }
span { border-color: rgb(206,30,218); }
td.TdClassName
{
border-color: #CE1EDA;
}
.TagClassName
{
border-color: #CE1EDA;
}
</style>