Shades of Cerise #CC325F
Tints of Cerise #CC325F
RGB
CMYK
RGB Variations
Color information
#CC325F (or 0xCC325F) is known color: Cerise. HEX triplet: CC, 32 and 5F. RGB value is (204,50,95). Sum of RGB (Red+Green+Blue) = 204+50+95=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC325F is #33CDA0. Grayscale: #656565. Windows color (decimal): -3394977 or 6238924. OLE color: 6238924.
HSL color Cylindrical-coordinate representation of color #CC325F: hue angle of 342.47º 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 #CC325F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 95 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.2 |
| HSL | 342.47º | 0.61% | 0.5% | - |
| HSV(B) | 342.47º | 0.75% | 0.8% | - |
| XYZ | 28.11 | 15.94 | 12.42 | - |
| YUV | 101.18 | 124.52 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 95 | 0 | 0.75 | 0.53 | 0.2 | 342.47 | 0.61 | 0.5 |
| Hex | CC | 32 | 5F | 0 | 4B | 35 | 14 | 156 | 3D | 32 |
| Octal | 314 | 62 | 137 | 0 | 113 | 65 | 24 | 526 | 75 | 62 |
| Binary | 11001100 | 110010 | 1011111 | 0 | 1001011 | 110101 | 10100 | 101010110 | 111101 | 110010 |
Color Harmonies of #CC325F
Complementary color
Monochromatic Colors of #CC325F
Black with #CC325F
Text Example
Text Example
White with #CC325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC325F; }
p { color: rgb(204,50,95); }
H1.HeaderClassName
{
color: #CC325F;
}
.AnyTagClassName
{
color: #CC325F;
}
</style>
background-color css
<style>
a { background-color: #CC325F; }
a { background-color: rgb(204,50,95); }
div.DivClassName
{
background-color: #CC325F;
}
.BgClassName
{
background-color: #CC325F;
}
</style>
border-color css
<style>
span { border-color: #CC325F; }
span { border-color: rgb(204,50,95); }
td.TdClassName
{
border-color: #CC325F;
}
.TagClassName
{
border-color: #CC325F;
}
</style>