Shades of Deep Cerise #CC3082
Tints of Deep Cerise #CC3082
RGB
CMYK
RGB Variations
Color information
#CC3082 (or 0xCC3082) is known color: Deep Cerise. HEX triplet: CC, 30 and 82. RGB value is (204,48,130). Sum of RGB (Red+Green+Blue) = 204+48+130=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3082 is #33CF7D. Grayscale: #676767. Windows color (decimal): -3395454 or 8532172. OLE color: 8532172.
HSL color Cylindrical-coordinate representation of color #CC3082: hue angle of 328.46º 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 #CC3082 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 130 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.2 |
| HSL | 328.46º | 0.62% | 0.49% | - |
| HSV(B) | 328.46º | 0.76% | 0.8% | - |
| XYZ | 29.99 | 16.56 | 22.74 | - |
| YUV | 103.99 | 142.68 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 130 | 0 | 0.76 | 0.36 | 0.2 | 328.46 | 0.62 | 0.49 |
| Hex | CC | 30 | 82 | 0 | 4C | 24 | 14 | 148 | 3E | 31 |
| Octal | 314 | 60 | 202 | 0 | 114 | 44 | 24 | 510 | 76 | 61 |
| Binary | 11001100 | 110000 | 10000010 | 0 | 1001100 | 100100 | 10100 | 101001000 | 111110 | 110001 |
Color Harmonies of #CC3082
Complementary color
Monochromatic Colors of #CC3082
Black with #CC3082
Text Example
Text Example
White with #CC3082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3082; }
p { color: rgb(204,48,130); }
H1.HeaderClassName
{
color: #CC3082;
}
.AnyTagClassName
{
color: #CC3082;
}
</style>
background-color css
<style>
a { background-color: #CC3082; }
a { background-color: rgb(204,48,130); }
div.DivClassName
{
background-color: #CC3082;
}
.BgClassName
{
background-color: #CC3082;
}
</style>
border-color css
<style>
span { border-color: #CC3082; }
span { border-color: rgb(204,48,130); }
td.TdClassName
{
border-color: #CC3082;
}
.TagClassName
{
border-color: #CC3082;
}
</style>