Shades of Deep Magenta #CE0DBF
Tints of Deep Magenta #CE0DBF
RGB
CMYK
RGB Variations
Color information
#CE0DBF (or 0xCE0DBF) is known color: Deep Magenta. HEX triplet: CE, 0D and BF. RGB value is (206,13,191). Sum of RGB (Red+Green+Blue) = 206+13+191=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DBF is #31F240. Grayscale: #5A5A5A. Windows color (decimal): -3273281 or 12520910. OLE color: 12520910.
HSL color Cylindrical-coordinate representation of color #CE0DBF: hue angle of 304.66º 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 #CE0DBF is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 191 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.19 |
| HSL | 304.66º | 0.88% | 0.43% | - |
| HSV(B) | 304.66º | 0.94% | 0.81% | - |
| XYZ | 35 | 17.17 | 50.76 | - |
| YUV | 91 | 184.44 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 191 | 0 | 0.94 | 0.07 | 0.19 | 304.66 | 0.88 | 0.43 |
| Hex | CE | D | BF | 0 | 5E | 7 | 13 | 131 | 58 | 2B |
| Octal | 316 | 15 | 277 | 0 | 136 | 7 | 23 | 461 | 130 | 53 |
| Binary | 11001110 | 1101 | 10111111 | 0 | 1011110 | 111 | 10011 | 100110001 | 1011000 | 101011 |
Color Harmonies of #CE0DBF
Complementary color
Monochromatic Colors of #CE0DBF
Black with #CE0DBF
Text Example
Text Example
White with #CE0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DBF; }
p { color: rgb(206,13,191); }
H1.HeaderClassName
{
color: #CE0DBF;
}
.AnyTagClassName
{
color: #CE0DBF;
}
</style>
background-color css
<style>
a { background-color: #CE0DBF; }
a { background-color: rgb(206,13,191); }
div.DivClassName
{
background-color: #CE0DBF;
}
.BgClassName
{
background-color: #CE0DBF;
}
</style>
border-color css
<style>
span { border-color: #CE0DBF; }
span { border-color: rgb(206,13,191); }
td.TdClassName
{
border-color: #CE0DBF;
}
.TagClassName
{
border-color: #CE0DBF;
}
</style>