Shades of Cerise #CC355F
Tints of Cerise #CC355F
RGB
CMYK
RGB Variations
Color information
#CC355F (or 0xCC355F) is known color: Cerise. HEX triplet: CC, 35 and 5F. RGB value is (204,53,95). Sum of RGB (Red+Green+Blue) = 204+53+95=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC355F is #33CAA0. Grayscale: #666666. Windows color (decimal): -3394209 or 6239692. OLE color: 6239692.
HSL color Cylindrical-coordinate representation of color #CC355F: hue angle of 343.31º 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 #CC355F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 95 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.2 |
| HSL | 343.31º | 0.6% | 0.5% | - |
| HSV(B) | 343.31º | 0.74% | 0.8% | - |
| XYZ | 28.24 | 16.21 | 12.47 | - |
| YUV | 102.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 95 | 0 | 0.74 | 0.53 | 0.2 | 343.31 | 0.6 | 0.5 |
| Hex | CC | 35 | 5F | 0 | 4A | 35 | 14 | 157 | 3C | 32 |
| Octal | 314 | 65 | 137 | 0 | 112 | 65 | 24 | 527 | 74 | 62 |
| Binary | 11001100 | 110101 | 1011111 | 0 | 1001010 | 110101 | 10100 | 101010111 | 111100 | 110010 |
Color Harmonies of #CC355F
Complementary color
Monochromatic Colors of #CC355F
Black with #CC355F
Text Example
Text Example
White with #CC355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC355F; }
p { color: rgb(204,53,95); }
H1.HeaderClassName
{
color: #CC355F;
}
.AnyTagClassName
{
color: #CC355F;
}
</style>
background-color css
<style>
a { background-color: #CC355F; }
a { background-color: rgb(204,53,95); }
div.DivClassName
{
background-color: #CC355F;
}
.BgClassName
{
background-color: #CC355F;
}
</style>
border-color css
<style>
span { border-color: #CC355F; }
span { border-color: rgb(204,53,95); }
td.TdClassName
{
border-color: #CC355F;
}
.TagClassName
{
border-color: #CC355F;
}
</style>