Shades of Deep Cerise #CC3979
Tints of Deep Cerise #CC3979
RGB
CMYK
RGB Variations
Color information
#CC3979 (or 0xCC3979) is known color: Deep Cerise. HEX triplet: CC, 39 and 79. RGB value is (204,57,121). Sum of RGB (Red+Green+Blue) = 204+57+121=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3979 is #33C686. Grayscale: #6C6C6C. Windows color (decimal): -3393159 or 7944652. OLE color: 7944652.
HSL color Cylindrical-coordinate representation of color #CC3979: hue angle of 333.88º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3979 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 121 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.2 |
| HSL | 333.88º | 0.59% | 0.51% | - |
| HSV(B) | 333.88º | 0.72% | 0.8% | - |
| XYZ | 29.82 | 17.14 | 19.83 | - |
| YUV | 108.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 121 | 0 | 0.72 | 0.41 | 0.2 | 333.88 | 0.59 | 0.51 |
| Hex | CC | 39 | 79 | 0 | 48 | 29 | 14 | 14E | 3B | 33 |
| Octal | 314 | 71 | 171 | 0 | 110 | 51 | 24 | 516 | 73 | 63 |
| Binary | 11001100 | 111001 | 1111001 | 0 | 1001000 | 101001 | 10100 | 101001110 | 111011 | 110011 |
Color Harmonies of #CC3979
Complementary color
Monochromatic Colors of #CC3979
Black with #CC3979
Text Example
Text Example
White with #CC3979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3979; }
p { color: rgb(204,57,121); }
H1.HeaderClassName
{
color: #CC3979;
}
.AnyTagClassName
{
color: #CC3979;
}
</style>
background-color css
<style>
a { background-color: #CC3979; }
a { background-color: rgb(204,57,121); }
div.DivClassName
{
background-color: #CC3979;
}
.BgClassName
{
background-color: #CC3979;
}
</style>
border-color css
<style>
span { border-color: #CC3979; }
span { border-color: rgb(204,57,121); }
td.TdClassName
{
border-color: #CC3979;
}
.TagClassName
{
border-color: #CC3979;
}
</style>