Shades of Cerise #CC3072
Tints of Cerise #CC3072
RGB
CMYK
RGB Variations
Color information
#CC3072 (or 0xCC3072) is known color: Cerise. HEX triplet: CC, 30 and 72. RGB value is (204,48,114). Sum of RGB (Red+Green+Blue) = 204+48+114=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3072 is #33CF8D. Grayscale: #666666. Windows color (decimal): -3395470 or 7483596. OLE color: 7483596.
HSL color Cylindrical-coordinate representation of color #CC3072: hue angle of 334.62º degrees, saturation: 0.62, 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 #CC3072 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 114 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.2 |
| HSL | 334.62º | 0.62% | 0.49% | - |
| HSV(B) | 334.62º | 0.76% | 0.8% | - |
| XYZ | 29 | 16.17 | 17.51 | - |
| YUV | 102.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 114 | 0 | 0.76 | 0.44 | 0.2 | 334.62 | 0.62 | 0.49 |
| Hex | CC | 30 | 72 | 0 | 4C | 2C | 14 | 14F | 3E | 31 |
| Octal | 314 | 60 | 162 | 0 | 114 | 54 | 24 | 517 | 76 | 61 |
| Binary | 11001100 | 110000 | 1110010 | 0 | 1001100 | 101100 | 10100 | 101001111 | 111110 | 110001 |
Color Harmonies of #CC3072
Complementary color
Monochromatic Colors of #CC3072
Black with #CC3072
Text Example
Text Example
White with #CC3072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3072; }
p { color: rgb(204,48,114); }
H1.HeaderClassName
{
color: #CC3072;
}
.AnyTagClassName
{
color: #CC3072;
}
</style>
background-color css
<style>
a { background-color: #CC3072; }
a { background-color: rgb(204,48,114); }
div.DivClassName
{
background-color: #CC3072;
}
.BgClassName
{
background-color: #CC3072;
}
</style>
border-color css
<style>
span { border-color: #CC3072; }
span { border-color: rgb(204,48,114); }
td.TdClassName
{
border-color: #CC3072;
}
.TagClassName
{
border-color: #CC3072;
}
</style>