Shades of Deep Cerise #CE299A
Tints of Deep Cerise #CE299A
RGB
CMYK
RGB Variations
Color information
#CE299A (or 0xCE299A) is known color: Deep Cerise. HEX triplet: CE, 29 and 9A. RGB value is (206,41,154). Sum of RGB (Red+Green+Blue) = 206+41+154=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE299A is #31D665. Grayscale: #666666. Windows color (decimal): -3266150 or 10103246. OLE color: 10103246.
HSL color Cylindrical-coordinate representation of color #CE299A: hue angle of 318.91º 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 #CE299A is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 154 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.19 |
| HSL | 318.91º | 0.67% | 0.48% | - |
| HSV(B) | 318.91º | 0.8% | 0.81% | - |
| XYZ | 32.08 | 17.04 | 32.17 | - |
| YUV | 103.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 154 | 0 | 0.80 | 0.25 | 0.19 | 318.91 | 0.67 | 0.48 |
| Hex | CE | 29 | 9A | 0 | 50 | 19 | 13 | 13F | 43 | 30 |
| Octal | 316 | 51 | 232 | 0 | 120 | 31 | 23 | 477 | 103 | 60 |
| Binary | 11001110 | 101001 | 10011010 | 0 | 1010000 | 11001 | 10011 | 100111111 | 1000011 | 110000 |
Color Harmonies of #CE299A
Complementary color
Monochromatic Colors of #CE299A
Black with #CE299A
Text Example
Text Example
White with #CE299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE299A; }
p { color: rgb(206,41,154); }
H1.HeaderClassName
{
color: #CE299A;
}
.AnyTagClassName
{
color: #CE299A;
}
</style>
background-color css
<style>
a { background-color: #CE299A; }
a { background-color: rgb(206,41,154); }
div.DivClassName
{
background-color: #CE299A;
}
.BgClassName
{
background-color: #CE299A;
}
</style>
border-color css
<style>
span { border-color: #CE299A; }
span { border-color: rgb(206,41,154); }
td.TdClassName
{
border-color: #CE299A;
}
.TagClassName
{
border-color: #CE299A;
}
</style>