Shades of Deep Magenta #CE0DC7
Tints of Deep Magenta #CE0DC7
RGB
CMYK
RGB Variations
Color information
#CE0DC7 (or 0xCE0DC7) is known color: Deep Magenta. HEX triplet: CE, 0D and C7. RGB value is (206,13,199). Sum of RGB (Red+Green+Blue) = 206+13+199=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 199 (78.12% from 255 or 47.61% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DC7 is #31F238. Grayscale: #5B5B5B. Windows color (decimal): -3273273 or 13045198. OLE color: 13045198.
HSL color Cylindrical-coordinate representation of color #CE0DC7: hue angle of 302.18º 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 #CE0DC7 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 199 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.19 |
| HSL | 302.18º | 0.88% | 0.43% | - |
| HSV(B) | 302.18º | 0.94% | 0.81% | - |
| XYZ | 35.91 | 17.53 | 55.52 | - |
| YUV | 91.91 | 188.44 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 199 | 0 | 0.94 | 0.03 | 0.19 | 302.18 | 0.88 | 0.43 |
| Hex | CE | D | C7 | 0 | 5E | 3 | 13 | 12E | 58 | 2B |
| Octal | 316 | 15 | 307 | 0 | 136 | 3 | 23 | 456 | 130 | 53 |
| Binary | 11001110 | 1101 | 11000111 | 0 | 1011110 | 11 | 10011 | 100101110 | 1011000 | 101011 |
Color Harmonies of #CE0DC7
Complementary color
Monochromatic Colors of #CE0DC7
Black with #CE0DC7
Text Example
Text Example
White with #CE0DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DC7; }
p { color: rgb(206,13,199); }
H1.HeaderClassName
{
color: #CE0DC7;
}
.AnyTagClassName
{
color: #CE0DC7;
}
</style>
background-color css
<style>
a { background-color: #CE0DC7; }
a { background-color: rgb(206,13,199); }
div.DivClassName
{
background-color: #CE0DC7;
}
.BgClassName
{
background-color: #CE0DC7;
}
</style>
border-color css
<style>
span { border-color: #CE0DC7; }
span { border-color: rgb(206,13,199); }
td.TdClassName
{
border-color: #CE0DC7;
}
.TagClassName
{
border-color: #CE0DC7;
}
</style>