Shades of Deep Cerise #CC2973
Tints of Deep Cerise #CC2973
RGB
CMYK
RGB Variations
Color information
#CC2973 (or 0xCC2973) is known color: Deep Cerise. HEX triplet: CC, 29 and 73. RGB value is (204,41,115). Sum of RGB (Red+Green+Blue) = 204+41+115=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2973 is #33D68C. Grayscale: #626262. Windows color (decimal): -3397261 or 7547340. OLE color: 7547340.
HSL color Cylindrical-coordinate representation of color #CC2973: hue angle of 332.76º 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 #CC2973 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 115 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.2 |
| HSL | 332.76º | 0.67% | 0.48% | - |
| HSV(B) | 332.76º | 0.8% | 0.8% | - |
| XYZ | 28.79 | 15.66 | 17.73 | - |
| YUV | 98.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 115 | 0 | 0.80 | 0.44 | 0.2 | 332.76 | 0.67 | 0.48 |
| Hex | CC | 29 | 73 | 0 | 50 | 2C | 14 | 14D | 43 | 30 |
| Octal | 314 | 51 | 163 | 0 | 120 | 54 | 24 | 515 | 103 | 60 |
| Binary | 11001100 | 101001 | 1110011 | 0 | 1010000 | 101100 | 10100 | 101001101 | 1000011 | 110000 |
Color Harmonies of #CC2973
Complementary color
Monochromatic Colors of #CC2973
Black with #CC2973
Text Example
Text Example
White with #CC2973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2973; }
p { color: rgb(204,41,115); }
H1.HeaderClassName
{
color: #CC2973;
}
.AnyTagClassName
{
color: #CC2973;
}
</style>
background-color css
<style>
a { background-color: #CC2973; }
a { background-color: rgb(204,41,115); }
div.DivClassName
{
background-color: #CC2973;
}
.BgClassName
{
background-color: #CC2973;
}
</style>
border-color css
<style>
span { border-color: #CC2973; }
span { border-color: rgb(204,41,115); }
td.TdClassName
{
border-color: #CC2973;
}
.TagClassName
{
border-color: #CC2973;
}
</style>