Shades of Deep Magenta #CE1DBE
Tints of Deep Magenta #CE1DBE
RGB
CMYK
RGB Variations
Color information
#CE1DBE (or 0xCE1DBE) is known color: Deep Magenta. HEX triplet: CE, 1D and BE. RGB value is (206,29,190). Sum of RGB (Red+Green+Blue) = 206+29+190=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DBE is #31E241. Grayscale: #636363. Windows color (decimal): -3269186 or 12459470. OLE color: 12459470.
HSL color Cylindrical-coordinate representation of color #CE1DBE: hue angle of 305.42º 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 #CE1DBE is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 190 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.19 |
| HSL | 305.42º | 0.75% | 0.46% | - |
| HSV(B) | 305.42º | 0.86% | 0.81% | - |
| XYZ | 35.19 | 17.72 | 50.28 | - |
| YUV | 100.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 190 | 0 | 0.86 | 0.08 | 0.19 | 305.42 | 0.75 | 0.46 |
| Hex | CE | 1D | BE | 0 | 56 | 8 | 13 | 131 | 4B | 2E |
| Octal | 316 | 35 | 276 | 0 | 126 | 10 | 23 | 461 | 113 | 56 |
| Binary | 11001110 | 11101 | 10111110 | 0 | 1010110 | 1000 | 10011 | 100110001 | 1001011 | 101110 |
Color Harmonies of #CE1DBE
Complementary color
Monochromatic Colors of #CE1DBE
Black with #CE1DBE
Text Example
Text Example
White with #CE1DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DBE; }
p { color: rgb(206,29,190); }
H1.HeaderClassName
{
color: #CE1DBE;
}
.AnyTagClassName
{
color: #CE1DBE;
}
</style>
background-color css
<style>
a { background-color: #CE1DBE; }
a { background-color: rgb(206,29,190); }
div.DivClassName
{
background-color: #CE1DBE;
}
.BgClassName
{
background-color: #CE1DBE;
}
</style>
border-color css
<style>
span { border-color: #CE1DBE; }
span { border-color: rgb(206,29,190); }
td.TdClassName
{
border-color: #CE1DBE;
}
.TagClassName
{
border-color: #CE1DBE;
}
</style>