Shades of Cerise #CC3567
Tints of Cerise #CC3567
RGB
CMYK
RGB Variations
Color information
#CC3567 (or 0xCC3567) is known color: Cerise. HEX triplet: CC, 35 and 67. RGB value is (204,53,103). Sum of RGB (Red+Green+Blue) = 204+53+103=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3567 is #33CA98. Grayscale: #676767. Windows color (decimal): -3394201 or 6763980. OLE color: 6763980.
HSL color Cylindrical-coordinate representation of color #CC3567: hue angle of 340.13º 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 #CC3567 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 103 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.2 |
| HSL | 340.13º | 0.6% | 0.5% | - |
| HSV(B) | 340.13º | 0.74% | 0.8% | - |
| XYZ | 28.62 | 16.36 | 14.48 | - |
| YUV | 103.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 103 | 0 | 0.74 | 0.50 | 0.2 | 340.13 | 0.6 | 0.5 |
| Hex | CC | 35 | 67 | 0 | 4A | 32 | 14 | 154 | 3C | 32 |
| Octal | 314 | 65 | 147 | 0 | 112 | 62 | 24 | 524 | 74 | 62 |
| Binary | 11001100 | 110101 | 1100111 | 0 | 1001010 | 110010 | 10100 | 101010100 | 111100 | 110010 |
Color Harmonies of #CC3567
Complementary color
Monochromatic Colors of #CC3567
Black with #CC3567
Text Example
Text Example
White with #CC3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3567; }
p { color: rgb(204,53,103); }
H1.HeaderClassName
{
color: #CC3567;
}
.AnyTagClassName
{
color: #CC3567;
}
</style>
background-color css
<style>
a { background-color: #CC3567; }
a { background-color: rgb(204,53,103); }
div.DivClassName
{
background-color: #CC3567;
}
.BgClassName
{
background-color: #CC3567;
}
</style>
border-color css
<style>
span { border-color: #CC3567; }
span { border-color: rgb(204,53,103); }
td.TdClassName
{
border-color: #CC3567;
}
.TagClassName
{
border-color: #CC3567;
}
</style>