Shades of Deep Cerise #CC3986
Tints of Deep Cerise #CC3986
RGB
CMYK
RGB Variations
Color information
#CC3986 (or 0xCC3986) is known color: Deep Cerise. HEX triplet: CC, 39 and 86. RGB value is (204,57,134). Sum of RGB (Red+Green+Blue) = 204+57+134=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3986 is #33C679. Grayscale: #6D6D6D. Windows color (decimal): -3393146 or 8796620. OLE color: 8796620.
HSL color Cylindrical-coordinate representation of color #CC3986: hue angle of 328.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3986 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 134 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.2 |
| HSL | 328.57º | 0.59% | 0.51% | - |
| HSV(B) | 328.57º | 0.72% | 0.8% | - |
| XYZ | 30.67 | 17.48 | 24.31 | - |
| YUV | 109.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 134 | 0 | 0.72 | 0.34 | 0.2 | 328.57 | 0.59 | 0.51 |
| Hex | CC | 39 | 86 | 0 | 48 | 22 | 14 | 149 | 3B | 33 |
| Octal | 314 | 71 | 206 | 0 | 110 | 42 | 24 | 511 | 73 | 63 |
| Binary | 11001100 | 111001 | 10000110 | 0 | 1001000 | 100010 | 10100 | 101001001 | 111011 | 110011 |
Color Harmonies of #CC3986
Complementary color
Monochromatic Colors of #CC3986
Black with #CC3986
Text Example
Text Example
White with #CC3986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3986; }
p { color: rgb(204,57,134); }
H1.HeaderClassName
{
color: #CC3986;
}
.AnyTagClassName
{
color: #CC3986;
}
</style>
background-color css
<style>
a { background-color: #CC3986; }
a { background-color: rgb(204,57,134); }
div.DivClassName
{
background-color: #CC3986;
}
.BgClassName
{
background-color: #CC3986;
}
</style>
border-color css
<style>
span { border-color: #CC3986; }
span { border-color: rgb(204,57,134); }
td.TdClassName
{
border-color: #CC3986;
}
.TagClassName
{
border-color: #CC3986;
}
</style>