Shades of Deep Cerise #CC3180
Tints of Deep Cerise #CC3180
RGB
CMYK
RGB Variations
Color information
#CC3180 (or 0xCC3180) is known color: Deep Cerise. HEX triplet: CC, 31 and 80. RGB value is (204,49,128). Sum of RGB (Red+Green+Blue) = 204+49+128=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3180 is #33CE7F. Grayscale: #686868. Windows color (decimal): -3395200 or 8401356. OLE color: 8401356.
HSL color Cylindrical-coordinate representation of color #CC3180: hue angle of 329.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3180 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 128 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.2 |
| HSL | 329.42º | 0.61% | 0.5% | - |
| HSV(B) | 329.42º | 0.76% | 0.8% | - |
| XYZ | 29.9 | 16.59 | 22.05 | - |
| YUV | 104.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 128 | 0 | 0.76 | 0.37 | 0.2 | 329.42 | 0.61 | 0.5 |
| Hex | CC | 31 | 80 | 0 | 4C | 25 | 14 | 149 | 3D | 32 |
| Octal | 314 | 61 | 200 | 0 | 114 | 45 | 24 | 511 | 75 | 62 |
| Binary | 11001100 | 110001 | 10000000 | 0 | 1001100 | 100101 | 10100 | 101001001 | 111101 | 110010 |
Color Harmonies of #CC3180
Complementary color
Monochromatic Colors of #CC3180
Black with #CC3180
Text Example
Text Example
White with #CC3180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3180; }
p { color: rgb(204,49,128); }
H1.HeaderClassName
{
color: #CC3180;
}
.AnyTagClassName
{
color: #CC3180;
}
</style>
background-color css
<style>
a { background-color: #CC3180; }
a { background-color: rgb(204,49,128); }
div.DivClassName
{
background-color: #CC3180;
}
.BgClassName
{
background-color: #CC3180;
}
</style>
border-color css
<style>
span { border-color: #CC3180; }
span { border-color: rgb(204,49,128); }
td.TdClassName
{
border-color: #CC3180;
}
.TagClassName
{
border-color: #CC3180;
}
</style>