Shades of Cerise #CE2B5B
Tints of Cerise #CE2B5B
RGB
CMYK
RGB Variations
Color information
#CE2B5B (or 0xCE2B5B) is known color: Cerise. HEX triplet: CE, 2B and 5B. RGB value is (206,43,91). Sum of RGB (Red+Green+Blue) = 206+43+91=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2B5B is #31D4A4. Grayscale: #616161. Windows color (decimal): -3265701 or 5974990. OLE color: 5974990.
HSL color Cylindrical-coordinate representation of color #CE2B5B: hue angle of 342.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B5B is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 91 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.19 |
| HSL | 342.33º | 0.65% | 0.49% | - |
| HSV(B) | 342.33º | 0.79% | 0.81% | - |
| XYZ | 28.21 | 15.6 | 11.42 | - |
| YUV | 97.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 91 | 0 | 0.79 | 0.56 | 0.19 | 342.33 | 0.65 | 0.49 |
| Hex | CE | 2B | 5B | 0 | 4F | 38 | 13 | 156 | 41 | 31 |
| Octal | 316 | 53 | 133 | 0 | 117 | 70 | 23 | 526 | 101 | 61 |
| Binary | 11001110 | 101011 | 1011011 | 0 | 1001111 | 111000 | 10011 | 101010110 | 1000001 | 110001 |
Color Harmonies of #CE2B5B
Complementary color
Monochromatic Colors of #CE2B5B
Black with #CE2B5B
Text Example
Text Example
White with #CE2B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B5B; }
p { color: rgb(206,43,91); }
H1.HeaderClassName
{
color: #CE2B5B;
}
.AnyTagClassName
{
color: #CE2B5B;
}
</style>
background-color css
<style>
a { background-color: #CE2B5B; }
a { background-color: rgb(206,43,91); }
div.DivClassName
{
background-color: #CE2B5B;
}
.BgClassName
{
background-color: #CE2B5B;
}
</style>
border-color css
<style>
span { border-color: #CE2B5B; }
span { border-color: rgb(206,43,91); }
td.TdClassName
{
border-color: #CE2B5B;
}
.TagClassName
{
border-color: #CE2B5B;
}
</style>