Shades of Cerise #CC345E
Tints of Cerise #CC345E
RGB
CMYK
RGB Variations
Color information
#CC345E (or 0xCC345E) is known color: Cerise. HEX triplet: CC, 34 and 5E. RGB value is (204,52,94). Sum of RGB (Red+Green+Blue) = 204+52+94=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC345E is #33CBA1. Grayscale: #666666. Windows color (decimal): -3394466 or 6173900. OLE color: 6173900.
HSL color Cylindrical-coordinate representation of color #CC345E: hue angle of 343.42º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC345E is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 94 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.2 |
| HSL | 343.42º | 0.6% | 0.5% | - |
| HSV(B) | 343.42º | 0.75% | 0.8% | - |
| XYZ | 28.15 | 16.1 | 12.21 | - |
| YUV | 102.24 | 123.36 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 94 | 0 | 0.75 | 0.54 | 0.2 | 343.42 | 0.6 | 0.5 |
| Hex | CC | 34 | 5E | 0 | 4B | 36 | 14 | 157 | 3C | 32 |
| Octal | 314 | 64 | 136 | 0 | 113 | 66 | 24 | 527 | 74 | 62 |
| Binary | 11001100 | 110100 | 1011110 | 0 | 1001011 | 110110 | 10100 | 101010111 | 111100 | 110010 |
Color Harmonies of #CC345E
Complementary color
Monochromatic Colors of #CC345E
Black with #CC345E
Text Example
Text Example
White with #CC345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC345E; }
p { color: rgb(204,52,94); }
H1.HeaderClassName
{
color: #CC345E;
}
.AnyTagClassName
{
color: #CC345E;
}
</style>
background-color css
<style>
a { background-color: #CC345E; }
a { background-color: rgb(204,52,94); }
div.DivClassName
{
background-color: #CC345E;
}
.BgClassName
{
background-color: #CC345E;
}
</style>
border-color css
<style>
span { border-color: #CC345E; }
span { border-color: rgb(204,52,94); }
td.TdClassName
{
border-color: #CC345E;
}
.TagClassName
{
border-color: #CC345E;
}
</style>