Shades of Cerise #CC325D
Tints of Cerise #CC325D
RGB
CMYK
RGB Variations
Color information
#CC325D (or 0xCC325D) is known color: Cerise. HEX triplet: CC, 32 and 5D. RGB value is (204,50,93). Sum of RGB (Red+Green+Blue) = 204+50+93=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC325D is #33CDA2. Grayscale: #646464. Windows color (decimal): -3394979 or 6107852. OLE color: 6107852.
HSL color Cylindrical-coordinate representation of color #CC325D: hue angle of 343.25º 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 #CC325D is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 93 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.2 |
| HSL | 343.25º | 0.61% | 0.5% | - |
| HSV(B) | 343.25º | 0.75% | 0.8% | - |
| XYZ | 28.02 | 15.91 | 11.95 | - |
| YUV | 100.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 93 | 0 | 0.75 | 0.54 | 0.2 | 343.25 | 0.61 | 0.5 |
| Hex | CC | 32 | 5D | 0 | 4B | 36 | 14 | 157 | 3D | 32 |
| Octal | 314 | 62 | 135 | 0 | 113 | 66 | 24 | 527 | 75 | 62 |
| Binary | 11001100 | 110010 | 1011101 | 0 | 1001011 | 110110 | 10100 | 101010111 | 111101 | 110010 |
Color Harmonies of #CC325D
Complementary color
Monochromatic Colors of #CC325D
Black with #CC325D
Text Example
Text Example
White with #CC325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC325D; }
p { color: rgb(204,50,93); }
H1.HeaderClassName
{
color: #CC325D;
}
.AnyTagClassName
{
color: #CC325D;
}
</style>
background-color css
<style>
a { background-color: #CC325D; }
a { background-color: rgb(204,50,93); }
div.DivClassName
{
background-color: #CC325D;
}
.BgClassName
{
background-color: #CC325D;
}
</style>
border-color css
<style>
span { border-color: #CC325D; }
span { border-color: rgb(204,50,93); }
td.TdClassName
{
border-color: #CC325D;
}
.TagClassName
{
border-color: #CC325D;
}
</style>