Shades of Deep Cerise #CB377C
Tints of Deep Cerise #CB377C
RGB
CMYK
RGB Variations
Color information
#CB377C (or 0xCB377C) is known color: Deep Cerise. HEX triplet: CB, 37 and 7C. RGB value is (203,55,124). Sum of RGB (Red+Green+Blue) = 203+55+124=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB377C is #34C883. Grayscale: #6A6A6A. Windows color (decimal): -3459204 or 8140747. OLE color: 8140747.
HSL color Cylindrical-coordinate representation of color #CB377C: hue angle of 332.03º 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 #CB377C is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 124 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.20 |
| HSL | 332.03º | 0.59% | 0.51% | - |
| HSV(B) | 332.03º | 0.73% | 0.8% | - |
| XYZ | 29.63 | 16.88 | 20.77 | - |
| YUV | 107.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 124 | 0 | 0.73 | 0.39 | 0.20 | 332.03 | 0.59 | 0.51 |
| Hex | CB | 37 | 7C | 0 | 49 | 27 | 14 | 14C | 3B | 33 |
| Octal | 313 | 67 | 174 | 0 | 111 | 47 | 24 | 514 | 73 | 63 |
| Binary | 11001011 | 110111 | 1111100 | 0 | 1001001 | 100111 | 10100 | 101001100 | 111011 | 110011 |
Color Harmonies of #CB377C
Complementary color
Monochromatic Colors of #CB377C
Black with #CB377C
Text Example
Text Example
White with #CB377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB377C; }
p { color: rgb(203,55,124); }
H1.HeaderClassName
{
color: #CB377C;
}
.AnyTagClassName
{
color: #CB377C;
}
</style>
background-color css
<style>
a { background-color: #CB377C; }
a { background-color: rgb(203,55,124); }
div.DivClassName
{
background-color: #CB377C;
}
.BgClassName
{
background-color: #CB377C;
}
</style>
border-color css
<style>
span { border-color: #CB377C; }
span { border-color: rgb(203,55,124); }
td.TdClassName
{
border-color: #CB377C;
}
.TagClassName
{
border-color: #CB377C;
}
</style>