Shades of Deep Magenta #CE2CDC
Tints of Deep Magenta #CE2CDC
RGB
CMYK
RGB Variations
Color information
#CE2CDC (or 0xCE2CDC) is known color: Deep Magenta. HEX triplet: CE, 2C and DC. RGB value is (206,44,220). Sum of RGB (Red+Green+Blue) = 206+44+220=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE2CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CDC is #31D323. Grayscale: #6F6F6F. Windows color (decimal): -3265316 or 14429390. OLE color: 14429390.
HSL color Cylindrical-coordinate representation of color #CE2CDC: hue angle of 295.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2CDC is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 44 | 220 | - |
| CMYK | 0.06 | 0.8 | 0 | 0.14 |
| HSL | 295.23º | 0.72% | 0.52% | - |
| HSV(B) | 295.23º | 0.8% | 0.86% | - |
| XYZ | 39.27 | 20.09 | 69.52 | - |
| YUV | 112.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 220 | 0.06 | 0.8 | 0 | 0.14 | 295.23 | 0.72 | 0.52 |
| Hex | CE | 2C | DC | 6 | 50 | 0 | E | 127 | 48 | 34 |
| Octal | 316 | 54 | 334 | 6 | 120 | 0 | 16 | 447 | 110 | 64 |
| Binary | 11001110 | 101100 | 11011100 | 110 | 1010000 | 0 | 1110 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CE2CDC
Complementary color
Monochromatic Colors of #CE2CDC
Black with #CE2CDC
Text Example
Text Example
White with #CE2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CDC; }
p { color: rgb(206,44,220); }
H1.HeaderClassName
{
color: #CE2CDC;
}
.AnyTagClassName
{
color: #CE2CDC;
}
</style>
background-color css
<style>
a { background-color: #CE2CDC; }
a { background-color: rgb(206,44,220); }
div.DivClassName
{
background-color: #CE2CDC;
}
.BgClassName
{
background-color: #CE2CDC;
}
</style>
border-color css
<style>
span { border-color: #CE2CDC; }
span { border-color: rgb(206,44,220); }
td.TdClassName
{
border-color: #CE2CDC;
}
.TagClassName
{
border-color: #CE2CDC;
}
</style>