Shades of Deep Magenta #CE23C2
Tints of Deep Magenta #CE23C2
RGB
CMYK
RGB Variations
Color information
#CE23C2 (or 0xCE23C2) is known color: Deep Magenta. HEX triplet: CE, 23 and C2. RGB value is (206,35,194). Sum of RGB (Red+Green+Blue) = 206+35+194=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE23C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23C2 is #31DC3D. Grayscale: #676767. Windows color (decimal): -3267646 or 12723150. OLE color: 12723150.
HSL color Cylindrical-coordinate representation of color #CE23C2: hue angle of 304.21º 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 #CE23C2 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 194 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.19 |
| HSL | 304.21º | 0.71% | 0.47% | - |
| HSV(B) | 304.21º | 0.83% | 0.81% | - |
| XYZ | 35.79 | 18.22 | 52.67 | - |
| YUV | 104.26 | 178.65 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 194 | 0 | 0.83 | 0.06 | 0.19 | 304.21 | 0.71 | 0.47 |
| Hex | CE | 23 | C2 | 0 | 53 | 6 | 13 | 130 | 47 | 2F |
| Octal | 316 | 43 | 302 | 0 | 123 | 6 | 23 | 460 | 107 | 57 |
| Binary | 11001110 | 100011 | 11000010 | 0 | 1010011 | 110 | 10011 | 100110000 | 1000111 | 101111 |
Color Harmonies of #CE23C2
Complementary color
Monochromatic Colors of #CE23C2
Black with #CE23C2
Text Example
Text Example
White with #CE23C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23C2; }
p { color: rgb(206,35,194); }
H1.HeaderClassName
{
color: #CE23C2;
}
.AnyTagClassName
{
color: #CE23C2;
}
</style>
background-color css
<style>
a { background-color: #CE23C2; }
a { background-color: rgb(206,35,194); }
div.DivClassName
{
background-color: #CE23C2;
}
.BgClassName
{
background-color: #CE23C2;
}
</style>
border-color css
<style>
span { border-color: #CE23C2; }
span { border-color: rgb(206,35,194); }
td.TdClassName
{
border-color: #CE23C2;
}
.TagClassName
{
border-color: #CE23C2;
}
</style>