Shades of Cerise #CE2E5B
Tints of Cerise #CE2E5B
RGB
CMYK
RGB Variations
Color information
#CE2E5B (or 0xCE2E5B) is known color: Cerise. HEX triplet: CE, 2E and 5B. RGB value is (206,46,91). Sum of RGB (Red+Green+Blue) = 206+46+91=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E5B is #31D1A4. Grayscale: #626262. Windows color (decimal): -3264933 or 5975758. OLE color: 5975758.
HSL color Cylindrical-coordinate representation of color #CE2E5B: hue angle of 343.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E5B is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 91 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.19 |
| HSL | 343.13º | 0.63% | 0.49% | - |
| HSV(B) | 343.13º | 0.78% | 0.81% | - |
| XYZ | 28.32 | 15.83 | 11.46 | - |
| YUV | 98.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 91 | 0 | 0.78 | 0.56 | 0.19 | 343.13 | 0.63 | 0.49 |
| Hex | CE | 2E | 5B | 0 | 4E | 38 | 13 | 157 | 3F | 31 |
| Octal | 316 | 56 | 133 | 0 | 116 | 70 | 23 | 527 | 77 | 61 |
| Binary | 11001110 | 101110 | 1011011 | 0 | 1001110 | 111000 | 10011 | 101010111 | 111111 | 110001 |
Color Harmonies of #CE2E5B
Complementary color
Monochromatic Colors of #CE2E5B
Black with #CE2E5B
Text Example
Text Example
White with #CE2E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E5B; }
p { color: rgb(206,46,91); }
H1.HeaderClassName
{
color: #CE2E5B;
}
.AnyTagClassName
{
color: #CE2E5B;
}
</style>
background-color css
<style>
a { background-color: #CE2E5B; }
a { background-color: rgb(206,46,91); }
div.DivClassName
{
background-color: #CE2E5B;
}
.BgClassName
{
background-color: #CE2E5B;
}
</style>
border-color css
<style>
span { border-color: #CE2E5B; }
span { border-color: rgb(206,46,91); }
td.TdClassName
{
border-color: #CE2E5B;
}
.TagClassName
{
border-color: #CE2E5B;
}
</style>