Shades of Deep Cerise #CE299D
Tints of Deep Cerise #CE299D
RGB
CMYK
RGB Variations
Color information
#CE299D (or 0xCE299D) is known color: Deep Cerise. HEX triplet: CE, 29 and 9D. RGB value is (206,41,157). Sum of RGB (Red+Green+Blue) = 206+41+157=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE299D is #31D662. Grayscale: #676767. Windows color (decimal): -3266147 or 10299854. OLE color: 10299854.
HSL color Cylindrical-coordinate representation of color #CE299D: hue angle of 317.82º 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 #CE299D is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 157 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.19 |
| HSL | 317.82º | 0.67% | 0.48% | - |
| HSV(B) | 317.82º | 0.8% | 0.81% | - |
| XYZ | 32.33 | 17.14 | 33.5 | - |
| YUV | 103.56 | 158.16 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 157 | 0 | 0.80 | 0.24 | 0.19 | 317.82 | 0.67 | 0.48 |
| Hex | CE | 29 | 9D | 0 | 50 | 18 | 13 | 13E | 43 | 30 |
| Octal | 316 | 51 | 235 | 0 | 120 | 30 | 23 | 476 | 103 | 60 |
| Binary | 11001110 | 101001 | 10011101 | 0 | 1010000 | 11000 | 10011 | 100111110 | 1000011 | 110000 |
Color Harmonies of #CE299D
Complementary color
Monochromatic Colors of #CE299D
Black with #CE299D
Text Example
Text Example
White with #CE299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE299D; }
p { color: rgb(206,41,157); }
H1.HeaderClassName
{
color: #CE299D;
}
.AnyTagClassName
{
color: #CE299D;
}
</style>
background-color css
<style>
a { background-color: #CE299D; }
a { background-color: rgb(206,41,157); }
div.DivClassName
{
background-color: #CE299D;
}
.BgClassName
{
background-color: #CE299D;
}
</style>
border-color css
<style>
span { border-color: #CE299D; }
span { border-color: rgb(206,41,157); }
td.TdClassName
{
border-color: #CE299D;
}
.TagClassName
{
border-color: #CE299D;
}
</style>