Shades of Deep Cerise #CE29A3
Tints of Deep Cerise #CE29A3
RGB
CMYK
RGB Variations
Color information
#CE29A3 (or 0xCE29A3) is known color: Deep Cerise. HEX triplet: CE, 29 and A3. RGB value is (206,41,163). Sum of RGB (Red+Green+Blue) = 206+41+163=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29A3 is #31D65C. Grayscale: #676767. Windows color (decimal): -3266141 or 10693070. OLE color: 10693070.
HSL color Cylindrical-coordinate representation of color #CE29A3: hue angle of 315.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 #CE29A3 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 163 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.19 |
| HSL | 315.64º | 0.67% | 0.48% | - |
| HSV(B) | 315.64º | 0.8% | 0.81% | - |
| XYZ | 32.86 | 17.35 | 36.27 | - |
| YUV | 104.24 | 161.16 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 163 | 0 | 0.80 | 0.21 | 0.19 | 315.64 | 0.67 | 0.48 |
| Hex | CE | 29 | A3 | 0 | 50 | 15 | 13 | 13C | 43 | 30 |
| Octal | 316 | 51 | 243 | 0 | 120 | 25 | 23 | 474 | 103 | 60 |
| Binary | 11001110 | 101001 | 10100011 | 0 | 1010000 | 10101 | 10011 | 100111100 | 1000011 | 110000 |
Color Harmonies of #CE29A3
Complementary color
Monochromatic Colors of #CE29A3
Black with #CE29A3
Text Example
Text Example
White with #CE29A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29A3; }
p { color: rgb(206,41,163); }
H1.HeaderClassName
{
color: #CE29A3;
}
.AnyTagClassName
{
color: #CE29A3;
}
</style>
background-color css
<style>
a { background-color: #CE29A3; }
a { background-color: rgb(206,41,163); }
div.DivClassName
{
background-color: #CE29A3;
}
.BgClassName
{
background-color: #CE29A3;
}
</style>
border-color css
<style>
span { border-color: #CE29A3; }
span { border-color: rgb(206,41,163); }
td.TdClassName
{
border-color: #CE29A3;
}
.TagClassName
{
border-color: #CE29A3;
}
</style>