Shades of Deep Cerise #CE299E
Tints of Deep Cerise #CE299E
RGB
CMYK
RGB Variations
Color information
#CE299E (or 0xCE299E) is known color: Deep Cerise. HEX triplet: CE, 29 and 9E. RGB value is (206,41,158). Sum of RGB (Red+Green+Blue) = 206+41+158=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE299E is #31D661. Grayscale: #676767. Windows color (decimal): -3266146 or 10365390. OLE color: 10365390.
HSL color Cylindrical-coordinate representation of color #CE299E: hue angle of 317.45º 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 #CE299E is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 158 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.19 |
| HSL | 317.45º | 0.67% | 0.48% | - |
| HSV(B) | 317.45º | 0.8% | 0.81% | - |
| XYZ | 32.42 | 17.18 | 33.95 | - |
| YUV | 103.67 | 158.66 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 158 | 0 | 0.80 | 0.23 | 0.19 | 317.45 | 0.67 | 0.48 |
| Hex | CE | 29 | 9E | 0 | 50 | 17 | 13 | 13D | 43 | 30 |
| Octal | 316 | 51 | 236 | 0 | 120 | 27 | 23 | 475 | 103 | 60 |
| Binary | 11001110 | 101001 | 10011110 | 0 | 1010000 | 10111 | 10011 | 100111101 | 1000011 | 110000 |
Color Harmonies of #CE299E
Complementary color
Monochromatic Colors of #CE299E
Black with #CE299E
Text Example
Text Example
White with #CE299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE299E; }
p { color: rgb(206,41,158); }
H1.HeaderClassName
{
color: #CE299E;
}
.AnyTagClassName
{
color: #CE299E;
}
</style>
background-color css
<style>
a { background-color: #CE299E; }
a { background-color: rgb(206,41,158); }
div.DivClassName
{
background-color: #CE299E;
}
.BgClassName
{
background-color: #CE299E;
}
</style>
border-color css
<style>
span { border-color: #CE299E; }
span { border-color: rgb(206,41,158); }
td.TdClassName
{
border-color: #CE299E;
}
.TagClassName
{
border-color: #CE299E;
}
</style>