Shades of Deep Magenta #CE29CA
Tints of Deep Magenta #CE29CA
RGB
CMYK
RGB Variations
Color information
#CE29CA (or 0xCE29CA) is known color: Deep Magenta. HEX triplet: CE, 29 and CA. RGB value is (206,41,202). Sum of RGB (Red+Green+Blue) = 206+41+202=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29CA is #31D635. Grayscale: #6C6C6C. Windows color (decimal): -3266102 or 13248974. OLE color: 13248974.
HSL color Cylindrical-coordinate representation of color #CE29CA: hue angle of 301.45º 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 #CE29CA is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 202 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.19 |
| HSL | 301.45º | 0.67% | 0.48% | - |
| HSV(B) | 301.45º | 0.8% | 0.81% | - |
| XYZ | 36.91 | 18.97 | 57.59 | - |
| YUV | 108.69 | 180.66 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 202 | 0 | 0.80 | 0.02 | 0.19 | 301.45 | 0.67 | 0.48 |
| Hex | CE | 29 | CA | 0 | 50 | 2 | 13 | 12D | 43 | 30 |
| Octal | 316 | 51 | 312 | 0 | 120 | 2 | 23 | 455 | 103 | 60 |
| Binary | 11001110 | 101001 | 11001010 | 0 | 1010000 | 10 | 10011 | 100101101 | 1000011 | 110000 |
Color Harmonies of #CE29CA
Complementary color
Monochromatic Colors of #CE29CA
Black with #CE29CA
Text Example
Text Example
White with #CE29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29CA; }
p { color: rgb(206,41,202); }
H1.HeaderClassName
{
color: #CE29CA;
}
.AnyTagClassName
{
color: #CE29CA;
}
</style>
background-color css
<style>
a { background-color: #CE29CA; }
a { background-color: rgb(206,41,202); }
div.DivClassName
{
background-color: #CE29CA;
}
.BgClassName
{
background-color: #CE29CA;
}
</style>
border-color css
<style>
span { border-color: #CE29CA; }
span { border-color: rgb(206,41,202); }
td.TdClassName
{
border-color: #CE29CA;
}
.TagClassName
{
border-color: #CE29CA;
}
</style>