Shades of Cerise #CC295E
Tints of Cerise #CC295E
RGB
CMYK
RGB Variations
Color information
#CC295E (or 0xCC295E) is known color: Cerise. HEX triplet: CC, 29 and 5E. RGB value is (204,41,94). Sum of RGB (Red+Green+Blue) = 204+41+94=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC295E is #33D6A1. Grayscale: #5F5F5F. Windows color (decimal): -3397282 or 6171084. OLE color: 6171084.
HSL color Cylindrical-coordinate representation of color #CC295E: hue angle of 340.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC295E is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 94 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.2 |
| HSL | 340.49º | 0.67% | 0.48% | - |
| HSV(B) | 340.49º | 0.8% | 0.8% | - |
| XYZ | 27.72 | 15.23 | 12.07 | - |
| YUV | 95.78 | 127 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 94 | 0 | 0.80 | 0.54 | 0.2 | 340.49 | 0.67 | 0.48 |
| Hex | CC | 29 | 5E | 0 | 50 | 36 | 14 | 154 | 43 | 30 |
| Octal | 314 | 51 | 136 | 0 | 120 | 66 | 24 | 524 | 103 | 60 |
| Binary | 11001100 | 101001 | 1011110 | 0 | 1010000 | 110110 | 10100 | 101010100 | 1000011 | 110000 |
Color Harmonies of #CC295E
Complementary color
Monochromatic Colors of #CC295E
Black with #CC295E
Text Example
Text Example
White with #CC295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC295E; }
p { color: rgb(204,41,94); }
H1.HeaderClassName
{
color: #CC295E;
}
.AnyTagClassName
{
color: #CC295E;
}
</style>
background-color css
<style>
a { background-color: #CC295E; }
a { background-color: rgb(204,41,94); }
div.DivClassName
{
background-color: #CC295E;
}
.BgClassName
{
background-color: #CC295E;
}
</style>
border-color css
<style>
span { border-color: #CC295E; }
span { border-color: rgb(204,41,94); }
td.TdClassName
{
border-color: #CC295E;
}
.TagClassName
{
border-color: #CC295E;
}
</style>