Shades of Deep Cerise #CE2F8C
Tints of Deep Cerise #CE2F8C
RGB
CMYK
RGB Variations
Color information
#CE2F8C (or 0xCE2F8C) is known color: Deep Cerise. HEX triplet: CE, 2F and 8C. RGB value is (206,47,140). Sum of RGB (Red+Green+Blue) = 206+47+140=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F8C is #31D073. Grayscale: #686868. Windows color (decimal): -3264628 or 9187278. OLE color: 9187278.
HSL color Cylindrical-coordinate representation of color #CE2F8C: hue angle of 324.91º 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 #CE2F8C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 140 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.19 |
| HSL | 324.91º | 0.63% | 0.5% | - |
| HSV(B) | 324.91º | 0.77% | 0.81% | - |
| XYZ | 31.2 | 17.05 | 26.46 | - |
| YUV | 105.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 140 | 0 | 0.77 | 0.32 | 0.19 | 324.91 | 0.63 | 0.5 |
| Hex | CE | 2F | 8C | 0 | 4D | 20 | 13 | 145 | 3F | 32 |
| Octal | 316 | 57 | 214 | 0 | 115 | 40 | 23 | 505 | 77 | 62 |
| Binary | 11001110 | 101111 | 10001100 | 0 | 1001101 | 100000 | 10011 | 101000101 | 111111 | 110010 |
Color Harmonies of #CE2F8C
Complementary color
Monochromatic Colors of #CE2F8C
Black with #CE2F8C
Text Example
Text Example
White with #CE2F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F8C; }
p { color: rgb(206,47,140); }
H1.HeaderClassName
{
color: #CE2F8C;
}
.AnyTagClassName
{
color: #CE2F8C;
}
</style>
background-color css
<style>
a { background-color: #CE2F8C; }
a { background-color: rgb(206,47,140); }
div.DivClassName
{
background-color: #CE2F8C;
}
.BgClassName
{
background-color: #CE2F8C;
}
</style>
border-color css
<style>
span { border-color: #CE2F8C; }
span { border-color: rgb(206,47,140); }
td.TdClassName
{
border-color: #CE2F8C;
}
.TagClassName
{
border-color: #CE2F8C;
}
</style>