Shades of Cerise #CC345C
Tints of Cerise #CC345C
RGB
CMYK
RGB Variations
Color information
#CC345C (or 0xCC345C) is known color: Cerise. HEX triplet: CC, 34 and 5C. RGB value is (204,52,92). Sum of RGB (Red+Green+Blue) = 204+52+92=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC345C is #33CBA3. Grayscale: #666666. Windows color (decimal): -3394468 or 6042828. OLE color: 6042828.
HSL color Cylindrical-coordinate representation of color #CC345C: hue angle of 344.21º 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 #CC345C is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 92 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.2 |
| HSL | 344.21º | 0.6% | 0.5% | - |
| HSV(B) | 344.21º | 0.75% | 0.8% | - |
| XYZ | 28.06 | 16.07 | 11.75 | - |
| YUV | 102.01 | 122.36 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 92 | 0 | 0.75 | 0.55 | 0.2 | 344.21 | 0.6 | 0.5 |
| Hex | CC | 34 | 5C | 0 | 4B | 37 | 14 | 158 | 3C | 32 |
| Octal | 314 | 64 | 134 | 0 | 113 | 67 | 24 | 530 | 74 | 62 |
| Binary | 11001100 | 110100 | 1011100 | 0 | 1001011 | 110111 | 10100 | 101011000 | 111100 | 110010 |
Color Harmonies of #CC345C
Complementary color
Monochromatic Colors of #CC345C
Black with #CC345C
Text Example
Text Example
White with #CC345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC345C; }
p { color: rgb(204,52,92); }
H1.HeaderClassName
{
color: #CC345C;
}
.AnyTagClassName
{
color: #CC345C;
}
</style>
background-color css
<style>
a { background-color: #CC345C; }
a { background-color: rgb(204,52,92); }
div.DivClassName
{
background-color: #CC345C;
}
.BgClassName
{
background-color: #CC345C;
}
</style>
border-color css
<style>
span { border-color: #CC345C; }
span { border-color: rgb(204,52,92); }
td.TdClassName
{
border-color: #CC345C;
}
.TagClassName
{
border-color: #CC345C;
}
</style>