Shades of Cerise #CE2A5F
Tints of Cerise #CE2A5F
RGB
CMYK
RGB Variations
Color information
#CE2A5F (or 0xCE2A5F) is known color: Cerise. HEX triplet: CE, 2A and 5F. RGB value is (206,42,95). Sum of RGB (Red+Green+Blue) = 206+42+95=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A5F is #31D5A0. Grayscale: #616161. Windows color (decimal): -3265953 or 6236878. OLE color: 6236878.
HSL color Cylindrical-coordinate representation of color #CE2A5F: hue angle of 340.61º 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 #CE2A5F is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 95 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.19 |
| HSL | 340.61º | 0.66% | 0.49% | - |
| HSV(B) | 340.61º | 0.8% | 0.81% | - |
| XYZ | 28.35 | 15.6 | 12.34 | - |
| YUV | 97.08 | 126.83 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 95 | 0 | 0.80 | 0.54 | 0.19 | 340.61 | 0.66 | 0.49 |
| Hex | CE | 2A | 5F | 0 | 50 | 36 | 13 | 155 | 42 | 31 |
| Octal | 316 | 52 | 137 | 0 | 120 | 66 | 23 | 525 | 102 | 61 |
| Binary | 11001110 | 101010 | 1011111 | 0 | 1010000 | 110110 | 10011 | 101010101 | 1000010 | 110001 |
Color Harmonies of #CE2A5F
Complementary color
Monochromatic Colors of #CE2A5F
Black with #CE2A5F
Text Example
Text Example
White with #CE2A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2A5F; }
p { color: rgb(206,42,95); }
H1.HeaderClassName
{
color: #CE2A5F;
}
.AnyTagClassName
{
color: #CE2A5F;
}
</style>
background-color css
<style>
a { background-color: #CE2A5F; }
a { background-color: rgb(206,42,95); }
div.DivClassName
{
background-color: #CE2A5F;
}
.BgClassName
{
background-color: #CE2A5F;
}
</style>
border-color css
<style>
span { border-color: #CE2A5F; }
span { border-color: rgb(206,42,95); }
td.TdClassName
{
border-color: #CE2A5F;
}
.TagClassName
{
border-color: #CE2A5F;
}
</style>