Shades of Deep Cerise #CE2A9C
Tints of Deep Cerise #CE2A9C
RGB
CMYK
RGB Variations
Color information
#CE2A9C (or 0xCE2A9C) is known color: Deep Cerise. HEX triplet: CE, 2A and 9C. RGB value is (206,42,156). Sum of RGB (Red+Green+Blue) = 206+42+156=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2A9C is #31D563. Grayscale: #676767. Windows color (decimal): -3265892 or 10234574. OLE color: 10234574.
HSL color Cylindrical-coordinate representation of color #CE2A9C: hue angle of 318.29º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A9C is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 156 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.19 |
| HSL | 318.29º | 0.66% | 0.49% | - |
| HSV(B) | 318.29º | 0.8% | 0.81% | - |
| XYZ | 32.28 | 17.18 | 33.07 | - |
| YUV | 104.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 156 | 0 | 0.80 | 0.24 | 0.19 | 318.29 | 0.66 | 0.49 |
| Hex | CE | 2A | 9C | 0 | 50 | 18 | 13 | 13E | 42 | 31 |
| Octal | 316 | 52 | 234 | 0 | 120 | 30 | 23 | 476 | 102 | 61 |
| Binary | 11001110 | 101010 | 10011100 | 0 | 1010000 | 11000 | 10011 | 100111110 | 1000010 | 110001 |
Color Harmonies of #CE2A9C
Complementary color
Monochromatic Colors of #CE2A9C
Black with #CE2A9C
Text Example
Text Example
White with #CE2A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2A9C; }
p { color: rgb(206,42,156); }
H1.HeaderClassName
{
color: #CE2A9C;
}
.AnyTagClassName
{
color: #CE2A9C;
}
</style>
background-color css
<style>
a { background-color: #CE2A9C; }
a { background-color: rgb(206,42,156); }
div.DivClassName
{
background-color: #CE2A9C;
}
.BgClassName
{
background-color: #CE2A9C;
}
</style>
border-color css
<style>
span { border-color: #CE2A9C; }
span { border-color: rgb(206,42,156); }
td.TdClassName
{
border-color: #CE2A9C;
}
.TagClassName
{
border-color: #CE2A9C;
}
</style>