Shades of Deep Magenta #CE29C0
Tints of Deep Magenta #CE29C0
RGB
CMYK
RGB Variations
Color information
#CE29C0 (or 0xCE29C0) is known color: Deep Magenta. HEX triplet: CE, 29 and C0. RGB value is (206,41,192). Sum of RGB (Red+Green+Blue) = 206+41+192=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29C0 is #31D63F. Grayscale: #6B6B6B. Windows color (decimal): -3266112 or 12593614. OLE color: 12593614.
HSL color Cylindrical-coordinate representation of color #CE29C0: hue angle of 305.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE29C0 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 192 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.19 |
| HSL | 305.09º | 0.67% | 0.48% | - |
| HSV(B) | 305.09º | 0.8% | 0.81% | - |
| XYZ | 35.76 | 18.51 | 51.56 | - |
| YUV | 107.55 | 175.66 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 192 | 0 | 0.80 | 0.07 | 0.19 | 305.09 | 0.67 | 0.48 |
| Hex | CE | 29 | C0 | 0 | 50 | 7 | 13 | 131 | 43 | 30 |
| Octal | 316 | 51 | 300 | 0 | 120 | 7 | 23 | 461 | 103 | 60 |
| Binary | 11001110 | 101001 | 11000000 | 0 | 1010000 | 111 | 10011 | 100110001 | 1000011 | 110000 |
Color Harmonies of #CE29C0
Complementary color
Monochromatic Colors of #CE29C0
Black with #CE29C0
Text Example
Text Example
White with #CE29C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29C0; }
p { color: rgb(206,41,192); }
H1.HeaderClassName
{
color: #CE29C0;
}
.AnyTagClassName
{
color: #CE29C0;
}
</style>
background-color css
<style>
a { background-color: #CE29C0; }
a { background-color: rgb(206,41,192); }
div.DivClassName
{
background-color: #CE29C0;
}
.BgClassName
{
background-color: #CE29C0;
}
</style>
border-color css
<style>
span { border-color: #CE29C0; }
span { border-color: rgb(206,41,192); }
td.TdClassName
{
border-color: #CE29C0;
}
.TagClassName
{
border-color: #CE29C0;
}
</style>