Shades of Deep Cerise #CC3779
Tints of Deep Cerise #CC3779
RGB
CMYK
RGB Variations
Color information
#CC3779 (or 0xCC3779) is known color: Deep Cerise. HEX triplet: CC, 37 and 79. RGB value is (204,55,121). Sum of RGB (Red+Green+Blue) = 204+55+121=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3779 is #33C886. Grayscale: #6A6A6A. Windows color (decimal): -3393671 or 7944140. OLE color: 7944140.
HSL color Cylindrical-coordinate representation of color #CC3779: hue angle of 333.42º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3779 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 121 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.2 |
| HSL | 333.42º | 0.59% | 0.51% | - |
| HSV(B) | 333.42º | 0.73% | 0.8% | - |
| XYZ | 29.72 | 16.95 | 19.79 | - |
| YUV | 107.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 121 | 0 | 0.73 | 0.41 | 0.2 | 333.42 | 0.59 | 0.51 |
| Hex | CC | 37 | 79 | 0 | 49 | 29 | 14 | 14D | 3B | 33 |
| Octal | 314 | 67 | 171 | 0 | 111 | 51 | 24 | 515 | 73 | 63 |
| Binary | 11001100 | 110111 | 1111001 | 0 | 1001001 | 101001 | 10100 | 101001101 | 111011 | 110011 |
Color Harmonies of #CC3779
Complementary color
Monochromatic Colors of #CC3779
Black with #CC3779
Text Example
Text Example
White with #CC3779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3779; }
p { color: rgb(204,55,121); }
H1.HeaderClassName
{
color: #CC3779;
}
.AnyTagClassName
{
color: #CC3779;
}
</style>
background-color css
<style>
a { background-color: #CC3779; }
a { background-color: rgb(204,55,121); }
div.DivClassName
{
background-color: #CC3779;
}
.BgClassName
{
background-color: #CC3779;
}
</style>
border-color css
<style>
span { border-color: #CC3779; }
span { border-color: rgb(204,55,121); }
td.TdClassName
{
border-color: #CC3779;
}
.TagClassName
{
border-color: #CC3779;
}
</style>