Shades of Deep Cerise #CC3876
Tints of Deep Cerise #CC3876
RGB
CMYK
RGB Variations
Color information
#CC3876 (or 0xCC3876) is known color: Deep Cerise. HEX triplet: CC, 38 and 76. RGB value is (204,56,118). Sum of RGB (Red+Green+Blue) = 204+56+118=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3876 is #33C789. Grayscale: #6B6B6B. Windows color (decimal): -3393418 or 7747788. OLE color: 7747788.
HSL color Cylindrical-coordinate representation of color #CC3876: hue angle of 334.86º 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 #CC3876 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 118 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.2 |
| HSL | 334.86º | 0.59% | 0.51% | - |
| HSV(B) | 334.86º | 0.73% | 0.8% | - |
| XYZ | 29.59 | 16.97 | 18.86 | - |
| YUV | 107.32 | 134.03 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 118 | 0 | 0.73 | 0.42 | 0.2 | 334.86 | 0.59 | 0.51 |
| Hex | CC | 38 | 76 | 0 | 49 | 2A | 14 | 14F | 3B | 33 |
| Octal | 314 | 70 | 166 | 0 | 111 | 52 | 24 | 517 | 73 | 63 |
| Binary | 11001100 | 111000 | 1110110 | 0 | 1001001 | 101010 | 10100 | 101001111 | 111011 | 110011 |
Color Harmonies of #CC3876
Complementary color
Monochromatic Colors of #CC3876
Black with #CC3876
Text Example
Text Example
White with #CC3876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3876; }
p { color: rgb(204,56,118); }
H1.HeaderClassName
{
color: #CC3876;
}
.AnyTagClassName
{
color: #CC3876;
}
</style>
background-color css
<style>
a { background-color: #CC3876; }
a { background-color: rgb(204,56,118); }
div.DivClassName
{
background-color: #CC3876;
}
.BgClassName
{
background-color: #CC3876;
}
</style>
border-color css
<style>
span { border-color: #CC3876; }
span { border-color: rgb(204,56,118); }
td.TdClassName
{
border-color: #CC3876;
}
.TagClassName
{
border-color: #CC3876;
}
</style>