Shades of Deep Cerise #CB2B74
Tints of Deep Cerise #CB2B74
RGB
CMYK
RGB Variations
Color information
#CB2B74 (or 0xCB2B74) is known color: Deep Cerise. HEX triplet: CB, 2B and 74. RGB value is (203,43,116). Sum of RGB (Red+Green+Blue) = 203+43+116=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2B74 is #34D48B. Grayscale: #636363. Windows color (decimal): -3462284 or 7613387. OLE color: 7613387.
HSL color Cylindrical-coordinate representation of color #CB2B74: hue angle of 332.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2B74 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 116 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.20 |
| HSL | 332.63º | 0.65% | 0.48% | - |
| HSV(B) | 332.63º | 0.79% | 0.8% | - |
| XYZ | 28.64 | 15.69 | 18.04 | - |
| YUV | 99.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 116 | 0 | 0.79 | 0.43 | 0.20 | 332.63 | 0.65 | 0.48 |
| Hex | CB | 2B | 74 | 0 | 4F | 2B | 14 | 14D | 41 | 30 |
| Octal | 313 | 53 | 164 | 0 | 117 | 53 | 24 | 515 | 101 | 60 |
| Binary | 11001011 | 101011 | 1110100 | 0 | 1001111 | 101011 | 10100 | 101001101 | 1000001 | 110000 |
Color Harmonies of #CB2B74
Complementary color
Monochromatic Colors of #CB2B74
Black with #CB2B74
Text Example
Text Example
White with #CB2B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B74; }
p { color: rgb(203,43,116); }
H1.HeaderClassName
{
color: #CB2B74;
}
.AnyTagClassName
{
color: #CB2B74;
}
</style>
background-color css
<style>
a { background-color: #CB2B74; }
a { background-color: rgb(203,43,116); }
div.DivClassName
{
background-color: #CB2B74;
}
.BgClassName
{
background-color: #CB2B74;
}
</style>
border-color css
<style>
span { border-color: #CB2B74; }
span { border-color: rgb(203,43,116); }
td.TdClassName
{
border-color: #CB2B74;
}
.TagClassName
{
border-color: #CB2B74;
}
</style>