Shades of Deep Cerise #CE2F90
Tints of Deep Cerise #CE2F90
RGB
CMYK
RGB Variations
Color information
#CE2F90 (or 0xCE2F90) is known color: Deep Cerise. HEX triplet: CE, 2F and 90. RGB value is (206,47,144). Sum of RGB (Red+Green+Blue) = 206+47+144=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F90 is #31D06F. Grayscale: #696969. Windows color (decimal): -3264624 or 9449422. OLE color: 9449422.
HSL color Cylindrical-coordinate representation of color #CE2F90: hue angle of 323.4º 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 #CE2F90 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 144 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.19 |
| HSL | 323.4º | 0.63% | 0.5% | - |
| HSV(B) | 323.4º | 0.77% | 0.81% | - |
| XYZ | 31.5 | 17.17 | 28.04 | - |
| YUV | 105.6 | 149.68 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 144 | 0 | 0.77 | 0.30 | 0.19 | 323.4 | 0.63 | 0.5 |
| Hex | CE | 2F | 90 | 0 | 4D | 1E | 13 | 143 | 3F | 32 |
| Octal | 316 | 57 | 220 | 0 | 115 | 36 | 23 | 503 | 77 | 62 |
| Binary | 11001110 | 101111 | 10010000 | 0 | 1001101 | 11110 | 10011 | 101000011 | 111111 | 110010 |
Color Harmonies of #CE2F90
Complementary color
Monochromatic Colors of #CE2F90
Black with #CE2F90
Text Example
Text Example
White with #CE2F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F90; }
p { color: rgb(206,47,144); }
H1.HeaderClassName
{
color: #CE2F90;
}
.AnyTagClassName
{
color: #CE2F90;
}
</style>
background-color css
<style>
a { background-color: #CE2F90; }
a { background-color: rgb(206,47,144); }
div.DivClassName
{
background-color: #CE2F90;
}
.BgClassName
{
background-color: #CE2F90;
}
</style>
border-color css
<style>
span { border-color: #CE2F90; }
span { border-color: rgb(206,47,144); }
td.TdClassName
{
border-color: #CE2F90;
}
.TagClassName
{
border-color: #CE2F90;
}
</style>