Shades of Cerise #CB3961
Tints of Cerise #CB3961
RGB
CMYK
RGB Variations
Color information
#CB3961 (or 0xCB3961) is known color: Cerise. HEX triplet: CB, 39 and 61. RGB value is (203,57,97). Sum of RGB (Red+Green+Blue) = 203+57+97=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3961 is #34C69E. Grayscale: #696969. Windows color (decimal): -3458719 or 6371787. OLE color: 6371787.
HSL color Cylindrical-coordinate representation of color #CB3961: hue angle of 343.56º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3961 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 97 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.20 |
| HSL | 343.56º | 0.58% | 0.51% | - |
| HSV(B) | 343.56º | 0.72% | 0.8% | - |
| XYZ | 28.25 | 16.49 | 13 | - |
| YUV | 105.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 97 | 0 | 0.72 | 0.52 | 0.20 | 343.56 | 0.58 | 0.51 |
| Hex | CB | 39 | 61 | 0 | 48 | 34 | 14 | 158 | 3A | 33 |
| Octal | 313 | 71 | 141 | 0 | 110 | 64 | 24 | 530 | 72 | 63 |
| Binary | 11001011 | 111001 | 1100001 | 0 | 1001000 | 110100 | 10100 | 101011000 | 111010 | 110011 |
Color Harmonies of #CB3961
Complementary color
Monochromatic Colors of #CB3961
Black with #CB3961
Text Example
Text Example
White with #CB3961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3961; }
p { color: rgb(203,57,97); }
H1.HeaderClassName
{
color: #CB3961;
}
.AnyTagClassName
{
color: #CB3961;
}
</style>
background-color css
<style>
a { background-color: #CB3961; }
a { background-color: rgb(203,57,97); }
div.DivClassName
{
background-color: #CB3961;
}
.BgClassName
{
background-color: #CB3961;
}
</style>
border-color css
<style>
span { border-color: #CB3961; }
span { border-color: rgb(203,57,97); }
td.TdClassName
{
border-color: #CB3961;
}
.TagClassName
{
border-color: #CB3961;
}
</style>