Shades of Deep Cerise #CB3576
Tints of Deep Cerise #CB3576
RGB
CMYK
RGB Variations
Color information
#CB3576 (or 0xCB3576) is known color: Deep Cerise. HEX triplet: CB, 35 and 76. RGB value is (203,53,118). Sum of RGB (Red+Green+Blue) = 203+53+118=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3576 is #34CA89. Grayscale: #696969. Windows color (decimal): -3459722 or 7747019. OLE color: 7747019.
HSL color Cylindrical-coordinate representation of color #CB3576: hue angle of 334º 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 #CB3576 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 118 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.20 |
| HSL | 334º | 0.59% | 0.5% | - |
| HSV(B) | 334º | 0.74% | 0.8% | - |
| XYZ | 29.17 | 16.55 | 18.8 | - |
| YUV | 105.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 118 | 0 | 0.74 | 0.42 | 0.20 | 334 | 0.59 | 0.5 |
| Hex | CB | 35 | 76 | 0 | 4A | 2A | 14 | 14E | 3B | 32 |
| Octal | 313 | 65 | 166 | 0 | 112 | 52 | 24 | 516 | 73 | 62 |
| Binary | 11001011 | 110101 | 1110110 | 0 | 1001010 | 101010 | 10100 | 101001110 | 111011 | 110010 |
Color Harmonies of #CB3576
Complementary color
Monochromatic Colors of #CB3576
Black with #CB3576
Text Example
Text Example
White with #CB3576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3576; }
p { color: rgb(203,53,118); }
H1.HeaderClassName
{
color: #CB3576;
}
.AnyTagClassName
{
color: #CB3576;
}
</style>
background-color css
<style>
a { background-color: #CB3576; }
a { background-color: rgb(203,53,118); }
div.DivClassName
{
background-color: #CB3576;
}
.BgClassName
{
background-color: #CB3576;
}
</style>
border-color css
<style>
span { border-color: #CB3576; }
span { border-color: rgb(203,53,118); }
td.TdClassName
{
border-color: #CB3576;
}
.TagClassName
{
border-color: #CB3576;
}
</style>