Shades of Deep Cerise #CB3789
Tints of Deep Cerise #CB3789
RGB
CMYK
RGB Variations
Color information
#CB3789 (or 0xCB3789) is known color: Deep Cerise. HEX triplet: CB, 37 and 89. RGB value is (203,55,137). Sum of RGB (Red+Green+Blue) = 203+55+137=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3789 is #34C876. Grayscale: #6C6C6C. Windows color (decimal): -3459191 or 8992715. OLE color: 8992715.
HSL color Cylindrical-coordinate representation of color #CB3789: hue angle of 326.76º 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 #CB3789 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 137 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.20 |
| HSL | 326.76º | 0.59% | 0.51% | - |
| HSV(B) | 326.76º | 0.73% | 0.8% | - |
| XYZ | 30.51 | 17.24 | 25.39 | - |
| YUV | 108.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 137 | 0 | 0.73 | 0.33 | 0.20 | 326.76 | 0.59 | 0.51 |
| Hex | CB | 37 | 89 | 0 | 49 | 21 | 14 | 147 | 3B | 33 |
| Octal | 313 | 67 | 211 | 0 | 111 | 41 | 24 | 507 | 73 | 63 |
| Binary | 11001011 | 110111 | 10001001 | 0 | 1001001 | 100001 | 10100 | 101000111 | 111011 | 110011 |
Color Harmonies of #CB3789
Complementary color
Monochromatic Colors of #CB3789
Black with #CB3789
Text Example
Text Example
White with #CB3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3789; }
p { color: rgb(203,55,137); }
H1.HeaderClassName
{
color: #CB3789;
}
.AnyTagClassName
{
color: #CB3789;
}
</style>
background-color css
<style>
a { background-color: #CB3789; }
a { background-color: rgb(203,55,137); }
div.DivClassName
{
background-color: #CB3789;
}
.BgClassName
{
background-color: #CB3789;
}
</style>
border-color css
<style>
span { border-color: #CB3789; }
span { border-color: rgb(203,55,137); }
td.TdClassName
{
border-color: #CB3789;
}
.TagClassName
{
border-color: #CB3789;
}
</style>