Shades of Cerise #CC3961
Tints of Cerise #CC3961
RGB
CMYK
RGB Variations
Color information
#CC3961 (or 0xCC3961) is known color: Cerise. HEX triplet: CC, 39 and 61. RGB value is (204,57,97). Sum of RGB (Red+Green+Blue) = 204+57+97=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3961 is #33C69E. Grayscale: #696969. Windows color (decimal): -3393183 or 6371788. OLE color: 6371788.
HSL color Cylindrical-coordinate representation of color #CC3961: hue angle of 343.67º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3961 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 97 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.2 |
| HSL | 343.67º | 0.59% | 0.51% | - |
| HSV(B) | 343.67º | 0.72% | 0.8% | - |
| XYZ | 28.52 | 16.63 | 13.02 | - |
| YUV | 105.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 97 | 0 | 0.72 | 0.52 | 0.2 | 343.67 | 0.59 | 0.51 |
| Hex | CC | 39 | 61 | 0 | 48 | 34 | 14 | 158 | 3B | 33 |
| Octal | 314 | 71 | 141 | 0 | 110 | 64 | 24 | 530 | 73 | 63 |
| Binary | 11001100 | 111001 | 1100001 | 0 | 1001000 | 110100 | 10100 | 101011000 | 111011 | 110011 |
Color Harmonies of #CC3961
Complementary color
Monochromatic Colors of #CC3961
Black with #CC3961
Text Example
Text Example
White with #CC3961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3961; }
p { color: rgb(204,57,97); }
H1.HeaderClassName
{
color: #CC3961;
}
.AnyTagClassName
{
color: #CC3961;
}
</style>
background-color css
<style>
a { background-color: #CC3961; }
a { background-color: rgb(204,57,97); }
div.DivClassName
{
background-color: #CC3961;
}
.BgClassName
{
background-color: #CC3961;
}
</style>
border-color css
<style>
span { border-color: #CC3961; }
span { border-color: rgb(204,57,97); }
td.TdClassName
{
border-color: #CC3961;
}
.TagClassName
{
border-color: #CC3961;
}
</style>