Shades of Cerise #CB2B5E
Tints of Cerise #CB2B5E
RGB
CMYK
RGB Variations
Color information
#CB2B5E (or 0xCB2B5E) is known color: Cerise. HEX triplet: CB, 2B and 5E. RGB value is (203,43,94). Sum of RGB (Red+Green+Blue) = 203+43+94=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2B5E is #34D4A1. Grayscale: #606060. Windows color (decimal): -3462306 or 6171595. OLE color: 6171595.
HSL color Cylindrical-coordinate representation of color #CB2B5E: hue angle of 340.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2B5E is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 94 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.20 |
| HSL | 340.88º | 0.65% | 0.48% | - |
| HSV(B) | 340.88º | 0.79% | 0.8% | - |
| XYZ | 27.51 | 15.23 | 12.08 | - |
| YUV | 96.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 94 | 0 | 0.79 | 0.54 | 0.20 | 340.88 | 0.65 | 0.48 |
| Hex | CB | 2B | 5E | 0 | 4F | 36 | 14 | 155 | 41 | 30 |
| Octal | 313 | 53 | 136 | 0 | 117 | 66 | 24 | 525 | 101 | 60 |
| Binary | 11001011 | 101011 | 1011110 | 0 | 1001111 | 110110 | 10100 | 101010101 | 1000001 | 110000 |
Color Harmonies of #CB2B5E
Complementary color
Monochromatic Colors of #CB2B5E
Black with #CB2B5E
Text Example
Text Example
White with #CB2B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B5E; }
p { color: rgb(203,43,94); }
H1.HeaderClassName
{
color: #CB2B5E;
}
.AnyTagClassName
{
color: #CB2B5E;
}
</style>
background-color css
<style>
a { background-color: #CB2B5E; }
a { background-color: rgb(203,43,94); }
div.DivClassName
{
background-color: #CB2B5E;
}
.BgClassName
{
background-color: #CB2B5E;
}
</style>
border-color css
<style>
span { border-color: #CB2B5E; }
span { border-color: rgb(203,43,94); }
td.TdClassName
{
border-color: #CB2B5E;
}
.TagClassName
{
border-color: #CB2B5E;
}
</style>