Shades of Deep Magenta #CE29D1
Tints of Deep Magenta #CE29D1
RGB
CMYK
RGB Variations
Color information
#CE29D1 (or 0xCE29D1) is known color: Deep Magenta. HEX triplet: CE, 29 and D1. RGB value is (206,41,209). Sum of RGB (Red+Green+Blue) = 206+41+209=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE29D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29D1 is #31D62E. Grayscale: #6C6C6C. Windows color (decimal): -3266095 or 13707726. OLE color: 13707726.
HSL color Cylindrical-coordinate representation of color #CE29D1: hue angle of 298.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE29D1 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 41 | 209 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.18 |
| HSL | 298.93º | 0.67% | 0.49% | - |
| HSV(B) | 298.93º | 0.8% | 0.82% | - |
| XYZ | 37.76 | 19.31 | 62.06 | - |
| YUV | 109.49 | 184.16 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 209 | 0.01 | 0.80 | 0 | 0.18 | 298.93 | 0.67 | 0.49 |
| Hex | CE | 29 | D1 | 1 | 50 | 0 | 12 | 12B | 43 | 31 |
| Octal | 316 | 51 | 321 | 1 | 120 | 0 | 22 | 453 | 103 | 61 |
| Binary | 11001110 | 101001 | 11010001 | 1 | 1010000 | 0 | 10010 | 100101011 | 1000011 | 110001 |
Color Harmonies of #CE29D1
Complementary color
Monochromatic Colors of #CE29D1
Black with #CE29D1
Text Example
Text Example
White with #CE29D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29D1; }
p { color: rgb(206,41,209); }
H1.HeaderClassName
{
color: #CE29D1;
}
.AnyTagClassName
{
color: #CE29D1;
}
</style>
background-color css
<style>
a { background-color: #CE29D1; }
a { background-color: rgb(206,41,209); }
div.DivClassName
{
background-color: #CE29D1;
}
.BgClassName
{
background-color: #CE29D1;
}
</style>
border-color css
<style>
span { border-color: #CE29D1; }
span { border-color: rgb(206,41,209); }
td.TdClassName
{
border-color: #CE29D1;
}
.TagClassName
{
border-color: #CE29D1;
}
</style>