Shades of Deep Cerise #CC3184
Tints of Deep Cerise #CC3184
RGB
CMYK
RGB Variations
Color information
#CC3184 (or 0xCC3184) is known color: Deep Cerise. HEX triplet: CC, 31 and 84. RGB value is (204,49,132). Sum of RGB (Red+Green+Blue) = 204+49+132=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3184 is #33CE7B. Grayscale: #686868. Windows color (decimal): -3395196 or 8663500. OLE color: 8663500.
HSL color Cylindrical-coordinate representation of color #CC3184: hue angle of 327.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3184 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 132 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.2 |
| HSL | 327.87º | 0.61% | 0.5% | - |
| HSV(B) | 327.87º | 0.76% | 0.8% | - |
| XYZ | 30.17 | 16.7 | 23.46 | - |
| YUV | 104.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 132 | 0 | 0.76 | 0.35 | 0.2 | 327.87 | 0.61 | 0.5 |
| Hex | CC | 31 | 84 | 0 | 4C | 23 | 14 | 148 | 3D | 32 |
| Octal | 314 | 61 | 204 | 0 | 114 | 43 | 24 | 510 | 75 | 62 |
| Binary | 11001100 | 110001 | 10000100 | 0 | 1001100 | 100011 | 10100 | 101001000 | 111101 | 110010 |
Color Harmonies of #CC3184
Complementary color
Monochromatic Colors of #CC3184
Black with #CC3184
Text Example
Text Example
White with #CC3184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3184; }
p { color: rgb(204,49,132); }
H1.HeaderClassName
{
color: #CC3184;
}
.AnyTagClassName
{
color: #CC3184;
}
</style>
background-color css
<style>
a { background-color: #CC3184; }
a { background-color: rgb(204,49,132); }
div.DivClassName
{
background-color: #CC3184;
}
.BgClassName
{
background-color: #CC3184;
}
</style>
border-color css
<style>
span { border-color: #CC3184; }
span { border-color: rgb(204,49,132); }
td.TdClassName
{
border-color: #CC3184;
}
.TagClassName
{
border-color: #CC3184;
}
</style>