Shades of Deep Magenta #CE2ABF
Tints of Deep Magenta #CE2ABF
RGB
CMYK
RGB Variations
Color information
#CE2ABF (or 0xCE2ABF) is known color: Deep Magenta. HEX triplet: CE, 2A and BF. RGB value is (206,42,191). Sum of RGB (Red+Green+Blue) = 206+42+191=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ABF is #31D540. Grayscale: #6B6B6B. Windows color (decimal): -3265857 or 12528334. OLE color: 12528334.
HSL color Cylindrical-coordinate representation of color #CE2ABF: hue angle of 305.49º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2ABF is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 191 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.19 |
| HSL | 305.49º | 0.66% | 0.49% | - |
| HSV(B) | 305.49º | 0.8% | 0.81% | - |
| XYZ | 35.69 | 18.54 | 50.99 | - |
| YUV | 108.02 | 174.83 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 191 | 0 | 0.80 | 0.07 | 0.19 | 305.49 | 0.66 | 0.49 |
| Hex | CE | 2A | BF | 0 | 50 | 7 | 13 | 131 | 42 | 31 |
| Octal | 316 | 52 | 277 | 0 | 120 | 7 | 23 | 461 | 102 | 61 |
| Binary | 11001110 | 101010 | 10111111 | 0 | 1010000 | 111 | 10011 | 100110001 | 1000010 | 110001 |
Color Harmonies of #CE2ABF
Complementary color
Monochromatic Colors of #CE2ABF
Black with #CE2ABF
Text Example
Text Example
White with #CE2ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2ABF; }
p { color: rgb(206,42,191); }
H1.HeaderClassName
{
color: #CE2ABF;
}
.AnyTagClassName
{
color: #CE2ABF;
}
</style>
background-color css
<style>
a { background-color: #CE2ABF; }
a { background-color: rgb(206,42,191); }
div.DivClassName
{
background-color: #CE2ABF;
}
.BgClassName
{
background-color: #CE2ABF;
}
</style>
border-color css
<style>
span { border-color: #CE2ABF; }
span { border-color: rgb(206,42,191); }
td.TdClassName
{
border-color: #CE2ABF;
}
.TagClassName
{
border-color: #CE2ABF;
}
</style>