Shades of Deep Magenta #CE2CDA
Tints of Deep Magenta #CE2CDA
RGB
CMYK
RGB Variations
Color information
#CE2CDA (or 0xCE2CDA) is known color: Deep Magenta. HEX triplet: CE, 2C and DA. RGB value is (206,44,218). Sum of RGB (Red+Green+Blue) = 206+44+218=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE2CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CDA is #31D325. Grayscale: #6F6F6F. Windows color (decimal): -3265318 or 14298318. OLE color: 14298318.
HSL color Cylindrical-coordinate representation of color #CE2CDA: hue angle of 295.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2CDA is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 44 | 218 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.15 |
| HSL | 295.86º | 0.7% | 0.51% | - |
| HSV(B) | 295.86º | 0.8% | 0.85% | - |
| XYZ | 39.01 | 19.99 | 68.13 | - |
| YUV | 112.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 218 | 0.06 | 0.80 | 0 | 0.15 | 295.86 | 0.7 | 0.51 |
| Hex | CE | 2C | DA | 6 | 50 | 0 | F | 128 | 46 | 33 |
| Octal | 316 | 54 | 332 | 6 | 120 | 0 | 17 | 450 | 106 | 63 |
| Binary | 11001110 | 101100 | 11011010 | 110 | 1010000 | 0 | 1111 | 100101000 | 1000110 | 110011 |
Color Harmonies of #CE2CDA
Complementary color
Monochromatic Colors of #CE2CDA
Black with #CE2CDA
Text Example
Text Example
White with #CE2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CDA; }
p { color: rgb(206,44,218); }
H1.HeaderClassName
{
color: #CE2CDA;
}
.AnyTagClassName
{
color: #CE2CDA;
}
</style>
background-color css
<style>
a { background-color: #CE2CDA; }
a { background-color: rgb(206,44,218); }
div.DivClassName
{
background-color: #CE2CDA;
}
.BgClassName
{
background-color: #CE2CDA;
}
</style>
border-color css
<style>
span { border-color: #CE2CDA; }
span { border-color: rgb(206,44,218); }
td.TdClassName
{
border-color: #CE2CDA;
}
.TagClassName
{
border-color: #CE2CDA;
}
</style>