Shades of Cerise #CC356A
Tints of Cerise #CC356A
RGB
CMYK
RGB Variations
Color information
#CC356A (or 0xCC356A) is known color: Cerise. HEX triplet: CC, 35 and 6A. RGB value is (204,53,106). Sum of RGB (Red+Green+Blue) = 204+53+106=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC356A is #33CA95. Grayscale: #686868. Windows color (decimal): -3394198 or 6960588. OLE color: 6960588.
HSL color Cylindrical-coordinate representation of color #CC356A: hue angle of 338.94º 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 #CC356A is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 106 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.2 |
| HSL | 338.94º | 0.6% | 0.5% | - |
| HSV(B) | 338.94º | 0.74% | 0.8% | - |
| XYZ | 28.78 | 16.42 | 15.29 | - |
| YUV | 104.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 106 | 0 | 0.74 | 0.48 | 0.2 | 338.94 | 0.6 | 0.5 |
| Hex | CC | 35 | 6A | 0 | 4A | 30 | 14 | 153 | 3C | 32 |
| Octal | 314 | 65 | 152 | 0 | 112 | 60 | 24 | 523 | 74 | 62 |
| Binary | 11001100 | 110101 | 1101010 | 0 | 1001010 | 110000 | 10100 | 101010011 | 111100 | 110010 |
Color Harmonies of #CC356A
Complementary color
Monochromatic Colors of #CC356A
Black with #CC356A
Text Example
Text Example
White with #CC356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC356A; }
p { color: rgb(204,53,106); }
H1.HeaderClassName
{
color: #CC356A;
}
.AnyTagClassName
{
color: #CC356A;
}
</style>
background-color css
<style>
a { background-color: #CC356A; }
a { background-color: rgb(204,53,106); }
div.DivClassName
{
background-color: #CC356A;
}
.BgClassName
{
background-color: #CC356A;
}
</style>
border-color css
<style>
span { border-color: #CC356A; }
span { border-color: rgb(204,53,106); }
td.TdClassName
{
border-color: #CC356A;
}
.TagClassName
{
border-color: #CC356A;
}
</style>