Shades of Deep Cerise #CC3079
Tints of Deep Cerise #CC3079
RGB
CMYK
RGB Variations
Color information
#CC3079 (or 0xCC3079) is known color: Deep Cerise. HEX triplet: CC, 30 and 79. RGB value is (204,48,121). Sum of RGB (Red+Green+Blue) = 204+48+121=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3079 is #33CF86. Grayscale: #666666. Windows color (decimal): -3395463 or 7942348. OLE color: 7942348.
HSL color Cylindrical-coordinate representation of color #CC3079: hue angle of 331.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3079 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 121 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.2 |
| HSL | 331.92º | 0.62% | 0.49% | - |
| HSV(B) | 331.92º | 0.76% | 0.8% | - |
| XYZ | 29.41 | 16.33 | 19.69 | - |
| YUV | 102.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 121 | 0 | 0.76 | 0.41 | 0.2 | 331.92 | 0.62 | 0.49 |
| Hex | CC | 30 | 79 | 0 | 4C | 29 | 14 | 14C | 3E | 31 |
| Octal | 314 | 60 | 171 | 0 | 114 | 51 | 24 | 514 | 76 | 61 |
| Binary | 11001100 | 110000 | 1111001 | 0 | 1001100 | 101001 | 10100 | 101001100 | 111110 | 110001 |
Color Harmonies of #CC3079
Complementary color
Monochromatic Colors of #CC3079
Black with #CC3079
Text Example
Text Example
White with #CC3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3079; }
p { color: rgb(204,48,121); }
H1.HeaderClassName
{
color: #CC3079;
}
.AnyTagClassName
{
color: #CC3079;
}
</style>
background-color css
<style>
a { background-color: #CC3079; }
a { background-color: rgb(204,48,121); }
div.DivClassName
{
background-color: #CC3079;
}
.BgClassName
{
background-color: #CC3079;
}
</style>
border-color css
<style>
span { border-color: #CC3079; }
span { border-color: rgb(204,48,121); }
td.TdClassName
{
border-color: #CC3079;
}
.TagClassName
{
border-color: #CC3079;
}
</style>