Shades of Deep Magenta #CE0DCE
Tints of Deep Magenta #CE0DCE
RGB
CMYK
RGB Variations
Color information
#CE0DCE (or 0xCE0DCE) is known color: Deep Magenta. HEX triplet: CE, 0D and CE. RGB value is (206,13,206). Sum of RGB (Red+Green+Blue) = 206+13+206=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DCE is #31F231. Grayscale: #5C5C5C. Windows color (decimal): -3273266 or 13503950. OLE color: 13503950.
HSL color Cylindrical-coordinate representation of color #CE0DCE: hue angle of 300º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0DCE is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 206 | - |
| CMYK | 0 | 0.94 | 0 | 0.19 |
| HSL | 300º | 0.88% | 0.43% | - |
| HSV(B) | 300º | 0.94% | 0.81% | - |
| XYZ | 36.74 | 17.87 | 59.9 | - |
| YUV | 92.71 | 191.94 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 206 | 0 | 0.94 | 0 | 0.19 | 300 | 0.88 | 0.43 |
| Hex | CE | D | CE | 0 | 5E | 0 | 13 | 12C | 58 | 2B |
| Octal | 316 | 15 | 316 | 0 | 136 | 0 | 23 | 454 | 130 | 53 |
| Binary | 11001110 | 1101 | 11001110 | 0 | 1011110 | 0 | 10011 | 100101100 | 1011000 | 101011 |
Color Harmonies of #CE0DCE
Complementary color
Monochromatic Colors of #CE0DCE
Black with #CE0DCE
Text Example
Text Example
White with #CE0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DCE; }
p { color: rgb(206,13,206); }
H1.HeaderClassName
{
color: #CE0DCE;
}
.AnyTagClassName
{
color: #CE0DCE;
}
</style>
background-color css
<style>
a { background-color: #CE0DCE; }
a { background-color: rgb(206,13,206); }
div.DivClassName
{
background-color: #CE0DCE;
}
.BgClassName
{
background-color: #CE0DCE;
}
</style>
border-color css
<style>
span { border-color: #CE0DCE; }
span { border-color: rgb(206,13,206); }
td.TdClassName
{
border-color: #CE0DCE;
}
.TagClassName
{
border-color: #CE0DCE;
}
</style>