Shades of Deep Cerise #CC3487
Tints of Deep Cerise #CC3487
RGB
CMYK
RGB Variations
Color information
#CC3487 (or 0xCC3487) is known color: Deep Cerise. HEX triplet: CC, 34 and 87. RGB value is (204,52,135). Sum of RGB (Red+Green+Blue) = 204+52+135=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3487 is #33CB78. Grayscale: #6A6A6A. Windows color (decimal): -3394425 or 8860876. OLE color: 8860876.
HSL color Cylindrical-coordinate representation of color #CC3487: hue angle of 327.24º 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 #CC3487 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 135 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.2 |
| HSL | 327.24º | 0.6% | 0.5% | - |
| HSV(B) | 327.24º | 0.75% | 0.8% | - |
| XYZ | 30.5 | 17.04 | 24.6 | - |
| YUV | 106.91 | 143.86 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 135 | 0 | 0.75 | 0.34 | 0.2 | 327.24 | 0.6 | 0.5 |
| Hex | CC | 34 | 87 | 0 | 4B | 22 | 14 | 147 | 3C | 32 |
| Octal | 314 | 64 | 207 | 0 | 113 | 42 | 24 | 507 | 74 | 62 |
| Binary | 11001100 | 110100 | 10000111 | 0 | 1001011 | 100010 | 10100 | 101000111 | 111100 | 110010 |
Color Harmonies of #CC3487
Complementary color
Monochromatic Colors of #CC3487
Black with #CC3487
Text Example
Text Example
White with #CC3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3487; }
p { color: rgb(204,52,135); }
H1.HeaderClassName
{
color: #CC3487;
}
.AnyTagClassName
{
color: #CC3487;
}
</style>
background-color css
<style>
a { background-color: #CC3487; }
a { background-color: rgb(204,52,135); }
div.DivClassName
{
background-color: #CC3487;
}
.BgClassName
{
background-color: #CC3487;
}
</style>
border-color css
<style>
span { border-color: #CC3487; }
span { border-color: rgb(204,52,135); }
td.TdClassName
{
border-color: #CC3487;
}
.TagClassName
{
border-color: #CC3487;
}
</style>