Shades of Deep Magenta #CE0CDD
Tints of Deep Magenta #CE0CDD
RGB
CMYK
RGB Variations
Color information
#CE0CDD (or 0xCE0CDD) is known color: Deep Magenta. HEX triplet: CE, 0C and DD. RGB value is (206,12,221). Sum of RGB (Red+Green+Blue) = 206+12+221=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CDD is #31F322. Grayscale: #5D5D5D. Windows color (decimal): -3273507 or 14486734. OLE color: 14486734.
HSL color Cylindrical-coordinate representation of color #CE0CDD: hue angle of 295.69º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0CDD is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 12 | 221 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.13 |
| HSL | 295.69º | 0.9% | 0.46% | - |
| HSV(B) | 295.69º | 0.95% | 0.87% | - |
| XYZ | 38.64 | 18.61 | 69.96 | - |
| YUV | 93.83 | 199.77 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 221 | 0.07 | 0.95 | 0 | 0.13 | 295.69 | 0.9 | 0.46 |
| Hex | CE | C | DD | 7 | 5F | 0 | D | 128 | 5A | 2E |
| Octal | 316 | 14 | 335 | 7 | 137 | 0 | 15 | 450 | 132 | 56 |
| Binary | 11001110 | 1100 | 11011101 | 111 | 1011111 | 0 | 1101 | 100101000 | 1011010 | 101110 |
Color Harmonies of #CE0CDD
Complementary color
Monochromatic Colors of #CE0CDD
Black with #CE0CDD
Text Example
Text Example
White with #CE0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CDD; }
p { color: rgb(206,12,221); }
H1.HeaderClassName
{
color: #CE0CDD;
}
.AnyTagClassName
{
color: #CE0CDD;
}
</style>
background-color css
<style>
a { background-color: #CE0CDD; }
a { background-color: rgb(206,12,221); }
div.DivClassName
{
background-color: #CE0CDD;
}
.BgClassName
{
background-color: #CE0CDD;
}
</style>
border-color css
<style>
span { border-color: #CE0CDD; }
span { border-color: rgb(206,12,221); }
td.TdClassName
{
border-color: #CE0CDD;
}
.TagClassName
{
border-color: #CE0CDD;
}
</style>