Shades of Deep Cerise #CE2E9D
Tints of Deep Cerise #CE2E9D
RGB
CMYK
RGB Variations
Color information
#CE2E9D (or 0xCE2E9D) is known color: Deep Cerise. HEX triplet: CE, 2E and 9D. RGB value is (206,46,157). Sum of RGB (Red+Green+Blue) = 206+46+157=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2E9D is #31D162. Grayscale: #6A6A6A. Windows color (decimal): -3264867 or 10301134. OLE color: 10301134.
HSL color Cylindrical-coordinate representation of color #CE2E9D: hue angle of 318.38º degrees, saturation: 0.63, 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 #CE2E9D is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 157 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.19 |
| HSL | 318.38º | 0.63% | 0.49% | - |
| HSV(B) | 318.38º | 0.78% | 0.81% | - |
| XYZ | 32.52 | 17.51 | 33.56 | - |
| YUV | 106.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 157 | 0 | 0.78 | 0.24 | 0.19 | 318.38 | 0.63 | 0.49 |
| Hex | CE | 2E | 9D | 0 | 4E | 18 | 13 | 13E | 3F | 31 |
| Octal | 316 | 56 | 235 | 0 | 116 | 30 | 23 | 476 | 77 | 61 |
| Binary | 11001110 | 101110 | 10011101 | 0 | 1001110 | 11000 | 10011 | 100111110 | 111111 | 110001 |
Color Harmonies of #CE2E9D
Complementary color
Monochromatic Colors of #CE2E9D
Black with #CE2E9D
Text Example
Text Example
White with #CE2E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E9D; }
p { color: rgb(206,46,157); }
H1.HeaderClassName
{
color: #CE2E9D;
}
.AnyTagClassName
{
color: #CE2E9D;
}
</style>
background-color css
<style>
a { background-color: #CE2E9D; }
a { background-color: rgb(206,46,157); }
div.DivClassName
{
background-color: #CE2E9D;
}
.BgClassName
{
background-color: #CE2E9D;
}
</style>
border-color css
<style>
span { border-color: #CE2E9D; }
span { border-color: rgb(206,46,157); }
td.TdClassName
{
border-color: #CE2E9D;
}
.TagClassName
{
border-color: #CE2E9D;
}
</style>