Shades of Deep Cerise #CE2F9E
Tints of Deep Cerise #CE2F9E
RGB
CMYK
RGB Variations
Color information
#CE2F9E (or 0xCE2F9E) is known color: Deep Cerise. HEX triplet: CE, 2F and 9E. RGB value is (206,47,158). Sum of RGB (Red+Green+Blue) = 206+47+158=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F9E is #31D061. Grayscale: #6A6A6A. Windows color (decimal): -3264610 or 10366926. OLE color: 10366926.
HSL color Cylindrical-coordinate representation of color #CE2F9E: hue angle of 318.11º 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 #CE2F9E is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 158 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.19 |
| HSL | 318.11º | 0.63% | 0.5% | - |
| HSV(B) | 318.11º | 0.77% | 0.81% | - |
| XYZ | 32.64 | 17.62 | 34.03 | - |
| YUV | 107.2 | 156.68 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 158 | 0 | 0.77 | 0.23 | 0.19 | 318.11 | 0.63 | 0.5 |
| Hex | CE | 2F | 9E | 0 | 4D | 17 | 13 | 13E | 3F | 32 |
| Octal | 316 | 57 | 236 | 0 | 115 | 27 | 23 | 476 | 77 | 62 |
| Binary | 11001110 | 101111 | 10011110 | 0 | 1001101 | 10111 | 10011 | 100111110 | 111111 | 110010 |
Color Harmonies of #CE2F9E
Complementary color
Monochromatic Colors of #CE2F9E
Black with #CE2F9E
Text Example
Text Example
White with #CE2F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F9E; }
p { color: rgb(206,47,158); }
H1.HeaderClassName
{
color: #CE2F9E;
}
.AnyTagClassName
{
color: #CE2F9E;
}
</style>
background-color css
<style>
a { background-color: #CE2F9E; }
a { background-color: rgb(206,47,158); }
div.DivClassName
{
background-color: #CE2F9E;
}
.BgClassName
{
background-color: #CE2F9E;
}
</style>
border-color css
<style>
span { border-color: #CE2F9E; }
span { border-color: rgb(206,47,158); }
td.TdClassName
{
border-color: #CE2F9E;
}
.TagClassName
{
border-color: #CE2F9E;
}
</style>