Shades of Deep Magenta #CE0CDA
Tints of Deep Magenta #CE0CDA
RGB
CMYK
RGB Variations
Color information
#CE0CDA (or 0xCE0CDA) is known color: Deep Magenta. HEX triplet: CE, 0C and DA. RGB value is (206,12,218). Sum of RGB (Red+Green+Blue) = 206+12+218=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE0CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CDA is #31F325. Grayscale: #5C5C5C. Windows color (decimal): -3273510 or 14290126. OLE color: 14290126.
HSL color Cylindrical-coordinate representation of color #CE0CDA: hue angle of 296.5º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0CDA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 12 | 218 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.15 |
| HSL | 296.5º | 0.9% | 0.45% | - |
| HSV(B) | 296.5º | 0.94% | 0.85% | - |
| XYZ | 38.24 | 18.45 | 67.87 | - |
| YUV | 93.49 | 198.27 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 218 | 0.06 | 0.94 | 0 | 0.15 | 296.5 | 0.9 | 0.45 |
| Hex | CE | C | DA | 6 | 5E | 0 | F | 129 | 5A | 2D |
| Octal | 316 | 14 | 332 | 6 | 136 | 0 | 17 | 451 | 132 | 55 |
| Binary | 11001110 | 1100 | 11011010 | 110 | 1011110 | 0 | 1111 | 100101001 | 1011010 | 101101 |
Color Harmonies of #CE0CDA
Complementary color
Monochromatic Colors of #CE0CDA
Black with #CE0CDA
Text Example
Text Example
White with #CE0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CDA; }
p { color: rgb(206,12,218); }
H1.HeaderClassName
{
color: #CE0CDA;
}
.AnyTagClassName
{
color: #CE0CDA;
}
</style>
background-color css
<style>
a { background-color: #CE0CDA; }
a { background-color: rgb(206,12,218); }
div.DivClassName
{
background-color: #CE0CDA;
}
.BgClassName
{
background-color: #CE0CDA;
}
</style>
border-color css
<style>
span { border-color: #CE0CDA; }
span { border-color: rgb(206,12,218); }
td.TdClassName
{
border-color: #CE0CDA;
}
.TagClassName
{
border-color: #CE0CDA;
}
</style>