Shades of Deep Cerise #CB3578
Tints of Deep Cerise #CB3578
RGB
CMYK
RGB Variations
Color information
#CB3578 (or 0xCB3578) is known color: Deep Cerise. HEX triplet: CB, 35 and 78. RGB value is (203,53,120). Sum of RGB (Red+Green+Blue) = 203+53+120=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3578 is #34CA87. Grayscale: #696969. Windows color (decimal): -3459720 or 7878091. OLE color: 7878091.
HSL color Cylindrical-coordinate representation of color #CB3578: hue angle of 333.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3578 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 120 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.20 |
| HSL | 333.2º | 0.59% | 0.5% | - |
| HSV(B) | 333.2º | 0.74% | 0.8% | - |
| XYZ | 29.29 | 16.6 | 19.43 | - |
| YUV | 105.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 120 | 0 | 0.74 | 0.41 | 0.20 | 333.2 | 0.59 | 0.5 |
| Hex | CB | 35 | 78 | 0 | 4A | 29 | 14 | 14D | 3B | 32 |
| Octal | 313 | 65 | 170 | 0 | 112 | 51 | 24 | 515 | 73 | 62 |
| Binary | 11001011 | 110101 | 1111000 | 0 | 1001010 | 101001 | 10100 | 101001101 | 111011 | 110010 |
Color Harmonies of #CB3578
Complementary color
Monochromatic Colors of #CB3578
Black with #CB3578
Text Example
Text Example
White with #CB3578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3578; }
p { color: rgb(203,53,120); }
H1.HeaderClassName
{
color: #CB3578;
}
.AnyTagClassName
{
color: #CB3578;
}
</style>
background-color css
<style>
a { background-color: #CB3578; }
a { background-color: rgb(203,53,120); }
div.DivClassName
{
background-color: #CB3578;
}
.BgClassName
{
background-color: #CB3578;
}
</style>
border-color css
<style>
span { border-color: #CB3578; }
span { border-color: rgb(203,53,120); }
td.TdClassName
{
border-color: #CB3578;
}
.TagClassName
{
border-color: #CB3578;
}
</style>