Shades of Deep Cerise #CC3280
Tints of Deep Cerise #CC3280
RGB
CMYK
RGB Variations
Color information
#CC3280 (or 0xCC3280) is known color: Deep Cerise. HEX triplet: CC, 32 and 80. RGB value is (204,50,128). Sum of RGB (Red+Green+Blue) = 204+50+128=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3280 is #33CD7F. Grayscale: #686868. Windows color (decimal): -3394944 or 8401612. OLE color: 8401612.
HSL color Cylindrical-coordinate representation of color #CC3280: hue angle of 329.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3280 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 128 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.2 |
| HSL | 329.61º | 0.61% | 0.5% | - |
| HSV(B) | 329.61º | 0.75% | 0.8% | - |
| XYZ | 29.94 | 16.68 | 22.06 | - |
| YUV | 104.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 128 | 0 | 0.75 | 0.37 | 0.2 | 329.61 | 0.61 | 0.5 |
| Hex | CC | 32 | 80 | 0 | 4B | 25 | 14 | 14A | 3D | 32 |
| Octal | 314 | 62 | 200 | 0 | 113 | 45 | 24 | 512 | 75 | 62 |
| Binary | 11001100 | 110010 | 10000000 | 0 | 1001011 | 100101 | 10100 | 101001010 | 111101 | 110010 |
Color Harmonies of #CC3280
Complementary color
Monochromatic Colors of #CC3280
Black with #CC3280
Text Example
Text Example
White with #CC3280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3280; }
p { color: rgb(204,50,128); }
H1.HeaderClassName
{
color: #CC3280;
}
.AnyTagClassName
{
color: #CC3280;
}
</style>
background-color css
<style>
a { background-color: #CC3280; }
a { background-color: rgb(204,50,128); }
div.DivClassName
{
background-color: #CC3280;
}
.BgClassName
{
background-color: #CC3280;
}
</style>
border-color css
<style>
span { border-color: #CC3280; }
span { border-color: rgb(204,50,128); }
td.TdClassName
{
border-color: #CC3280;
}
.TagClassName
{
border-color: #CC3280;
}
</style>