Shades of Cerise #CC295F
Tints of Cerise #CC295F
RGB
CMYK
RGB Variations
Color information
#CC295F (or 0xCC295F) is known color: Cerise. HEX triplet: CC, 29 and 5F. RGB value is (204,41,95). Sum of RGB (Red+Green+Blue) = 204+41+95=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC295F is #33D6A0. Grayscale: #5F5F5F. Windows color (decimal): -3397281 or 6236620. OLE color: 6236620.
HSL color Cylindrical-coordinate representation of color #CC295F: hue angle of 340.12º 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 #CC295F is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 95 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.2 |
| HSL | 340.12º | 0.67% | 0.48% | - |
| HSV(B) | 340.12º | 0.8% | 0.8% | - |
| XYZ | 27.76 | 15.25 | 12.31 | - |
| YUV | 95.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 95 | 0 | 0.80 | 0.53 | 0.2 | 340.12 | 0.67 | 0.48 |
| Hex | CC | 29 | 5F | 0 | 50 | 35 | 14 | 154 | 43 | 30 |
| Octal | 314 | 51 | 137 | 0 | 120 | 65 | 24 | 524 | 103 | 60 |
| Binary | 11001100 | 101001 | 1011111 | 0 | 1010000 | 110101 | 10100 | 101010100 | 1000011 | 110000 |
Color Harmonies of #CC295F
Complementary color
Monochromatic Colors of #CC295F
Black with #CC295F
Text Example
Text Example
White with #CC295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC295F; }
p { color: rgb(204,41,95); }
H1.HeaderClassName
{
color: #CC295F;
}
.AnyTagClassName
{
color: #CC295F;
}
</style>
background-color css
<style>
a { background-color: #CC295F; }
a { background-color: rgb(204,41,95); }
div.DivClassName
{
background-color: #CC295F;
}
.BgClassName
{
background-color: #CC295F;
}
</style>
border-color css
<style>
span { border-color: #CC295F; }
span { border-color: rgb(204,41,95); }
td.TdClassName
{
border-color: #CC295F;
}
.TagClassName
{
border-color: #CC295F;
}
</style>