Shades of Deep Magenta #CE23C5
Tints of Deep Magenta #CE23C5
RGB
CMYK
RGB Variations
Color information
#CE23C5 (or 0xCE23C5) is known color: Deep Magenta. HEX triplet: CE, 23 and C5. RGB value is (206,35,197). Sum of RGB (Red+Green+Blue) = 206+35+197=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE23C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23C5 is #31DC3A. Grayscale: #686868. Windows color (decimal): -3267643 or 12919758. OLE color: 12919758.
HSL color Cylindrical-coordinate representation of color #CE23C5: hue angle of 303.16º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE23C5 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 197 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.19 |
| HSL | 303.16º | 0.71% | 0.47% | - |
| HSV(B) | 303.16º | 0.83% | 0.81% | - |
| XYZ | 36.13 | 18.36 | 54.46 | - |
| YUV | 104.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 197 | 0 | 0.83 | 0.04 | 0.19 | 303.16 | 0.71 | 0.47 |
| Hex | CE | 23 | C5 | 0 | 53 | 4 | 13 | 12F | 47 | 2F |
| Octal | 316 | 43 | 305 | 0 | 123 | 4 | 23 | 457 | 107 | 57 |
| Binary | 11001110 | 100011 | 11000101 | 0 | 1010011 | 100 | 10011 | 100101111 | 1000111 | 101111 |
Color Harmonies of #CE23C5
Complementary color
Monochromatic Colors of #CE23C5
Black with #CE23C5
Text Example
Text Example
White with #CE23C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23C5; }
p { color: rgb(206,35,197); }
H1.HeaderClassName
{
color: #CE23C5;
}
.AnyTagClassName
{
color: #CE23C5;
}
</style>
background-color css
<style>
a { background-color: #CE23C5; }
a { background-color: rgb(206,35,197); }
div.DivClassName
{
background-color: #CE23C5;
}
.BgClassName
{
background-color: #CE23C5;
}
</style>
border-color css
<style>
span { border-color: #CE23C5; }
span { border-color: rgb(206,35,197); }
td.TdClassName
{
border-color: #CE23C5;
}
.TagClassName
{
border-color: #CE23C5;
}
</style>