Shades of Deep Magenta #CE23CB
Tints of Deep Magenta #CE23CB
RGB
CMYK
RGB Variations
Color information
#CE23CB (or 0xCE23CB) is known color: Deep Magenta. HEX triplet: CE, 23 and CB. RGB value is (206,35,203). Sum of RGB (Red+Green+Blue) = 206+35+203=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE23CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23CB is #31DC34. Grayscale: #686868. Windows color (decimal): -3267637 or 13312974. OLE color: 13312974.
HSL color Cylindrical-coordinate representation of color #CE23CB: hue angle of 301.05º 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 #CE23CB is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 203 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.19 |
| HSL | 301.05º | 0.71% | 0.47% | - |
| HSV(B) | 301.05º | 0.83% | 0.81% | - |
| XYZ | 36.83 | 18.64 | 58.16 | - |
| YUV | 105.28 | 183.15 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 203 | 0 | 0.83 | 0.01 | 0.19 | 301.05 | 0.71 | 0.47 |
| Hex | CE | 23 | CB | 0 | 53 | 1 | 13 | 12D | 47 | 2F |
| Octal | 316 | 43 | 313 | 0 | 123 | 1 | 23 | 455 | 107 | 57 |
| Binary | 11001110 | 100011 | 11001011 | 0 | 1010011 | 1 | 10011 | 100101101 | 1000111 | 101111 |
Color Harmonies of #CE23CB
Complementary color
Monochromatic Colors of #CE23CB
Black with #CE23CB
Text Example
Text Example
White with #CE23CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23CB; }
p { color: rgb(206,35,203); }
H1.HeaderClassName
{
color: #CE23CB;
}
.AnyTagClassName
{
color: #CE23CB;
}
</style>
background-color css
<style>
a { background-color: #CE23CB; }
a { background-color: rgb(206,35,203); }
div.DivClassName
{
background-color: #CE23CB;
}
.BgClassName
{
background-color: #CE23CB;
}
</style>
border-color css
<style>
span { border-color: #CE23CB; }
span { border-color: rgb(206,35,203); }
td.TdClassName
{
border-color: #CE23CB;
}
.TagClassName
{
border-color: #CE23CB;
}
</style>