Shades of Deep Cerise #CE2D9C
Tints of Deep Cerise #CE2D9C
RGB
CMYK
RGB Variations
Color information
#CE2D9C (or 0xCE2D9C) is known color: Deep Cerise. HEX triplet: CE, 2D and 9C. RGB value is (206,45,156). Sum of RGB (Red+Green+Blue) = 206+45+156=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D9C is #31D263. Grayscale: #696969. Windows color (decimal): -3265124 or 10235342. OLE color: 10235342.
HSL color Cylindrical-coordinate representation of color #CE2D9C: hue angle of 318.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2D9C is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 156 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.19 |
| HSL | 318.63º | 0.64% | 0.49% | - |
| HSV(B) | 318.63º | 0.78% | 0.81% | - |
| XYZ | 32.39 | 17.4 | 33.1 | - |
| YUV | 105.79 | 156.34 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 156 | 0 | 0.78 | 0.24 | 0.19 | 318.63 | 0.64 | 0.49 |
| Hex | CE | 2D | 9C | 0 | 4E | 18 | 13 | 13F | 40 | 31 |
| Octal | 316 | 55 | 234 | 0 | 116 | 30 | 23 | 477 | 100 | 61 |
| Binary | 11001110 | 101101 | 10011100 | 0 | 1001110 | 11000 | 10011 | 100111111 | 1000000 | 110001 |
Color Harmonies of #CE2D9C
Complementary color
Monochromatic Colors of #CE2D9C
Black with #CE2D9C
Text Example
Text Example
White with #CE2D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D9C; }
p { color: rgb(206,45,156); }
H1.HeaderClassName
{
color: #CE2D9C;
}
.AnyTagClassName
{
color: #CE2D9C;
}
</style>
background-color css
<style>
a { background-color: #CE2D9C; }
a { background-color: rgb(206,45,156); }
div.DivClassName
{
background-color: #CE2D9C;
}
.BgClassName
{
background-color: #CE2D9C;
}
</style>
border-color css
<style>
span { border-color: #CE2D9C; }
span { border-color: rgb(206,45,156); }
td.TdClassName
{
border-color: #CE2D9C;
}
.TagClassName
{
border-color: #CE2D9C;
}
</style>