Shades of Cerise #CC356F
Tints of Cerise #CC356F
RGB
CMYK
RGB Variations
Color information
#CC356F (or 0xCC356F) is known color: Cerise. HEX triplet: CC, 35 and 6F. RGB value is (204,53,111). Sum of RGB (Red+Green+Blue) = 204+53+111=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC356F is #33CA90. Grayscale: #686868. Windows color (decimal): -3394193 or 7288268. OLE color: 7288268.
HSL color Cylindrical-coordinate representation of color #CC356F: hue angle of 336.95º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC356F is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 111 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.2 |
| HSL | 336.95º | 0.6% | 0.5% | - |
| HSV(B) | 336.95º | 0.74% | 0.8% | - |
| XYZ | 29.04 | 16.53 | 16.7 | - |
| YUV | 104.76 | 131.53 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 111 | 0 | 0.74 | 0.46 | 0.2 | 336.95 | 0.6 | 0.5 |
| Hex | CC | 35 | 6F | 0 | 4A | 2E | 14 | 151 | 3C | 32 |
| Octal | 314 | 65 | 157 | 0 | 112 | 56 | 24 | 521 | 74 | 62 |
| Binary | 11001100 | 110101 | 1101111 | 0 | 1001010 | 101110 | 10100 | 101010001 | 111100 | 110010 |
Color Harmonies of #CC356F
Complementary color
Monochromatic Colors of #CC356F
Black with #CC356F
Text Example
Text Example
White with #CC356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC356F; }
p { color: rgb(204,53,111); }
H1.HeaderClassName
{
color: #CC356F;
}
.AnyTagClassName
{
color: #CC356F;
}
</style>
background-color css
<style>
a { background-color: #CC356F; }
a { background-color: rgb(204,53,111); }
div.DivClassName
{
background-color: #CC356F;
}
.BgClassName
{
background-color: #CC356F;
}
</style>
border-color css
<style>
span { border-color: #CC356F; }
span { border-color: rgb(204,53,111); }
td.TdClassName
{
border-color: #CC356F;
}
.TagClassName
{
border-color: #CC356F;
}
</style>