Shades of Deep Magenta #CE29CB
Tints of Deep Magenta #CE29CB
RGB
CMYK
RGB Variations
Color information
#CE29CB (or 0xCE29CB) is known color: Deep Magenta. HEX triplet: CE, 29 and CB. RGB value is (206,41,203). Sum of RGB (Red+Green+Blue) = 206+41+203=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29CB is #31D634. Grayscale: #6C6C6C. Windows color (decimal): -3266101 or 13314510. OLE color: 13314510.
HSL color Cylindrical-coordinate representation of color #CE29CB: hue angle of 301.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 #CE29CB is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 203 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.19 |
| HSL | 301.09º | 0.67% | 0.48% | - |
| HSV(B) | 301.09º | 0.8% | 0.81% | - |
| XYZ | 37.03 | 19.02 | 58.22 | - |
| YUV | 108.8 | 181.16 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 203 | 0 | 0.80 | 0.01 | 0.19 | 301.09 | 0.67 | 0.48 |
| Hex | CE | 29 | CB | 0 | 50 | 1 | 13 | 12D | 43 | 30 |
| Octal | 316 | 51 | 313 | 0 | 120 | 1 | 23 | 455 | 103 | 60 |
| Binary | 11001110 | 101001 | 11001011 | 0 | 1010000 | 1 | 10011 | 100101101 | 1000011 | 110000 |
Color Harmonies of #CE29CB
Complementary color
Monochromatic Colors of #CE29CB
Black with #CE29CB
Text Example
Text Example
White with #CE29CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29CB; }
p { color: rgb(206,41,203); }
H1.HeaderClassName
{
color: #CE29CB;
}
.AnyTagClassName
{
color: #CE29CB;
}
</style>
background-color css
<style>
a { background-color: #CE29CB; }
a { background-color: rgb(206,41,203); }
div.DivClassName
{
background-color: #CE29CB;
}
.BgClassName
{
background-color: #CE29CB;
}
</style>
border-color css
<style>
span { border-color: #CE29CB; }
span { border-color: rgb(206,41,203); }
td.TdClassName
{
border-color: #CE29CB;
}
.TagClassName
{
border-color: #CE29CB;
}
</style>