Shades of Cerise #CB2161
Tints of Cerise #CB2161
RGB
CMYK
RGB Variations
Color information
#CB2161 (or 0xCB2161) is known color: Cerise. HEX triplet: CB, 21 and 61. RGB value is (203,33,97). Sum of RGB (Red+Green+Blue) = 203+33+97=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2161 is #34DE9E. Grayscale: #5B5B5B. Windows color (decimal): -3464863 or 6365643. OLE color: 6365643.
HSL color Cylindrical-coordinate representation of color #CB2161: hue angle of 337.41º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2161 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 97 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.20 |
| HSL | 337.41º | 0.72% | 0.46% | - |
| HSV(B) | 337.41º | 0.84% | 0.8% | - |
| XYZ | 27.33 | 14.65 | 12.7 | - |
| YUV | 91.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 97 | 0 | 0.84 | 0.52 | 0.20 | 337.41 | 0.72 | 0.46 |
| Hex | CB | 21 | 61 | 0 | 54 | 34 | 14 | 151 | 48 | 2E |
| Octal | 313 | 41 | 141 | 0 | 124 | 64 | 24 | 521 | 110 | 56 |
| Binary | 11001011 | 100001 | 1100001 | 0 | 1010100 | 110100 | 10100 | 101010001 | 1001000 | 101110 |
Color Harmonies of #CB2161
Complementary color
Monochromatic Colors of #CB2161
Black with #CB2161
Text Example
Text Example
White with #CB2161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2161; }
p { color: rgb(203,33,97); }
H1.HeaderClassName
{
color: #CB2161;
}
.AnyTagClassName
{
color: #CB2161;
}
</style>
background-color css
<style>
a { background-color: #CB2161; }
a { background-color: rgb(203,33,97); }
div.DivClassName
{
background-color: #CB2161;
}
.BgClassName
{
background-color: #CB2161;
}
</style>
border-color css
<style>
span { border-color: #CB2161; }
span { border-color: rgb(203,33,97); }
td.TdClassName
{
border-color: #CB2161;
}
.TagClassName
{
border-color: #CB2161;
}
</style>