Shades of Cerise #CB2F61
Tints of Cerise #CB2F61
RGB
CMYK
RGB Variations
Color information
#CB2F61 (or 0xCB2F61) is known color: Cerise. HEX triplet: CB, 2F and 61. RGB value is (203,47,97). Sum of RGB (Red+Green+Blue) = 203+47+97=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2F61 is #34D09E. Grayscale: #636363. Windows color (decimal): -3461279 or 6369227. OLE color: 6369227.
HSL color Cylindrical-coordinate representation of color #CB2F61: hue angle of 340.77º degrees, saturation: 0.62, 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 #CB2F61 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 97 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.20 |
| HSL | 340.77º | 0.62% | 0.49% | - |
| HSV(B) | 340.77º | 0.77% | 0.8% | - |
| XYZ | 27.8 | 15.59 | 12.85 | - |
| YUV | 99.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 97 | 0 | 0.77 | 0.52 | 0.20 | 340.77 | 0.62 | 0.49 |
| Hex | CB | 2F | 61 | 0 | 4D | 34 | 14 | 155 | 3E | 31 |
| Octal | 313 | 57 | 141 | 0 | 115 | 64 | 24 | 525 | 76 | 61 |
| Binary | 11001011 | 101111 | 1100001 | 0 | 1001101 | 110100 | 10100 | 101010101 | 111110 | 110001 |
Color Harmonies of #CB2F61
Complementary color
Monochromatic Colors of #CB2F61
Black with #CB2F61
Text Example
Text Example
White with #CB2F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F61; }
p { color: rgb(203,47,97); }
H1.HeaderClassName
{
color: #CB2F61;
}
.AnyTagClassName
{
color: #CB2F61;
}
</style>
background-color css
<style>
a { background-color: #CB2F61; }
a { background-color: rgb(203,47,97); }
div.DivClassName
{
background-color: #CB2F61;
}
.BgClassName
{
background-color: #CB2F61;
}
</style>
border-color css
<style>
span { border-color: #CB2F61; }
span { border-color: rgb(203,47,97); }
td.TdClassName
{
border-color: #CB2F61;
}
.TagClassName
{
border-color: #CB2F61;
}
</style>