Shades of Cerise #CC295C
Tints of Cerise #CC295C
RGB
CMYK
RGB Variations
Color information
#CC295C (or 0xCC295C) is known color: Cerise. HEX triplet: CC, 29 and 5C. RGB value is (204,41,92). Sum of RGB (Red+Green+Blue) = 204+41+92=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC295C is #33D6A3. Grayscale: #5F5F5F. Windows color (decimal): -3397284 or 6040012. OLE color: 6040012.
HSL color Cylindrical-coordinate representation of color #CC295C: hue angle of 341.23º 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 #CC295C is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 92 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.2 |
| HSL | 341.23º | 0.67% | 0.48% | - |
| HSV(B) | 341.23º | 0.8% | 0.8% | - |
| XYZ | 27.63 | 15.2 | 11.6 | - |
| YUV | 95.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 92 | 0 | 0.80 | 0.55 | 0.2 | 341.23 | 0.67 | 0.48 |
| Hex | CC | 29 | 5C | 0 | 50 | 37 | 14 | 155 | 43 | 30 |
| Octal | 314 | 51 | 134 | 0 | 120 | 67 | 24 | 525 | 103 | 60 |
| Binary | 11001100 | 101001 | 1011100 | 0 | 1010000 | 110111 | 10100 | 101010101 | 1000011 | 110000 |
Color Harmonies of #CC295C
Complementary color
Monochromatic Colors of #CC295C
Black with #CC295C
Text Example
Text Example
White with #CC295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC295C; }
p { color: rgb(204,41,92); }
H1.HeaderClassName
{
color: #CC295C;
}
.AnyTagClassName
{
color: #CC295C;
}
</style>
background-color css
<style>
a { background-color: #CC295C; }
a { background-color: rgb(204,41,92); }
div.DivClassName
{
background-color: #CC295C;
}
.BgClassName
{
background-color: #CC295C;
}
</style>
border-color css
<style>
span { border-color: #CC295C; }
span { border-color: rgb(204,41,92); }
td.TdClassName
{
border-color: #CC295C;
}
.TagClassName
{
border-color: #CC295C;
}
</style>