Shades of Deep Cerise #CC297C
Tints of Deep Cerise #CC297C
RGB
CMYK
RGB Variations
Color information
#CC297C (or 0xCC297C) is known color: Deep Cerise. HEX triplet: CC, 29 and 7C. RGB value is (204,41,124). Sum of RGB (Red+Green+Blue) = 204+41+124=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC297C is #33D683. Grayscale: #636363. Windows color (decimal): -3397252 or 8137164. OLE color: 8137164.
HSL color Cylindrical-coordinate representation of color #CC297C: hue angle of 329.45º 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 #CC297C is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 124 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.2 |
| HSL | 329.45º | 0.67% | 0.48% | - |
| HSV(B) | 329.45º | 0.8% | 0.8% | - |
| XYZ | 29.33 | 15.88 | 20.59 | - |
| YUV | 99.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 124 | 0 | 0.80 | 0.39 | 0.2 | 329.45 | 0.67 | 0.48 |
| Hex | CC | 29 | 7C | 0 | 50 | 27 | 14 | 149 | 43 | 30 |
| Octal | 314 | 51 | 174 | 0 | 120 | 47 | 24 | 511 | 103 | 60 |
| Binary | 11001100 | 101001 | 1111100 | 0 | 1010000 | 100111 | 10100 | 101001001 | 1000011 | 110000 |
Color Harmonies of #CC297C
Complementary color
Monochromatic Colors of #CC297C
Black with #CC297C
Text Example
Text Example
White with #CC297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC297C; }
p { color: rgb(204,41,124); }
H1.HeaderClassName
{
color: #CC297C;
}
.AnyTagClassName
{
color: #CC297C;
}
</style>
background-color css
<style>
a { background-color: #CC297C; }
a { background-color: rgb(204,41,124); }
div.DivClassName
{
background-color: #CC297C;
}
.BgClassName
{
background-color: #CC297C;
}
</style>
border-color css
<style>
span { border-color: #CC297C; }
span { border-color: rgb(204,41,124); }
td.TdClassName
{
border-color: #CC297C;
}
.TagClassName
{
border-color: #CC297C;
}
</style>