Shades of Cerise #CB2E61
Tints of Cerise #CB2E61
RGB
CMYK
RGB Variations
Color information
#CB2E61 (or 0xCB2E61) is known color: Cerise. HEX triplet: CB, 2E and 61. RGB value is (203,46,97). Sum of RGB (Red+Green+Blue) = 203+46+97=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E61 is #34D19E. Grayscale: #626262. Windows color (decimal): -3461535 or 6368971. OLE color: 6368971.
HSL color Cylindrical-coordinate representation of color #CB2E61: hue angle of 340.51º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2E61 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 97 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.20 |
| HSL | 340.51º | 0.63% | 0.49% | - |
| HSV(B) | 340.51º | 0.77% | 0.8% | - |
| XYZ | 27.76 | 15.51 | 12.84 | - |
| YUV | 98.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 97 | 0 | 0.77 | 0.52 | 0.20 | 340.51 | 0.63 | 0.49 |
| Hex | CB | 2E | 61 | 0 | 4D | 34 | 14 | 155 | 3F | 31 |
| Octal | 313 | 56 | 141 | 0 | 115 | 64 | 24 | 525 | 77 | 61 |
| Binary | 11001011 | 101110 | 1100001 | 0 | 1001101 | 110100 | 10100 | 101010101 | 111111 | 110001 |
Color Harmonies of #CB2E61
Complementary color
Monochromatic Colors of #CB2E61
Black with #CB2E61
Text Example
Text Example
White with #CB2E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2E61; }
p { color: rgb(203,46,97); }
H1.HeaderClassName
{
color: #CB2E61;
}
.AnyTagClassName
{
color: #CB2E61;
}
</style>
background-color css
<style>
a { background-color: #CB2E61; }
a { background-color: rgb(203,46,97); }
div.DivClassName
{
background-color: #CB2E61;
}
.BgClassName
{
background-color: #CB2E61;
}
</style>
border-color css
<style>
span { border-color: #CB2E61; }
span { border-color: rgb(203,46,97); }
td.TdClassName
{
border-color: #CB2E61;
}
.TagClassName
{
border-color: #CB2E61;
}
</style>