Shades of Deep Magenta #CE0DCF
Tints of Deep Magenta #CE0DCF
RGB
CMYK
RGB Variations
Color information
#CE0DCF (or 0xCE0DCF) is known color: Deep Magenta. HEX triplet: CE, 0D and CF. RGB value is (206,13,207). Sum of RGB (Red+Green+Blue) = 206+13+207=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE0DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DCF is #31F230. Grayscale: #5C5C5C. Windows color (decimal): -3273265 or 13569486. OLE color: 13569486.
HSL color Cylindrical-coordinate representation of color #CE0DCF: hue angle of 299.69º 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 #CE0DCF is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 207 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.19 |
| HSL | 299.69º | 0.88% | 0.43% | - |
| HSV(B) | 299.69º | 0.94% | 0.81% | - |
| XYZ | 36.86 | 17.91 | 60.55 | - |
| YUV | 92.82 | 192.44 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 207 | 0.00 | 0.94 | 0 | 0.19 | 299.69 | 0.88 | 0.43 |
| Hex | CE | D | CF | 0 | 5E | 0 | 13 | 12C | 58 | 2B |
| Octal | 316 | 15 | 317 | 0 | 136 | 0 | 23 | 454 | 130 | 53 |
| Binary | 11001110 | 1101 | 11001111 | 0 | 1011110 | 0 | 10011 | 100101100 | 1011000 | 101011 |
Color Harmonies of #CE0DCF
Complementary color
Monochromatic Colors of #CE0DCF
Black with #CE0DCF
Text Example
Text Example
White with #CE0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DCF; }
p { color: rgb(206,13,207); }
H1.HeaderClassName
{
color: #CE0DCF;
}
.AnyTagClassName
{
color: #CE0DCF;
}
</style>
background-color css
<style>
a { background-color: #CE0DCF; }
a { background-color: rgb(206,13,207); }
div.DivClassName
{
background-color: #CE0DCF;
}
.BgClassName
{
background-color: #CE0DCF;
}
</style>
border-color css
<style>
span { border-color: #CE0DCF; }
span { border-color: rgb(206,13,207); }
td.TdClassName
{
border-color: #CE0DCF;
}
.TagClassName
{
border-color: #CE0DCF;
}
</style>