Shades of Deep Magenta #CE23B2
Tints of Deep Magenta #CE23B2
RGB
CMYK
RGB Variations
Color information
#CE23B2 (or 0xCE23B2) is known color: Deep Magenta. HEX triplet: CE, 23 and B2. RGB value is (206,35,178). Sum of RGB (Red+Green+Blue) = 206+35+178=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE23B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE23B2 is #31DC4D. Grayscale: #666666. Windows color (decimal): -3267662 or 11674574. OLE color: 11674574.
HSL color Cylindrical-coordinate representation of color #CE23B2: hue angle of 309.82º 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 #CE23B2 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 178 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.19 |
| HSL | 309.82º | 0.71% | 0.47% | - |
| HSV(B) | 309.82º | 0.83% | 0.81% | - |
| XYZ | 34.09 | 17.54 | 43.71 | - |
| YUV | 102.43 | 170.65 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 178 | 0 | 0.83 | 0.14 | 0.19 | 309.82 | 0.71 | 0.47 |
| Hex | CE | 23 | B2 | 0 | 53 | E | 13 | 136 | 47 | 2F |
| Octal | 316 | 43 | 262 | 0 | 123 | 16 | 23 | 466 | 107 | 57 |
| Binary | 11001110 | 100011 | 10110010 | 0 | 1010011 | 1110 | 10011 | 100110110 | 1000111 | 101111 |
Color Harmonies of #CE23B2
Complementary color
Monochromatic Colors of #CE23B2
Black with #CE23B2
Text Example
Text Example
White with #CE23B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23B2; }
p { color: rgb(206,35,178); }
H1.HeaderClassName
{
color: #CE23B2;
}
.AnyTagClassName
{
color: #CE23B2;
}
</style>
background-color css
<style>
a { background-color: #CE23B2; }
a { background-color: rgb(206,35,178); }
div.DivClassName
{
background-color: #CE23B2;
}
.BgClassName
{
background-color: #CE23B2;
}
</style>
border-color css
<style>
span { border-color: #CE23B2; }
span { border-color: rgb(206,35,178); }
td.TdClassName
{
border-color: #CE23B2;
}
.TagClassName
{
border-color: #CE23B2;
}
</style>