Shades of Deep Magenta #CE29C4
Tints of Deep Magenta #CE29C4
RGB
CMYK
RGB Variations
Color information
#CE29C4 (or 0xCE29C4) is known color: Deep Magenta. HEX triplet: CE, 29 and C4. RGB value is (206,41,196). Sum of RGB (Red+Green+Blue) = 206+41+196=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29C4 is #31D63B. Grayscale: #6B6B6B. Windows color (decimal): -3266108 or 12855758. OLE color: 12855758.
HSL color Cylindrical-coordinate representation of color #CE29C4: hue angle of 303.64º 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 #CE29C4 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 196 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.19 |
| HSL | 303.64º | 0.67% | 0.48% | - |
| HSV(B) | 303.64º | 0.8% | 0.81% | - |
| XYZ | 36.21 | 18.69 | 53.92 | - |
| YUV | 108.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 196 | 0 | 0.80 | 0.05 | 0.19 | 303.64 | 0.67 | 0.48 |
| Hex | CE | 29 | C4 | 0 | 50 | 5 | 13 | 130 | 43 | 30 |
| Octal | 316 | 51 | 304 | 0 | 120 | 5 | 23 | 460 | 103 | 60 |
| Binary | 11001110 | 101001 | 11000100 | 0 | 1010000 | 101 | 10011 | 100110000 | 1000011 | 110000 |
Color Harmonies of #CE29C4
Complementary color
Monochromatic Colors of #CE29C4
Black with #CE29C4
Text Example
Text Example
White with #CE29C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29C4; }
p { color: rgb(206,41,196); }
H1.HeaderClassName
{
color: #CE29C4;
}
.AnyTagClassName
{
color: #CE29C4;
}
</style>
background-color css
<style>
a { background-color: #CE29C4; }
a { background-color: rgb(206,41,196); }
div.DivClassName
{
background-color: #CE29C4;
}
.BgClassName
{
background-color: #CE29C4;
}
</style>
border-color css
<style>
span { border-color: #CE29C4; }
span { border-color: rgb(206,41,196); }
td.TdClassName
{
border-color: #CE29C4;
}
.TagClassName
{
border-color: #CE29C4;
}
</style>