Shades of Deep Cerise #CC3680
Tints of Deep Cerise #CC3680
RGB
CMYK
RGB Variations
Color information
#CC3680 (or 0xCC3680) is known color: Deep Cerise. HEX triplet: CC, 36 and 80. RGB value is (204,54,128). Sum of RGB (Red+Green+Blue) = 204+54+128=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3680 is #33C97F. Grayscale: #6B6B6B. Windows color (decimal): -3393920 or 8402636. OLE color: 8402636.
HSL color Cylindrical-coordinate representation of color #CC3680: hue angle of 330.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3680 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 128 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.2 |
| HSL | 330.4º | 0.6% | 0.51% | - |
| HSV(B) | 330.4º | 0.74% | 0.8% | - |
| XYZ | 30.12 | 17.03 | 22.12 | - |
| YUV | 107.29 | 139.7 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 128 | 0 | 0.74 | 0.37 | 0.2 | 330.4 | 0.6 | 0.51 |
| Hex | CC | 36 | 80 | 0 | 4A | 25 | 14 | 14A | 3C | 33 |
| Octal | 314 | 66 | 200 | 0 | 112 | 45 | 24 | 512 | 74 | 63 |
| Binary | 11001100 | 110110 | 10000000 | 0 | 1001010 | 100101 | 10100 | 101001010 | 111100 | 110011 |
Color Harmonies of #CC3680
Complementary color
Monochromatic Colors of #CC3680
Black with #CC3680
Text Example
Text Example
White with #CC3680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3680; }
p { color: rgb(204,54,128); }
H1.HeaderClassName
{
color: #CC3680;
}
.AnyTagClassName
{
color: #CC3680;
}
</style>
background-color css
<style>
a { background-color: #CC3680; }
a { background-color: rgb(204,54,128); }
div.DivClassName
{
background-color: #CC3680;
}
.BgClassName
{
background-color: #CC3680;
}
</style>
border-color css
<style>
span { border-color: #CC3680; }
span { border-color: rgb(204,54,128); }
td.TdClassName
{
border-color: #CC3680;
}
.TagClassName
{
border-color: #CC3680;
}
</style>