Shades of Deep Magenta #CE29C2
Tints of Deep Magenta #CE29C2
RGB
CMYK
RGB Variations
Color information
#CE29C2 (or 0xCE29C2) is known color: Deep Magenta. HEX triplet: CE, 29 and C2. RGB value is (206,41,194). Sum of RGB (Red+Green+Blue) = 206+41+194=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29C2 is #31D63D. Grayscale: #6B6B6B. Windows color (decimal): -3266110 or 12724686. OLE color: 12724686.
HSL color Cylindrical-coordinate representation of color #CE29C2: hue angle of 304.36º 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 #CE29C2 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 194 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.19 |
| HSL | 304.36º | 0.67% | 0.48% | - |
| HSV(B) | 304.36º | 0.8% | 0.81% | - |
| XYZ | 35.98 | 18.6 | 52.73 | - |
| YUV | 107.78 | 176.66 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 194 | 0 | 0.80 | 0.06 | 0.19 | 304.36 | 0.67 | 0.48 |
| Hex | CE | 29 | C2 | 0 | 50 | 6 | 13 | 130 | 43 | 30 |
| Octal | 316 | 51 | 302 | 0 | 120 | 6 | 23 | 460 | 103 | 60 |
| Binary | 11001110 | 101001 | 11000010 | 0 | 1010000 | 110 | 10011 | 100110000 | 1000011 | 110000 |
Color Harmonies of #CE29C2
Complementary color
Monochromatic Colors of #CE29C2
Black with #CE29C2
Text Example
Text Example
White with #CE29C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29C2; }
p { color: rgb(206,41,194); }
H1.HeaderClassName
{
color: #CE29C2;
}
.AnyTagClassName
{
color: #CE29C2;
}
</style>
background-color css
<style>
a { background-color: #CE29C2; }
a { background-color: rgb(206,41,194); }
div.DivClassName
{
background-color: #CE29C2;
}
.BgClassName
{
background-color: #CE29C2;
}
</style>
border-color css
<style>
span { border-color: #CE29C2; }
span { border-color: rgb(206,41,194); }
td.TdClassName
{
border-color: #CE29C2;
}
.TagClassName
{
border-color: #CE29C2;
}
</style>