Shades of Deep Cerise #CB3676
Tints of Deep Cerise #CB3676
RGB
CMYK
RGB Variations
Color information
#CB3676 (or 0xCB3676) is known color: Deep Cerise. HEX triplet: CB, 36 and 76. RGB value is (203,54,118). Sum of RGB (Red+Green+Blue) = 203+54+118=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3676 is #34C989. Grayscale: #696969. Windows color (decimal): -3459466 or 7747275. OLE color: 7747275.
HSL color Cylindrical-coordinate representation of color #CB3676: hue angle of 334.23º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3676 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 118 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.20 |
| HSL | 334.23º | 0.59% | 0.5% | - |
| HSV(B) | 334.23º | 0.73% | 0.8% | - |
| XYZ | 29.22 | 16.64 | 18.81 | - |
| YUV | 105.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 118 | 0 | 0.73 | 0.42 | 0.20 | 334.23 | 0.59 | 0.5 |
| Hex | CB | 36 | 76 | 0 | 49 | 2A | 14 | 14E | 3B | 32 |
| Octal | 313 | 66 | 166 | 0 | 111 | 52 | 24 | 516 | 73 | 62 |
| Binary | 11001011 | 110110 | 1110110 | 0 | 1001001 | 101010 | 10100 | 101001110 | 111011 | 110010 |
Color Harmonies of #CB3676
Complementary color
Monochromatic Colors of #CB3676
Black with #CB3676
Text Example
Text Example
White with #CB3676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3676; }
p { color: rgb(203,54,118); }
H1.HeaderClassName
{
color: #CB3676;
}
.AnyTagClassName
{
color: #CB3676;
}
</style>
background-color css
<style>
a { background-color: #CB3676; }
a { background-color: rgb(203,54,118); }
div.DivClassName
{
background-color: #CB3676;
}
.BgClassName
{
background-color: #CB3676;
}
</style>
border-color css
<style>
span { border-color: #CB3676; }
span { border-color: rgb(203,54,118); }
td.TdClassName
{
border-color: #CB3676;
}
.TagClassName
{
border-color: #CB3676;
}
</style>