Shades of Cerise #CC325B
Tints of Cerise #CC325B
RGB
CMYK
RGB Variations
Color information
#CC325B (or 0xCC325B) is known color: Cerise. HEX triplet: CC, 32 and 5B. RGB value is (204,50,91). Sum of RGB (Red+Green+Blue) = 204+50+91=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC325B is #33CDA4. Grayscale: #646464. Windows color (decimal): -3394981 or 5976780. OLE color: 5976780.
HSL color Cylindrical-coordinate representation of color #CC325B: hue angle of 344.03º 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 #CC325B is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 91 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.2 |
| HSL | 344.03º | 0.61% | 0.5% | - |
| HSV(B) | 344.03º | 0.75% | 0.8% | - |
| XYZ | 27.93 | 15.87 | 11.49 | - |
| YUV | 100.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 91 | 0 | 0.75 | 0.55 | 0.2 | 344.03 | 0.61 | 0.5 |
| Hex | CC | 32 | 5B | 0 | 4B | 37 | 14 | 158 | 3D | 32 |
| Octal | 314 | 62 | 133 | 0 | 113 | 67 | 24 | 530 | 75 | 62 |
| Binary | 11001100 | 110010 | 1011011 | 0 | 1001011 | 110111 | 10100 | 101011000 | 111101 | 110010 |
Color Harmonies of #CC325B
Complementary color
Monochromatic Colors of #CC325B
Black with #CC325B
Text Example
Text Example
White with #CC325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC325B; }
p { color: rgb(204,50,91); }
H1.HeaderClassName
{
color: #CC325B;
}
.AnyTagClassName
{
color: #CC325B;
}
</style>
background-color css
<style>
a { background-color: #CC325B; }
a { background-color: rgb(204,50,91); }
div.DivClassName
{
background-color: #CC325B;
}
.BgClassName
{
background-color: #CC325B;
}
</style>
border-color css
<style>
span { border-color: #CC325B; }
span { border-color: rgb(204,50,91); }
td.TdClassName
{
border-color: #CC325B;
}
.TagClassName
{
border-color: #CC325B;
}
</style>