Shades of Deep Magenta #CE1EBF
Tints of Deep Magenta #CE1EBF
RGB
CMYK
RGB Variations
Color information
#CE1EBF (or 0xCE1EBF) is known color: Deep Magenta. HEX triplet: CE, 1E and BF. RGB value is (206,30,191). Sum of RGB (Red+Green+Blue) = 206+30+191=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EBF is #31E140. Grayscale: #646464. Windows color (decimal): -3268929 or 12525262. OLE color: 12525262.
HSL color Cylindrical-coordinate representation of color #CE1EBF: hue angle of 305.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1EBF is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 191 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.19 |
| HSL | 305.11º | 0.75% | 0.46% | - |
| HSV(B) | 305.11º | 0.85% | 0.81% | - |
| XYZ | 35.32 | 17.81 | 50.87 | - |
| YUV | 100.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 191 | 0 | 0.85 | 0.07 | 0.19 | 305.11 | 0.75 | 0.46 |
| Hex | CE | 1E | BF | 0 | 55 | 7 | 13 | 131 | 4B | 2E |
| Octal | 316 | 36 | 277 | 0 | 125 | 7 | 23 | 461 | 113 | 56 |
| Binary | 11001110 | 11110 | 10111111 | 0 | 1010101 | 111 | 10011 | 100110001 | 1001011 | 101110 |
Color Harmonies of #CE1EBF
Complementary color
Monochromatic Colors of #CE1EBF
Black with #CE1EBF
Text Example
Text Example
White with #CE1EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EBF; }
p { color: rgb(206,30,191); }
H1.HeaderClassName
{
color: #CE1EBF;
}
.AnyTagClassName
{
color: #CE1EBF;
}
</style>
background-color css
<style>
a { background-color: #CE1EBF; }
a { background-color: rgb(206,30,191); }
div.DivClassName
{
background-color: #CE1EBF;
}
.BgClassName
{
background-color: #CE1EBF;
}
</style>
border-color css
<style>
span { border-color: #CE1EBF; }
span { border-color: rgb(206,30,191); }
td.TdClassName
{
border-color: #CE1EBF;
}
.TagClassName
{
border-color: #CE1EBF;
}
</style>