Shades of Deep Cerise #CB2877
Tints of Deep Cerise #CB2877
RGB
CMYK
RGB Variations
Color information
#CB2877 (or 0xCB2877) is known color: Deep Cerise. HEX triplet: CB, 28 and 77. RGB value is (203,40,119). Sum of RGB (Red+Green+Blue) = 203+40+119=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2877 is #34D788. Grayscale: #616161. Windows color (decimal): -3463049 or 7809227. OLE color: 7809227.
HSL color Cylindrical-coordinate representation of color #CB2877: hue angle of 330.92º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2877 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 119 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.20 |
| HSL | 330.92º | 0.67% | 0.48% | - |
| HSV(B) | 330.92º | 0.8% | 0.8% | - |
| XYZ | 28.72 | 15.55 | 18.94 | - |
| YUV | 97.74 | 140 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 119 | 0 | 0.80 | 0.41 | 0.20 | 330.92 | 0.67 | 0.48 |
| Hex | CB | 28 | 77 | 0 | 50 | 29 | 14 | 14B | 43 | 30 |
| Octal | 313 | 50 | 167 | 0 | 120 | 51 | 24 | 513 | 103 | 60 |
| Binary | 11001011 | 101000 | 1110111 | 0 | 1010000 | 101001 | 10100 | 101001011 | 1000011 | 110000 |
Color Harmonies of #CB2877
Complementary color
Monochromatic Colors of #CB2877
Black with #CB2877
Text Example
Text Example
White with #CB2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2877; }
p { color: rgb(203,40,119); }
H1.HeaderClassName
{
color: #CB2877;
}
.AnyTagClassName
{
color: #CB2877;
}
</style>
background-color css
<style>
a { background-color: #CB2877; }
a { background-color: rgb(203,40,119); }
div.DivClassName
{
background-color: #CB2877;
}
.BgClassName
{
background-color: #CB2877;
}
</style>
border-color css
<style>
span { border-color: #CB2877; }
span { border-color: rgb(203,40,119); }
td.TdClassName
{
border-color: #CB2877;
}
.TagClassName
{
border-color: #CB2877;
}
</style>