Shades of Deep Cerise #CE2D9A
Tints of Deep Cerise #CE2D9A
RGB
CMYK
RGB Variations
Color information
#CE2D9A (or 0xCE2D9A) is known color: Deep Cerise. HEX triplet: CE, 2D and 9A. RGB value is (206,45,154). Sum of RGB (Red+Green+Blue) = 206+45+154=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D9A is #31D265. Grayscale: #696969. Windows color (decimal): -3265126 or 10104270. OLE color: 10104270.
HSL color Cylindrical-coordinate representation of color #CE2D9A: hue angle of 319.38º 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 #CE2D9A is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 154 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.19 |
| HSL | 319.38º | 0.64% | 0.49% | - |
| HSV(B) | 319.38º | 0.78% | 0.81% | - |
| XYZ | 32.22 | 17.33 | 32.22 | - |
| YUV | 105.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 154 | 0 | 0.78 | 0.25 | 0.19 | 319.38 | 0.64 | 0.49 |
| Hex | CE | 2D | 9A | 0 | 4E | 19 | 13 | 13F | 40 | 31 |
| Octal | 316 | 55 | 232 | 0 | 116 | 31 | 23 | 477 | 100 | 61 |
| Binary | 11001110 | 101101 | 10011010 | 0 | 1001110 | 11001 | 10011 | 100111111 | 1000000 | 110001 |
Color Harmonies of #CE2D9A
Complementary color
Monochromatic Colors of #CE2D9A
Black with #CE2D9A
Text Example
Text Example
White with #CE2D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D9A; }
p { color: rgb(206,45,154); }
H1.HeaderClassName
{
color: #CE2D9A;
}
.AnyTagClassName
{
color: #CE2D9A;
}
</style>
background-color css
<style>
a { background-color: #CE2D9A; }
a { background-color: rgb(206,45,154); }
div.DivClassName
{
background-color: #CE2D9A;
}
.BgClassName
{
background-color: #CE2D9A;
}
</style>
border-color css
<style>
span { border-color: #CE2D9A; }
span { border-color: rgb(206,45,154); }
td.TdClassName
{
border-color: #CE2D9A;
}
.TagClassName
{
border-color: #CE2D9A;
}
</style>