Shades of Deep Cerise #CC3778
Tints of Deep Cerise #CC3778
RGB
CMYK
RGB Variations
Color information
#CC3778 (or 0xCC3778) is known color: Deep Cerise. HEX triplet: CC, 37 and 78. RGB value is (204,55,120). Sum of RGB (Red+Green+Blue) = 204+55+120=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3778 is #33C887. Grayscale: #6A6A6A. Windows color (decimal): -3393672 or 7878604. OLE color: 7878604.
HSL color Cylindrical-coordinate representation of color #CC3778: hue angle of 333.83º 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 #CC3778 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 120 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.2 |
| HSL | 333.83º | 0.59% | 0.51% | - |
| HSV(B) | 333.83º | 0.73% | 0.8% | - |
| XYZ | 29.66 | 16.93 | 19.47 | - |
| YUV | 106.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 120 | 0 | 0.73 | 0.41 | 0.2 | 333.83 | 0.59 | 0.51 |
| Hex | CC | 37 | 78 | 0 | 49 | 29 | 14 | 14E | 3B | 33 |
| Octal | 314 | 67 | 170 | 0 | 111 | 51 | 24 | 516 | 73 | 63 |
| Binary | 11001100 | 110111 | 1111000 | 0 | 1001001 | 101001 | 10100 | 101001110 | 111011 | 110011 |
Color Harmonies of #CC3778
Complementary color
Monochromatic Colors of #CC3778
Black with #CC3778
Text Example
Text Example
White with #CC3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3778; }
p { color: rgb(204,55,120); }
H1.HeaderClassName
{
color: #CC3778;
}
.AnyTagClassName
{
color: #CC3778;
}
</style>
background-color css
<style>
a { background-color: #CC3778; }
a { background-color: rgb(204,55,120); }
div.DivClassName
{
background-color: #CC3778;
}
.BgClassName
{
background-color: #CC3778;
}
</style>
border-color css
<style>
span { border-color: #CC3778; }
span { border-color: rgb(204,55,120); }
td.TdClassName
{
border-color: #CC3778;
}
.TagClassName
{
border-color: #CC3778;
}
</style>