Shades of Cerise #CC3872
Tints of Cerise #CC3872
RGB
CMYK
RGB Variations
Color information
#CC3872 (or 0xCC3872) is known color: Cerise. HEX triplet: CC, 38 and 72. RGB value is (204,56,114). Sum of RGB (Red+Green+Blue) = 204+56+114=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3872 is #33C78D. Grayscale: #6A6A6A. Windows color (decimal): -3393422 or 7485644. OLE color: 7485644.
HSL color Cylindrical-coordinate representation of color #CC3872: hue angle of 336.49º 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 #CC3872 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 114 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.2 |
| HSL | 336.49º | 0.59% | 0.51% | - |
| HSV(B) | 336.49º | 0.73% | 0.8% | - |
| XYZ | 29.35 | 16.88 | 17.63 | - |
| YUV | 106.86 | 132.03 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 114 | 0 | 0.73 | 0.44 | 0.2 | 336.49 | 0.59 | 0.51 |
| Hex | CC | 38 | 72 | 0 | 49 | 2C | 14 | 150 | 3B | 33 |
| Octal | 314 | 70 | 162 | 0 | 111 | 54 | 24 | 520 | 73 | 63 |
| Binary | 11001100 | 111000 | 1110010 | 0 | 1001001 | 101100 | 10100 | 101010000 | 111011 | 110011 |
Color Harmonies of #CC3872
Complementary color
Monochromatic Colors of #CC3872
Black with #CC3872
Text Example
Text Example
White with #CC3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3872; }
p { color: rgb(204,56,114); }
H1.HeaderClassName
{
color: #CC3872;
}
.AnyTagClassName
{
color: #CC3872;
}
</style>
background-color css
<style>
a { background-color: #CC3872; }
a { background-color: rgb(204,56,114); }
div.DivClassName
{
background-color: #CC3872;
}
.BgClassName
{
background-color: #CC3872;
}
</style>
border-color css
<style>
span { border-color: #CC3872; }
span { border-color: rgb(204,56,114); }
td.TdClassName
{
border-color: #CC3872;
}
.TagClassName
{
border-color: #CC3872;
}
</style>