Shades of Deep Magenta #CE1DDA
Tints of Deep Magenta #CE1DDA
RGB
CMYK
RGB Variations
Color information
#CE1DDA (or 0xCE1DDA) is known color: Deep Magenta. HEX triplet: CE, 1D and DA. RGB value is (206,29,218). Sum of RGB (Red+Green+Blue) = 206+29+218=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE1DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DDA is #31E225. Grayscale: #666666. Windows color (decimal): -3269158 or 14294478. OLE color: 14294478.
HSL color Cylindrical-coordinate representation of color #CE1DDA: hue angle of 296.19º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1DDA is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 29 | 218 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.15 |
| HSL | 296.19º | 0.77% | 0.48% | - |
| HSV(B) | 296.19º | 0.87% | 0.85% | - |
| XYZ | 38.55 | 19.06 | 67.98 | - |
| YUV | 103.47 | 192.64 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 218 | 0.06 | 0.87 | 0 | 0.15 | 296.19 | 0.77 | 0.48 |
| Hex | CE | 1D | DA | 6 | 57 | 0 | F | 128 | 4D | 30 |
| Octal | 316 | 35 | 332 | 6 | 127 | 0 | 17 | 450 | 115 | 60 |
| Binary | 11001110 | 11101 | 11011010 | 110 | 1010111 | 0 | 1111 | 100101000 | 1001101 | 110000 |
Color Harmonies of #CE1DDA
Complementary color
Monochromatic Colors of #CE1DDA
Black with #CE1DDA
Text Example
Text Example
White with #CE1DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DDA; }
p { color: rgb(206,29,218); }
H1.HeaderClassName
{
color: #CE1DDA;
}
.AnyTagClassName
{
color: #CE1DDA;
}
</style>
background-color css
<style>
a { background-color: #CE1DDA; }
a { background-color: rgb(206,29,218); }
div.DivClassName
{
background-color: #CE1DDA;
}
.BgClassName
{
background-color: #CE1DDA;
}
</style>
border-color css
<style>
span { border-color: #CE1DDA; }
span { border-color: rgb(206,29,218); }
td.TdClassName
{
border-color: #CE1DDA;
}
.TagClassName
{
border-color: #CE1DDA;
}
</style>