Shades of Cerise #CC305E
Tints of Cerise #CC305E
RGB
CMYK
RGB Variations
Color information
#CC305E (or 0xCC305E) is known color: Cerise. HEX triplet: CC, 30 and 5E. RGB value is (204,48,94). Sum of RGB (Red+Green+Blue) = 204+48+94=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC305E is #33CFA1. Grayscale: #636363. Windows color (decimal): -3395490 or 6172876. OLE color: 6172876.
HSL color Cylindrical-coordinate representation of color #CC305E: hue angle of 342.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC305E is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 94 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.2 |
| HSL | 342.31º | 0.62% | 0.49% | - |
| HSV(B) | 342.31º | 0.76% | 0.8% | - |
| XYZ | 27.98 | 15.76 | 12.16 | - |
| YUV | 99.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 94 | 0 | 0.76 | 0.54 | 0.2 | 342.31 | 0.62 | 0.49 |
| Hex | CC | 30 | 5E | 0 | 4C | 36 | 14 | 156 | 3E | 31 |
| Octal | 314 | 60 | 136 | 0 | 114 | 66 | 24 | 526 | 76 | 61 |
| Binary | 11001100 | 110000 | 1011110 | 0 | 1001100 | 110110 | 10100 | 101010110 | 111110 | 110001 |
Color Harmonies of #CC305E
Complementary color
Monochromatic Colors of #CC305E
Black with #CC305E
Text Example
Text Example
White with #CC305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC305E; }
p { color: rgb(204,48,94); }
H1.HeaderClassName
{
color: #CC305E;
}
.AnyTagClassName
{
color: #CC305E;
}
</style>
background-color css
<style>
a { background-color: #CC305E; }
a { background-color: rgb(204,48,94); }
div.DivClassName
{
background-color: #CC305E;
}
.BgClassName
{
background-color: #CC305E;
}
</style>
border-color css
<style>
span { border-color: #CC305E; }
span { border-color: rgb(204,48,94); }
td.TdClassName
{
border-color: #CC305E;
}
.TagClassName
{
border-color: #CC305E;
}
</style>