Shades of Deep Cerise #CB3176
Tints of Deep Cerise #CB3176
RGB
CMYK
RGB Variations
Color information
#CB3176 (or 0xCB3176) is known color: Deep Cerise. HEX triplet: CB, 31 and 76. RGB value is (203,49,118). Sum of RGB (Red+Green+Blue) = 203+49+118=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3176 is #34CE89. Grayscale: #666666. Windows color (decimal): -3460746 or 7745995. OLE color: 7745995.
HSL color Cylindrical-coordinate representation of color #CB3176: hue angle of 333.12º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3176 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 118 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.20 |
| HSL | 333.12º | 0.61% | 0.49% | - |
| HSV(B) | 333.12º | 0.76% | 0.8% | - |
| XYZ | 29 | 16.2 | 18.74 | - |
| YUV | 102.91 | 136.52 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 118 | 0 | 0.76 | 0.42 | 0.20 | 333.12 | 0.61 | 0.49 |
| Hex | CB | 31 | 76 | 0 | 4C | 2A | 14 | 14D | 3D | 31 |
| Octal | 313 | 61 | 166 | 0 | 114 | 52 | 24 | 515 | 75 | 61 |
| Binary | 11001011 | 110001 | 1110110 | 0 | 1001100 | 101010 | 10100 | 101001101 | 111101 | 110001 |
Color Harmonies of #CB3176
Complementary color
Monochromatic Colors of #CB3176
Black with #CB3176
Text Example
Text Example
White with #CB3176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3176; }
p { color: rgb(203,49,118); }
H1.HeaderClassName
{
color: #CB3176;
}
.AnyTagClassName
{
color: #CB3176;
}
</style>
background-color css
<style>
a { background-color: #CB3176; }
a { background-color: rgb(203,49,118); }
div.DivClassName
{
background-color: #CB3176;
}
.BgClassName
{
background-color: #CB3176;
}
</style>
border-color css
<style>
span { border-color: #CB3176; }
span { border-color: rgb(203,49,118); }
td.TdClassName
{
border-color: #CB3176;
}
.TagClassName
{
border-color: #CB3176;
}
</style>