Shades of Deep Magenta #CE23CA
Tints of Deep Magenta #CE23CA
RGB
CMYK
RGB Variations
Color information
#CE23CA (or 0xCE23CA) is known color: Deep Magenta. HEX triplet: CE, 23 and CA. RGB value is (206,35,202). Sum of RGB (Red+Green+Blue) = 206+35+202=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE23CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23CA is #31DC35. Grayscale: #686868. Windows color (decimal): -3267638 or 13247438. OLE color: 13247438.
HSL color Cylindrical-coordinate representation of color #CE23CA: hue angle of 301.4º 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 #CE23CA is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 202 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.19 |
| HSL | 301.4º | 0.71% | 0.47% | - |
| HSV(B) | 301.4º | 0.83% | 0.81% | - |
| XYZ | 36.72 | 18.59 | 57.53 | - |
| YUV | 105.17 | 182.65 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 202 | 0 | 0.83 | 0.02 | 0.19 | 301.4 | 0.71 | 0.47 |
| Hex | CE | 23 | CA | 0 | 53 | 2 | 13 | 12D | 47 | 2F |
| Octal | 316 | 43 | 312 | 0 | 123 | 2 | 23 | 455 | 107 | 57 |
| Binary | 11001110 | 100011 | 11001010 | 0 | 1010011 | 10 | 10011 | 100101101 | 1000111 | 101111 |
Color Harmonies of #CE23CA
Complementary color
Monochromatic Colors of #CE23CA
Black with #CE23CA
Text Example
Text Example
White with #CE23CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23CA; }
p { color: rgb(206,35,202); }
H1.HeaderClassName
{
color: #CE23CA;
}
.AnyTagClassName
{
color: #CE23CA;
}
</style>
background-color css
<style>
a { background-color: #CE23CA; }
a { background-color: rgb(206,35,202); }
div.DivClassName
{
background-color: #CE23CA;
}
.BgClassName
{
background-color: #CE23CA;
}
</style>
border-color css
<style>
span { border-color: #CE23CA; }
span { border-color: rgb(206,35,202); }
td.TdClassName
{
border-color: #CE23CA;
}
.TagClassName
{
border-color: #CE23CA;
}
</style>