Shades of Deep Cerise #CC3496
Tints of Deep Cerise #CC3496
RGB
CMYK
RGB Variations
Color information
#CC3496 (or 0xCC3496) is known color: Deep Cerise. HEX triplet: CC, 34 and 96. RGB value is (204,52,150). Sum of RGB (Red+Green+Blue) = 204+52+150=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3496 is #33CB69. Grayscale: #6C6C6C. Windows color (decimal): -3394410 or 9843916. OLE color: 9843916.
HSL color Cylindrical-coordinate representation of color #CC3496: hue angle of 321.32º degrees, saturation: 0.6, 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 #CC3496 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 150 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.2 |
| HSL | 321.32º | 0.6% | 0.5% | - |
| HSV(B) | 321.32º | 0.75% | 0.8% | - |
| XYZ | 31.63 | 17.5 | 30.56 | - |
| YUV | 108.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 150 | 0 | 0.75 | 0.26 | 0.2 | 321.32 | 0.6 | 0.5 |
| Hex | CC | 34 | 96 | 0 | 4B | 1A | 14 | 141 | 3C | 32 |
| Octal | 314 | 64 | 226 | 0 | 113 | 32 | 24 | 501 | 74 | 62 |
| Binary | 11001100 | 110100 | 10010110 | 0 | 1001011 | 11010 | 10100 | 101000001 | 111100 | 110010 |
Color Harmonies of #CC3496
Complementary color
Monochromatic Colors of #CC3496
Black with #CC3496
Text Example
Text Example
White with #CC3496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3496; }
p { color: rgb(204,52,150); }
H1.HeaderClassName
{
color: #CC3496;
}
.AnyTagClassName
{
color: #CC3496;
}
</style>
background-color css
<style>
a { background-color: #CC3496; }
a { background-color: rgb(204,52,150); }
div.DivClassName
{
background-color: #CC3496;
}
.BgClassName
{
background-color: #CC3496;
}
</style>
border-color css
<style>
span { border-color: #CC3496; }
span { border-color: rgb(204,52,150); }
td.TdClassName
{
border-color: #CC3496;
}
.TagClassName
{
border-color: #CC3496;
}
</style>