Shades of Deep Cerise #CB3A77
Tints of Deep Cerise #CB3A77
RGB
CMYK
RGB Variations
Color information
#CB3A77 (or 0xCB3A77) is known color: Deep Cerise. HEX triplet: CB, 3A and 77. RGB value is (203,58,119). Sum of RGB (Red+Green+Blue) = 203+58+119=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3A77 is #34C588. Grayscale: #6C6C6C. Windows color (decimal): -3458441 or 7813835. OLE color: 7813835.
HSL color Cylindrical-coordinate representation of color #CB3A77: hue angle of 334.76º 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 #CB3A77 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 119 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.20 |
| HSL | 334.76º | 0.58% | 0.51% | - |
| HSV(B) | 334.76º | 0.71% | 0.8% | - |
| XYZ | 29.47 | 17.05 | 19.19 | - |
| YUV | 108.31 | 134.04 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 119 | 0 | 0.71 | 0.41 | 0.20 | 334.76 | 0.58 | 0.51 |
| Hex | CB | 3A | 77 | 0 | 47 | 29 | 14 | 14F | 3A | 33 |
| Octal | 313 | 72 | 167 | 0 | 107 | 51 | 24 | 517 | 72 | 63 |
| Binary | 11001011 | 111010 | 1110111 | 0 | 1000111 | 101001 | 10100 | 101001111 | 111010 | 110011 |
Color Harmonies of #CB3A77
Complementary color
Monochromatic Colors of #CB3A77
Black with #CB3A77
Text Example
Text Example
White with #CB3A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A77; }
p { color: rgb(203,58,119); }
H1.HeaderClassName
{
color: #CB3A77;
}
.AnyTagClassName
{
color: #CB3A77;
}
</style>
background-color css
<style>
a { background-color: #CB3A77; }
a { background-color: rgb(203,58,119); }
div.DivClassName
{
background-color: #CB3A77;
}
.BgClassName
{
background-color: #CB3A77;
}
</style>
border-color css
<style>
span { border-color: #CB3A77; }
span { border-color: rgb(203,58,119); }
td.TdClassName
{
border-color: #CB3A77;
}
.TagClassName
{
border-color: #CB3A77;
}
</style>