Shades of Deep Magenta #CE23E6
Tints of Deep Magenta #CE23E6
RGB
CMYK
RGB Variations
Color information
#CE23E6 (or 0xCE23E6) is known color: Deep Magenta. HEX triplet: CE, 23 and E6. RGB value is (206,35,230). Sum of RGB (Red+Green+Blue) = 206+35+230=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 35 (14.06% from 255 or 7.43% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE23E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE23E6 is #31DC19. Grayscale: #6B6B6B. Windows color (decimal): -3267610 or 15082446. OLE color: 15082446.
HSL color Cylindrical-coordinate representation of color #CE23E6: hue angle of 292.62º degrees, saturation: 0.8, 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 #CE23E6 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 35 | 230 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.10 |
| HSL | 292.62º | 0.8% | 0.52% | - |
| HSV(B) | 292.62º | 0.85% | 0.9% | - |
| XYZ | 40.34 | 20.04 | 76.6 | - |
| YUV | 108.36 | 196.65 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 230 | 0.10 | 0.85 | 0 | 0.10 | 292.62 | 0.8 | 0.52 |
| Hex | CE | 23 | E6 | A | 55 | 0 | A | 125 | 50 | 34 |
| Octal | 316 | 43 | 346 | 12 | 125 | 0 | 12 | 445 | 120 | 64 |
| Binary | 11001110 | 100011 | 11100110 | 1010 | 1010101 | 0 | 1010 | 100100101 | 1010000 | 110100 |
Color Harmonies of #CE23E6
Complementary color
Monochromatic Colors of #CE23E6
Black with #CE23E6
Text Example
Text Example
White with #CE23E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23E6; }
p { color: rgb(206,35,230); }
H1.HeaderClassName
{
color: #CE23E6;
}
.AnyTagClassName
{
color: #CE23E6;
}
</style>
background-color css
<style>
a { background-color: #CE23E6; }
a { background-color: rgb(206,35,230); }
div.DivClassName
{
background-color: #CE23E6;
}
.BgClassName
{
background-color: #CE23E6;
}
</style>
border-color css
<style>
span { border-color: #CE23E6; }
span { border-color: rgb(206,35,230); }
td.TdClassName
{
border-color: #CE23E6;
}
.TagClassName
{
border-color: #CE23E6;
}
</style>