Shades of Deep Cerise #CC3080
Tints of Deep Cerise #CC3080
RGB
CMYK
RGB Variations
Color information
#CC3080 (or 0xCC3080) is known color: Deep Cerise. HEX triplet: CC, 30 and 80. RGB value is (204,48,128). Sum of RGB (Red+Green+Blue) = 204+48+128=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3080 is #33CF7F. Grayscale: #676767. Windows color (decimal): -3395456 or 8401100. OLE color: 8401100.
HSL color Cylindrical-coordinate representation of color #CC3080: hue angle of 329.23º 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 #CC3080 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 128 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.2 |
| HSL | 329.23º | 0.62% | 0.49% | - |
| HSV(B) | 329.23º | 0.76% | 0.8% | - |
| XYZ | 29.86 | 16.51 | 22.04 | - |
| YUV | 103.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 128 | 0 | 0.76 | 0.37 | 0.2 | 329.23 | 0.62 | 0.49 |
| Hex | CC | 30 | 80 | 0 | 4C | 25 | 14 | 149 | 3E | 31 |
| Octal | 314 | 60 | 200 | 0 | 114 | 45 | 24 | 511 | 76 | 61 |
| Binary | 11001100 | 110000 | 10000000 | 0 | 1001100 | 100101 | 10100 | 101001001 | 111110 | 110001 |
Color Harmonies of #CC3080
Complementary color
Monochromatic Colors of #CC3080
Black with #CC3080
Text Example
Text Example
White with #CC3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3080; }
p { color: rgb(204,48,128); }
H1.HeaderClassName
{
color: #CC3080;
}
.AnyTagClassName
{
color: #CC3080;
}
</style>
background-color css
<style>
a { background-color: #CC3080; }
a { background-color: rgb(204,48,128); }
div.DivClassName
{
background-color: #CC3080;
}
.BgClassName
{
background-color: #CC3080;
}
</style>
border-color css
<style>
span { border-color: #CC3080; }
span { border-color: rgb(204,48,128); }
td.TdClassName
{
border-color: #CC3080;
}
.TagClassName
{
border-color: #CC3080;
}
</style>