Shades of Deep Cerise #CE2F9D
Tints of Deep Cerise #CE2F9D
RGB
CMYK
RGB Variations
Color information
#CE2F9D (or 0xCE2F9D) is known color: Deep Cerise. HEX triplet: CE, 2F and 9D. RGB value is (206,47,157). Sum of RGB (Red+Green+Blue) = 206+47+157=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F9D is #31D062. Grayscale: #6A6A6A. Windows color (decimal): -3264611 or 10301390. OLE color: 10301390.
HSL color Cylindrical-coordinate representation of color #CE2F9D: hue angle of 318.49º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F9D is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 157 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.19 |
| HSL | 318.49º | 0.63% | 0.5% | - |
| HSV(B) | 318.49º | 0.77% | 0.81% | - |
| XYZ | 32.56 | 17.59 | 33.58 | - |
| YUV | 107.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 157 | 0 | 0.77 | 0.24 | 0.19 | 318.49 | 0.63 | 0.5 |
| Hex | CE | 2F | 9D | 0 | 4D | 18 | 13 | 13E | 3F | 32 |
| Octal | 316 | 57 | 235 | 0 | 115 | 30 | 23 | 476 | 77 | 62 |
| Binary | 11001110 | 101111 | 10011101 | 0 | 1001101 | 11000 | 10011 | 100111110 | 111111 | 110010 |
Color Harmonies of #CE2F9D
Complementary color
Monochromatic Colors of #CE2F9D
Black with #CE2F9D
Text Example
Text Example
White with #CE2F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F9D; }
p { color: rgb(206,47,157); }
H1.HeaderClassName
{
color: #CE2F9D;
}
.AnyTagClassName
{
color: #CE2F9D;
}
</style>
background-color css
<style>
a { background-color: #CE2F9D; }
a { background-color: rgb(206,47,157); }
div.DivClassName
{
background-color: #CE2F9D;
}
.BgClassName
{
background-color: #CE2F9D;
}
</style>
border-color css
<style>
span { border-color: #CE2F9D; }
span { border-color: rgb(206,47,157); }
td.TdClassName
{
border-color: #CE2F9D;
}
.TagClassName
{
border-color: #CE2F9D;
}
</style>