Shades of Deep Cerise #CC3186
Tints of Deep Cerise #CC3186
RGB
CMYK
RGB Variations
Color information
#CC3186 (or 0xCC3186) is known color: Deep Cerise. HEX triplet: CC, 31 and 86. RGB value is (204,49,134). Sum of RGB (Red+Green+Blue) = 204+49+134=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3186 is #33CE79. Grayscale: #686868. Windows color (decimal): -3395194 or 8794572. OLE color: 8794572.
HSL color Cylindrical-coordinate representation of color #CC3186: hue angle of 327.1º 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 #CC3186 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 134 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.2 |
| HSL | 327.1º | 0.61% | 0.5% | - |
| HSV(B) | 327.1º | 0.76% | 0.8% | - |
| XYZ | 30.3 | 16.76 | 24.19 | - |
| YUV | 105.04 | 144.35 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 134 | 0 | 0.76 | 0.34 | 0.2 | 327.1 | 0.61 | 0.5 |
| Hex | CC | 31 | 86 | 0 | 4C | 22 | 14 | 147 | 3D | 32 |
| Octal | 314 | 61 | 206 | 0 | 114 | 42 | 24 | 507 | 75 | 62 |
| Binary | 11001100 | 110001 | 10000110 | 0 | 1001100 | 100010 | 10100 | 101000111 | 111101 | 110010 |
Color Harmonies of #CC3186
Complementary color
Monochromatic Colors of #CC3186
Black with #CC3186
Text Example
Text Example
White with #CC3186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3186; }
p { color: rgb(204,49,134); }
H1.HeaderClassName
{
color: #CC3186;
}
.AnyTagClassName
{
color: #CC3186;
}
</style>
background-color css
<style>
a { background-color: #CC3186; }
a { background-color: rgb(204,49,134); }
div.DivClassName
{
background-color: #CC3186;
}
.BgClassName
{
background-color: #CC3186;
}
</style>
border-color css
<style>
span { border-color: #CC3186; }
span { border-color: rgb(204,49,134); }
td.TdClassName
{
border-color: #CC3186;
}
.TagClassName
{
border-color: #CC3186;
}
</style>