Shades of Deep Magenta #CE23E5
Tints of Deep Magenta #CE23E5
RGB
CMYK
RGB Variations
Color information
#CE23E5 (or 0xCE23E5) is known color: Deep Magenta. HEX triplet: CE, 23 and E5. RGB value is (206,35,229). Sum of RGB (Red+Green+Blue) = 206+35+229=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE23E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23E5 is #31DC1A. Grayscale: #6B6B6B. Windows color (decimal): -3267611 or 15016910. OLE color: 15016910.
HSL color Cylindrical-coordinate representation of color #CE23E5: hue angle of 292.89º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE23E5 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 35 | 229 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.10 |
| HSL | 292.89º | 0.79% | 0.52% | - |
| HSV(B) | 292.89º | 0.85% | 0.9% | - |
| XYZ | 40.2 | 19.98 | 75.87 | - |
| YUV | 108.25 | 196.15 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 229 | 0.10 | 0.85 | 0 | 0.10 | 292.89 | 0.79 | 0.52 |
| Hex | CE | 23 | E5 | A | 55 | 0 | A | 125 | 4F | 34 |
| Octal | 316 | 43 | 345 | 12 | 125 | 0 | 12 | 445 | 117 | 64 |
| Binary | 11001110 | 100011 | 11100101 | 1010 | 1010101 | 0 | 1010 | 100100101 | 1001111 | 110100 |
Color Harmonies of #CE23E5
Complementary color
Monochromatic Colors of #CE23E5
Black with #CE23E5
Text Example
Text Example
White with #CE23E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23E5; }
p { color: rgb(206,35,229); }
H1.HeaderClassName
{
color: #CE23E5;
}
.AnyTagClassName
{
color: #CE23E5;
}
</style>
background-color css
<style>
a { background-color: #CE23E5; }
a { background-color: rgb(206,35,229); }
div.DivClassName
{
background-color: #CE23E5;
}
.BgClassName
{
background-color: #CE23E5;
}
</style>
border-color css
<style>
span { border-color: #CE23E5; }
span { border-color: rgb(206,35,229); }
td.TdClassName
{
border-color: #CE23E5;
}
.TagClassName
{
border-color: #CE23E5;
}
</style>