Shades of Deep Cerise #CB377A
Tints of Deep Cerise #CB377A
RGB
CMYK
RGB Variations
Color information
#CB377A (or 0xCB377A) is known color: Deep Cerise. HEX triplet: CB, 37 and 7A. RGB value is (203,55,122). Sum of RGB (Red+Green+Blue) = 203+55+122=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB377A is #34C885. Grayscale: #6A6A6A. Windows color (decimal): -3459206 or 8009675. OLE color: 8009675.
HSL color Cylindrical-coordinate representation of color #CB377A: hue angle of 332.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB377A is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 122 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.20 |
| HSL | 332.84º | 0.59% | 0.51% | - |
| HSV(B) | 332.84º | 0.73% | 0.8% | - |
| XYZ | 29.51 | 16.83 | 20.11 | - |
| YUV | 106.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 122 | 0 | 0.73 | 0.40 | 0.20 | 332.84 | 0.59 | 0.51 |
| Hex | CB | 37 | 7A | 0 | 49 | 28 | 14 | 14D | 3B | 33 |
| Octal | 313 | 67 | 172 | 0 | 111 | 50 | 24 | 515 | 73 | 63 |
| Binary | 11001011 | 110111 | 1111010 | 0 | 1001001 | 101000 | 10100 | 101001101 | 111011 | 110011 |
Color Harmonies of #CB377A
Complementary color
Monochromatic Colors of #CB377A
Black with #CB377A
Text Example
Text Example
White with #CB377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB377A; }
p { color: rgb(203,55,122); }
H1.HeaderClassName
{
color: #CB377A;
}
.AnyTagClassName
{
color: #CB377A;
}
</style>
background-color css
<style>
a { background-color: #CB377A; }
a { background-color: rgb(203,55,122); }
div.DivClassName
{
background-color: #CB377A;
}
.BgClassName
{
background-color: #CB377A;
}
</style>
border-color css
<style>
span { border-color: #CB377A; }
span { border-color: rgb(203,55,122); }
td.TdClassName
{
border-color: #CB377A;
}
.TagClassName
{
border-color: #CB377A;
}
</style>