Shades of Deep Magenta #CE2CD5
Tints of Deep Magenta #CE2CD5
RGB
CMYK
RGB Variations
Color information
#CE2CD5 (or 0xCE2CD5) is known color: Deep Magenta. HEX triplet: CE, 2C and D5. RGB value is (206,44,213). Sum of RGB (Red+Green+Blue) = 206+44+213=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE2CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CD5 is #31D32A. Grayscale: #6F6F6F. Windows color (decimal): -3265323 or 13970638. OLE color: 13970638.
HSL color Cylindrical-coordinate representation of color #CE2CD5: hue angle of 297.51º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CD5 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 44 | 213 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.16 |
| HSL | 297.51º | 0.67% | 0.5% | - |
| HSV(B) | 297.51º | 0.79% | 0.84% | - |
| XYZ | 38.36 | 19.73 | 64.74 | - |
| YUV | 111.7 | 185.17 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 213 | 0.03 | 0.79 | 0 | 0.16 | 297.51 | 0.67 | 0.5 |
| Hex | CE | 2C | D5 | 3 | 4F | 0 | 10 | 12A | 43 | 32 |
| Octal | 316 | 54 | 325 | 3 | 117 | 0 | 20 | 452 | 103 | 62 |
| Binary | 11001110 | 101100 | 11010101 | 11 | 1001111 | 0 | 10000 | 100101010 | 1000011 | 110010 |
Color Harmonies of #CE2CD5
Complementary color
Monochromatic Colors of #CE2CD5
Black with #CE2CD5
Text Example
Text Example
White with #CE2CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CD5; }
p { color: rgb(206,44,213); }
H1.HeaderClassName
{
color: #CE2CD5;
}
.AnyTagClassName
{
color: #CE2CD5;
}
</style>
background-color css
<style>
a { background-color: #CE2CD5; }
a { background-color: rgb(206,44,213); }
div.DivClassName
{
background-color: #CE2CD5;
}
.BgClassName
{
background-color: #CE2CD5;
}
</style>
border-color css
<style>
span { border-color: #CE2CD5; }
span { border-color: rgb(206,44,213); }
td.TdClassName
{
border-color: #CE2CD5;
}
.TagClassName
{
border-color: #CE2CD5;
}
</style>