Shades of Cerise #CC3563
Tints of Cerise #CC3563
RGB
CMYK
RGB Variations
Color information
#CC3563 (or 0xCC3563) is known color: Cerise. HEX triplet: CC, 35 and 63. RGB value is (204,53,99). Sum of RGB (Red+Green+Blue) = 204+53+99=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3563 is #33CA9C. Grayscale: #676767. Windows color (decimal): -3394205 or 6501836. OLE color: 6501836.
HSL color Cylindrical-coordinate representation of color #CC3563: hue angle of 341.72º 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 #CC3563 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 99 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.2 |
| HSL | 341.72º | 0.6% | 0.5% | - |
| HSV(B) | 341.72º | 0.74% | 0.8% | - |
| XYZ | 28.43 | 16.28 | 13.45 | - |
| YUV | 103.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 99 | 0 | 0.74 | 0.51 | 0.2 | 341.72 | 0.6 | 0.5 |
| Hex | CC | 35 | 63 | 0 | 4A | 33 | 14 | 156 | 3C | 32 |
| Octal | 314 | 65 | 143 | 0 | 112 | 63 | 24 | 526 | 74 | 62 |
| Binary | 11001100 | 110101 | 1100011 | 0 | 1001010 | 110011 | 10100 | 101010110 | 111100 | 110010 |
Color Harmonies of #CC3563
Complementary color
Monochromatic Colors of #CC3563
Black with #CC3563
Text Example
Text Example
White with #CC3563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3563; }
p { color: rgb(204,53,99); }
H1.HeaderClassName
{
color: #CC3563;
}
.AnyTagClassName
{
color: #CC3563;
}
</style>
background-color css
<style>
a { background-color: #CC3563; }
a { background-color: rgb(204,53,99); }
div.DivClassName
{
background-color: #CC3563;
}
.BgClassName
{
background-color: #CC3563;
}
</style>
border-color css
<style>
span { border-color: #CC3563; }
span { border-color: rgb(204,53,99); }
td.TdClassName
{
border-color: #CC3563;
}
.TagClassName
{
border-color: #CC3563;
}
</style>