Shades of Deep Cerise #CC3784
Tints of Deep Cerise #CC3784
RGB
CMYK
RGB Variations
Color information
#CC3784 (or 0xCC3784) is known color: Deep Cerise. HEX triplet: CC, 37 and 84. RGB value is (204,55,132). Sum of RGB (Red+Green+Blue) = 204+55+132=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3784 is #33C87B. Grayscale: #6C6C6C. Windows color (decimal): -3393660 or 8665036. OLE color: 8665036.
HSL color Cylindrical-coordinate representation of color #CC3784: hue angle of 328.99º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3784 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 132 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.2 |
| HSL | 328.99º | 0.59% | 0.51% | - |
| HSV(B) | 328.99º | 0.73% | 0.8% | - |
| XYZ | 30.43 | 17.24 | 23.55 | - |
| YUV | 108.33 | 141.36 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 132 | 0 | 0.73 | 0.35 | 0.2 | 328.99 | 0.59 | 0.51 |
| Hex | CC | 37 | 84 | 0 | 49 | 23 | 14 | 149 | 3B | 33 |
| Octal | 314 | 67 | 204 | 0 | 111 | 43 | 24 | 511 | 73 | 63 |
| Binary | 11001100 | 110111 | 10000100 | 0 | 1001001 | 100011 | 10100 | 101001001 | 111011 | 110011 |
Color Harmonies of #CC3784
Complementary color
Monochromatic Colors of #CC3784
Black with #CC3784
Text Example
Text Example
White with #CC3784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3784; }
p { color: rgb(204,55,132); }
H1.HeaderClassName
{
color: #CC3784;
}
.AnyTagClassName
{
color: #CC3784;
}
</style>
background-color css
<style>
a { background-color: #CC3784; }
a { background-color: rgb(204,55,132); }
div.DivClassName
{
background-color: #CC3784;
}
.BgClassName
{
background-color: #CC3784;
}
</style>
border-color css
<style>
span { border-color: #CC3784; }
span { border-color: rgb(204,55,132); }
td.TdClassName
{
border-color: #CC3784;
}
.TagClassName
{
border-color: #CC3784;
}
</style>