Shades of Deep Magenta #CE29E3
Tints of Deep Magenta #CE29E3
RGB
CMYK
RGB Variations
Color information
#CE29E3 (or 0xCE29E3) is known color: Deep Magenta. HEX triplet: CE, 29 and E3. RGB value is (206,41,227). Sum of RGB (Red+Green+Blue) = 206+41+227=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE29E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29E3 is #31D61C. Grayscale: #6E6E6E. Windows color (decimal): -3266077 or 14887374. OLE color: 14887374.
HSL color Cylindrical-coordinate representation of color #CE29E3: hue angle of 293.23º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE29E3 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 41 | 227 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.11 |
| HSL | 293.23º | 0.77% | 0.53% | - |
| HSV(B) | 293.23º | 0.82% | 0.89% | - |
| XYZ | 40.11 | 20.25 | 74.47 | - |
| YUV | 111.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 227 | 0.09 | 0.82 | 0 | 0.11 | 293.23 | 0.77 | 0.53 |
| Hex | CE | 29 | E3 | 9 | 52 | 0 | B | 125 | 4D | 35 |
| Octal | 316 | 51 | 343 | 11 | 122 | 0 | 13 | 445 | 115 | 65 |
| Binary | 11001110 | 101001 | 11100011 | 1001 | 1010010 | 0 | 1011 | 100100101 | 1001101 | 110101 |
Color Harmonies of #CE29E3
Complementary color
Monochromatic Colors of #CE29E3
Black with #CE29E3
Text Example
Text Example
White with #CE29E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29E3; }
p { color: rgb(206,41,227); }
H1.HeaderClassName
{
color: #CE29E3;
}
.AnyTagClassName
{
color: #CE29E3;
}
</style>
background-color css
<style>
a { background-color: #CE29E3; }
a { background-color: rgb(206,41,227); }
div.DivClassName
{
background-color: #CE29E3;
}
.BgClassName
{
background-color: #CE29E3;
}
</style>
border-color css
<style>
span { border-color: #CE29E3; }
span { border-color: rgb(206,41,227); }
td.TdClassName
{
border-color: #CE29E3;
}
.TagClassName
{
border-color: #CE29E3;
}
</style>