Shades of Deep Magenta #CE1DBF
Tints of Deep Magenta #CE1DBF
RGB
CMYK
RGB Variations
Color information
#CE1DBF (or 0xCE1DBF) is known color: Deep Magenta. HEX triplet: CE, 1D and BF. RGB value is (206,29,191). Sum of RGB (Red+Green+Blue) = 206+29+191=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DBF is #31E240. Grayscale: #636363. Windows color (decimal): -3269185 or 12525006. OLE color: 12525006.
HSL color Cylindrical-coordinate representation of color #CE1DBF: hue angle of 305.08º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1DBF is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 191 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.19 |
| HSL | 305.08º | 0.75% | 0.46% | - |
| HSV(B) | 305.08º | 0.86% | 0.81% | - |
| XYZ | 35.3 | 17.76 | 50.86 | - |
| YUV | 100.39 | 179.14 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 191 | 0 | 0.86 | 0.07 | 0.19 | 305.08 | 0.75 | 0.46 |
| Hex | CE | 1D | BF | 0 | 56 | 7 | 13 | 131 | 4B | 2E |
| Octal | 316 | 35 | 277 | 0 | 126 | 7 | 23 | 461 | 113 | 56 |
| Binary | 11001110 | 11101 | 10111111 | 0 | 1010110 | 111 | 10011 | 100110001 | 1001011 | 101110 |
Color Harmonies of #CE1DBF
Complementary color
Monochromatic Colors of #CE1DBF
Black with #CE1DBF
Text Example
Text Example
White with #CE1DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DBF; }
p { color: rgb(206,29,191); }
H1.HeaderClassName
{
color: #CE1DBF;
}
.AnyTagClassName
{
color: #CE1DBF;
}
</style>
background-color css
<style>
a { background-color: #CE1DBF; }
a { background-color: rgb(206,29,191); }
div.DivClassName
{
background-color: #CE1DBF;
}
.BgClassName
{
background-color: #CE1DBF;
}
</style>
border-color css
<style>
span { border-color: #CE1DBF; }
span { border-color: rgb(206,29,191); }
td.TdClassName
{
border-color: #CE1DBF;
}
.TagClassName
{
border-color: #CE1DBF;
}
</style>