Shades of Deep Cerise #CC3873
Tints of Deep Cerise #CC3873
RGB
CMYK
RGB Variations
Color information
#CC3873 (or 0xCC3873) is known color: Deep Cerise. HEX triplet: CC, 38 and 73. RGB value is (204,56,115). Sum of RGB (Red+Green+Blue) = 204+56+115=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3873 is #33C78C. Grayscale: #6A6A6A. Windows color (decimal): -3393421 or 7551180. OLE color: 7551180.
HSL color Cylindrical-coordinate representation of color #CC3873: hue angle of 336.08º 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 #CC3873 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 115 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.2 |
| HSL | 336.08º | 0.59% | 0.51% | - |
| HSV(B) | 336.08º | 0.73% | 0.8% | - |
| XYZ | 29.41 | 16.9 | 17.93 | - |
| YUV | 106.98 | 132.53 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 115 | 0 | 0.73 | 0.44 | 0.2 | 336.08 | 0.59 | 0.51 |
| Hex | CC | 38 | 73 | 0 | 49 | 2C | 14 | 150 | 3B | 33 |
| Octal | 314 | 70 | 163 | 0 | 111 | 54 | 24 | 520 | 73 | 63 |
| Binary | 11001100 | 111000 | 1110011 | 0 | 1001001 | 101100 | 10100 | 101010000 | 111011 | 110011 |
Color Harmonies of #CC3873
Complementary color
Monochromatic Colors of #CC3873
Black with #CC3873
Text Example
Text Example
White with #CC3873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3873; }
p { color: rgb(204,56,115); }
H1.HeaderClassName
{
color: #CC3873;
}
.AnyTagClassName
{
color: #CC3873;
}
</style>
background-color css
<style>
a { background-color: #CC3873; }
a { background-color: rgb(204,56,115); }
div.DivClassName
{
background-color: #CC3873;
}
.BgClassName
{
background-color: #CC3873;
}
</style>
border-color css
<style>
span { border-color: #CC3873; }
span { border-color: rgb(204,56,115); }
td.TdClassName
{
border-color: #CC3873;
}
.TagClassName
{
border-color: #CC3873;
}
</style>