Shades of Deep Cerise #CC3599
Tints of Deep Cerise #CC3599
RGB
CMYK
RGB Variations
Color information
#CC3599 (or 0xCC3599) is known color: Deep Cerise. HEX triplet: CC, 35 and 99. RGB value is (204,53,153). Sum of RGB (Red+Green+Blue) = 204+53+153=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3599 is #33CA66. Grayscale: #6D6D6D. Windows color (decimal): -3394151 or 10040780. OLE color: 10040780.
HSL color Cylindrical-coordinate representation of color #CC3599: hue angle of 320.26º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3599 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 153 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.2 |
| HSL | 320.26º | 0.6% | 0.5% | - |
| HSV(B) | 320.26º | 0.74% | 0.8% | - |
| XYZ | 31.92 | 17.68 | 31.87 | - |
| YUV | 109.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 153 | 0 | 0.74 | 0.25 | 0.2 | 320.26 | 0.6 | 0.5 |
| Hex | CC | 35 | 99 | 0 | 4A | 19 | 14 | 140 | 3C | 32 |
| Octal | 314 | 65 | 231 | 0 | 112 | 31 | 24 | 500 | 74 | 62 |
| Binary | 11001100 | 110101 | 10011001 | 0 | 1001010 | 11001 | 10100 | 101000000 | 111100 | 110010 |
Color Harmonies of #CC3599
Complementary color
Monochromatic Colors of #CC3599
Black with #CC3599
Text Example
Text Example
White with #CC3599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3599; }
p { color: rgb(204,53,153); }
H1.HeaderClassName
{
color: #CC3599;
}
.AnyTagClassName
{
color: #CC3599;
}
</style>
background-color css
<style>
a { background-color: #CC3599; }
a { background-color: rgb(204,53,153); }
div.DivClassName
{
background-color: #CC3599;
}
.BgClassName
{
background-color: #CC3599;
}
</style>
border-color css
<style>
span { border-color: #CC3599; }
span { border-color: rgb(204,53,153); }
td.TdClassName
{
border-color: #CC3599;
}
.TagClassName
{
border-color: #CC3599;
}
</style>