Shades of Deep Magenta #CE2BE1
Tints of Deep Magenta #CE2BE1
RGB
CMYK
RGB Variations
Color information
#CE2BE1 (or 0xCE2BE1) is known color: Deep Magenta. HEX triplet: CE, 2B and E1. RGB value is (206,43,225). Sum of RGB (Red+Green+Blue) = 206+43+225=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE2BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BE1 is #31D41E. Grayscale: #6F6F6F. Windows color (decimal): -3265567 or 14756814. OLE color: 14756814.
HSL color Cylindrical-coordinate representation of color #CE2BE1: hue angle of 293.74º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2BE1 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 43 | 225 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.12 |
| HSL | 293.74º | 0.75% | 0.53% | - |
| HSV(B) | 293.74º | 0.81% | 0.88% | - |
| XYZ | 39.91 | 20.29 | 73.05 | - |
| YUV | 112.49 | 191.5 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 225 | 0.08 | 0.81 | 0 | 0.12 | 293.74 | 0.75 | 0.53 |
| Hex | CE | 2B | E1 | 8 | 51 | 0 | C | 126 | 4B | 35 |
| Octal | 316 | 53 | 341 | 10 | 121 | 0 | 14 | 446 | 113 | 65 |
| Binary | 11001110 | 101011 | 11100001 | 1000 | 1010001 | 0 | 1100 | 100100110 | 1001011 | 110101 |
Color Harmonies of #CE2BE1
Complementary color
Monochromatic Colors of #CE2BE1
Black with #CE2BE1
Text Example
Text Example
White with #CE2BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2BE1; }
p { color: rgb(206,43,225); }
H1.HeaderClassName
{
color: #CE2BE1;
}
.AnyTagClassName
{
color: #CE2BE1;
}
</style>
background-color css
<style>
a { background-color: #CE2BE1; }
a { background-color: rgb(206,43,225); }
div.DivClassName
{
background-color: #CE2BE1;
}
.BgClassName
{
background-color: #CE2BE1;
}
</style>
border-color css
<style>
span { border-color: #CE2BE1; }
span { border-color: rgb(206,43,225); }
td.TdClassName
{
border-color: #CE2BE1;
}
.TagClassName
{
border-color: #CE2BE1;
}
</style>