Shades of Deep Cerise #CB3B77
Tints of Deep Cerise #CB3B77
RGB
CMYK
RGB Variations
Color information
#CB3B77 (or 0xCB3B77) is known color: Deep Cerise. HEX triplet: CB, 3B and 77. RGB value is (203,59,119). Sum of RGB (Red+Green+Blue) = 203+59+119=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3B77 is #34C488. Grayscale: #6C6C6C. Windows color (decimal): -3458185 or 7814091. OLE color: 7814091.
HSL color Cylindrical-coordinate representation of color #CB3B77: hue angle of 335º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3B77 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 119 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.20 |
| HSL | 335º | 0.58% | 0.51% | - |
| HSV(B) | 335º | 0.71% | 0.8% | - |
| XYZ | 29.52 | 17.16 | 19.21 | - |
| YUV | 108.9 | 133.71 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 119 | 0 | 0.71 | 0.41 | 0.20 | 335 | 0.58 | 0.51 |
| Hex | CB | 3B | 77 | 0 | 47 | 29 | 14 | 14F | 3A | 33 |
| Octal | 313 | 73 | 167 | 0 | 107 | 51 | 24 | 517 | 72 | 63 |
| Binary | 11001011 | 111011 | 1110111 | 0 | 1000111 | 101001 | 10100 | 101001111 | 111010 | 110011 |
Color Harmonies of #CB3B77
Complementary color
Monochromatic Colors of #CB3B77
Black with #CB3B77
Text Example
Text Example
White with #CB3B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3B77; }
p { color: rgb(203,59,119); }
H1.HeaderClassName
{
color: #CB3B77;
}
.AnyTagClassName
{
color: #CB3B77;
}
</style>
background-color css
<style>
a { background-color: #CB3B77; }
a { background-color: rgb(203,59,119); }
div.DivClassName
{
background-color: #CB3B77;
}
.BgClassName
{
background-color: #CB3B77;
}
</style>
border-color css
<style>
span { border-color: #CB3B77; }
span { border-color: rgb(203,59,119); }
td.TdClassName
{
border-color: #CB3B77;
}
.TagClassName
{
border-color: #CB3B77;
}
</style>