Shades of Cerise #CC296D
Tints of Cerise #CC296D
RGB
CMYK
RGB Variations
Color information
#CC296D (or 0xCC296D) is known color: Cerise. HEX triplet: CC, 29 and 6D. RGB value is (204,41,109). Sum of RGB (Red+Green+Blue) = 204+41+109=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC296D is #33D692. Grayscale: #616161. Windows color (decimal): -3397267 or 7154124. OLE color: 7154124.
HSL color Cylindrical-coordinate representation of color #CC296D: hue angle of 334.97º 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 #CC296D is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 109 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.2 |
| HSL | 334.97º | 0.67% | 0.48% | - |
| HSV(B) | 334.97º | 0.8% | 0.8% | - |
| XYZ | 28.46 | 15.53 | 15.97 | - |
| YUV | 97.49 | 134.5 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 109 | 0 | 0.80 | 0.47 | 0.2 | 334.97 | 0.67 | 0.48 |
| Hex | CC | 29 | 6D | 0 | 50 | 2F | 14 | 14F | 43 | 30 |
| Octal | 314 | 51 | 155 | 0 | 120 | 57 | 24 | 517 | 103 | 60 |
| Binary | 11001100 | 101001 | 1101101 | 0 | 1010000 | 101111 | 10100 | 101001111 | 1000011 | 110000 |
Color Harmonies of #CC296D
Complementary color
Monochromatic Colors of #CC296D
Black with #CC296D
Text Example
Text Example
White with #CC296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC296D; }
p { color: rgb(204,41,109); }
H1.HeaderClassName
{
color: #CC296D;
}
.AnyTagClassName
{
color: #CC296D;
}
</style>
background-color css
<style>
a { background-color: #CC296D; }
a { background-color: rgb(204,41,109); }
div.DivClassName
{
background-color: #CC296D;
}
.BgClassName
{
background-color: #CC296D;
}
</style>
border-color css
<style>
span { border-color: #CC296D; }
span { border-color: rgb(204,41,109); }
td.TdClassName
{
border-color: #CC296D;
}
.TagClassName
{
border-color: #CC296D;
}
</style>