Shades of Deep Cerise #CE2F93
Tints of Deep Cerise #CE2F93
RGB
CMYK
RGB Variations
Color information
#CE2F93 (or 0xCE2F93) is known color: Deep Cerise. HEX triplet: CE, 2F and 93. RGB value is (206,47,147). Sum of RGB (Red+Green+Blue) = 206+47+147=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F93 is #31D06C. Grayscale: #696969. Windows color (decimal): -3264621 or 9646030. OLE color: 9646030.
HSL color Cylindrical-coordinate representation of color #CE2F93: hue angle of 322.26º 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 #CE2F93 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 147 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.19 |
| HSL | 322.26º | 0.63% | 0.5% | - |
| HSV(B) | 322.26º | 0.77% | 0.81% | - |
| XYZ | 31.74 | 17.26 | 29.26 | - |
| YUV | 105.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 147 | 0 | 0.77 | 0.29 | 0.19 | 322.26 | 0.63 | 0.5 |
| Hex | CE | 2F | 93 | 0 | 4D | 1D | 13 | 142 | 3F | 32 |
| Octal | 316 | 57 | 223 | 0 | 115 | 35 | 23 | 502 | 77 | 62 |
| Binary | 11001110 | 101111 | 10010011 | 0 | 1001101 | 11101 | 10011 | 101000010 | 111111 | 110010 |
Color Harmonies of #CE2F93
Complementary color
Monochromatic Colors of #CE2F93
Black with #CE2F93
Text Example
Text Example
White with #CE2F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F93; }
p { color: rgb(206,47,147); }
H1.HeaderClassName
{
color: #CE2F93;
}
.AnyTagClassName
{
color: #CE2F93;
}
</style>
background-color css
<style>
a { background-color: #CE2F93; }
a { background-color: rgb(206,47,147); }
div.DivClassName
{
background-color: #CE2F93;
}
.BgClassName
{
background-color: #CE2F93;
}
</style>
border-color css
<style>
span { border-color: #CE2F93; }
span { border-color: rgb(206,47,147); }
td.TdClassName
{
border-color: #CE2F93;
}
.TagClassName
{
border-color: #CE2F93;
}
</style>