Shades of Cerise #CC325C
Tints of Cerise #CC325C
RGB
CMYK
RGB Variations
Color information
#CC325C (or 0xCC325C) is known color: Cerise. HEX triplet: CC, 32 and 5C. RGB value is (204,50,92). Sum of RGB (Red+Green+Blue) = 204+50+92=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC325C is #33CDA3. Grayscale: #646464. Windows color (decimal): -3394980 or 6042316. OLE color: 6042316.
HSL color Cylindrical-coordinate representation of color #CC325C: hue angle of 343.64º degrees, saturation: 0.61, 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 #CC325C is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 92 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.2 |
| HSL | 343.64º | 0.61% | 0.5% | - |
| HSV(B) | 343.64º | 0.75% | 0.8% | - |
| XYZ | 27.97 | 15.89 | 11.72 | - |
| YUV | 100.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 92 | 0 | 0.75 | 0.55 | 0.2 | 343.64 | 0.61 | 0.5 |
| Hex | CC | 32 | 5C | 0 | 4B | 37 | 14 | 158 | 3D | 32 |
| Octal | 314 | 62 | 134 | 0 | 113 | 67 | 24 | 530 | 75 | 62 |
| Binary | 11001100 | 110010 | 1011100 | 0 | 1001011 | 110111 | 10100 | 101011000 | 111101 | 110010 |
Color Harmonies of #CC325C
Complementary color
Monochromatic Colors of #CC325C
Black with #CC325C
Text Example
Text Example
White with #CC325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC325C; }
p { color: rgb(204,50,92); }
H1.HeaderClassName
{
color: #CC325C;
}
.AnyTagClassName
{
color: #CC325C;
}
</style>
background-color css
<style>
a { background-color: #CC325C; }
a { background-color: rgb(204,50,92); }
div.DivClassName
{
background-color: #CC325C;
}
.BgClassName
{
background-color: #CC325C;
}
</style>
border-color css
<style>
span { border-color: #CC325C; }
span { border-color: rgb(204,50,92); }
td.TdClassName
{
border-color: #CC325C;
}
.TagClassName
{
border-color: #CC325C;
}
</style>