Shades of Deep Cerise #CE29A7
Tints of Deep Cerise #CE29A7
RGB
CMYK
RGB Variations
Color information
#CE29A7 (or 0xCE29A7) is known color: Deep Cerise. HEX triplet: CE, 29 and A7. RGB value is (206,41,167). Sum of RGB (Red+Green+Blue) = 206+41+167=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29A7 is #31D658. Grayscale: #686868. Windows color (decimal): -3266137 or 10955214. OLE color: 10955214.
HSL color Cylindrical-coordinate representation of color #CE29A7: hue angle of 314.18º 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 #CE29A7 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 167 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.19 |
| HSL | 314.18º | 0.67% | 0.48% | - |
| HSV(B) | 314.18º | 0.8% | 0.81% | - |
| XYZ | 33.22 | 17.5 | 38.19 | - |
| YUV | 104.7 | 163.16 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 167 | 0 | 0.80 | 0.19 | 0.19 | 314.18 | 0.67 | 0.48 |
| Hex | CE | 29 | A7 | 0 | 50 | 13 | 13 | 13A | 43 | 30 |
| Octal | 316 | 51 | 247 | 0 | 120 | 23 | 23 | 472 | 103 | 60 |
| Binary | 11001110 | 101001 | 10100111 | 0 | 1010000 | 10011 | 10011 | 100111010 | 1000011 | 110000 |
Color Harmonies of #CE29A7
Complementary color
Monochromatic Colors of #CE29A7
Black with #CE29A7
Text Example
Text Example
White with #CE29A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29A7; }
p { color: rgb(206,41,167); }
H1.HeaderClassName
{
color: #CE29A7;
}
.AnyTagClassName
{
color: #CE29A7;
}
</style>
background-color css
<style>
a { background-color: #CE29A7; }
a { background-color: rgb(206,41,167); }
div.DivClassName
{
background-color: #CE29A7;
}
.BgClassName
{
background-color: #CE29A7;
}
</style>
border-color css
<style>
span { border-color: #CE29A7; }
span { border-color: rgb(206,41,167); }
td.TdClassName
{
border-color: #CE29A7;
}
.TagClassName
{
border-color: #CE29A7;
}
</style>