Shades of Deep Cerise #CE2A8C
Tints of Deep Cerise #CE2A8C
RGB
CMYK
RGB Variations
Color information
#CE2A8C (or 0xCE2A8C) is known color: Deep Cerise. HEX triplet: CE, 2A and 8C. RGB value is (206,42,140). Sum of RGB (Red+Green+Blue) = 206+42+140=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2A8C is #31D573. Grayscale: #656565. Windows color (decimal): -3265908 or 9185998. OLE color: 9185998.
HSL color Cylindrical-coordinate representation of color #CE2A8C: hue angle of 324.15º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A8C is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 140 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.19 |
| HSL | 324.15º | 0.66% | 0.49% | - |
| HSV(B) | 324.15º | 0.8% | 0.81% | - |
| XYZ | 31.02 | 16.67 | 26.39 | - |
| YUV | 102.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 140 | 0 | 0.80 | 0.32 | 0.19 | 324.15 | 0.66 | 0.49 |
| Hex | CE | 2A | 8C | 0 | 50 | 20 | 13 | 144 | 42 | 31 |
| Octal | 316 | 52 | 214 | 0 | 120 | 40 | 23 | 504 | 102 | 61 |
| Binary | 11001110 | 101010 | 10001100 | 0 | 1010000 | 100000 | 10011 | 101000100 | 1000010 | 110001 |
Color Harmonies of #CE2A8C
Complementary color
Monochromatic Colors of #CE2A8C
Black with #CE2A8C
Text Example
Text Example
White with #CE2A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2A8C; }
p { color: rgb(206,42,140); }
H1.HeaderClassName
{
color: #CE2A8C;
}
.AnyTagClassName
{
color: #CE2A8C;
}
</style>
background-color css
<style>
a { background-color: #CE2A8C; }
a { background-color: rgb(206,42,140); }
div.DivClassName
{
background-color: #CE2A8C;
}
.BgClassName
{
background-color: #CE2A8C;
}
</style>
border-color css
<style>
span { border-color: #CE2A8C; }
span { border-color: rgb(206,42,140); }
td.TdClassName
{
border-color: #CE2A8C;
}
.TagClassName
{
border-color: #CE2A8C;
}
</style>