Shades of Deep Cerise #CC2786
Tints of Deep Cerise #CC2786
RGB
CMYK
RGB Variations
Color information
#CC2786 (or 0xCC2786) is known color: Deep Cerise. HEX triplet: CC, 27 and 86. RGB value is (204,39,134). Sum of RGB (Red+Green+Blue) = 204+39+134=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2786 is #33D879. Grayscale: #626262. Windows color (decimal): -3397754 or 8792012. OLE color: 8792012.
HSL color Cylindrical-coordinate representation of color #CC2786: hue angle of 325.45º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2786 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 134 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.2 |
| HSL | 325.45º | 0.68% | 0.48% | - |
| HSV(B) | 325.45º | 0.81% | 0.8% | - |
| XYZ | 29.93 | 16.01 | 24.07 | - |
| YUV | 99.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 134 | 0 | 0.81 | 0.34 | 0.2 | 325.45 | 0.68 | 0.48 |
| Hex | CC | 27 | 86 | 0 | 51 | 22 | 14 | 145 | 44 | 30 |
| Octal | 314 | 47 | 206 | 0 | 121 | 42 | 24 | 505 | 104 | 60 |
| Binary | 11001100 | 100111 | 10000110 | 0 | 1010001 | 100010 | 10100 | 101000101 | 1000100 | 110000 |
Color Harmonies of #CC2786
Complementary color
Monochromatic Colors of #CC2786
Black with #CC2786
Text Example
Text Example
White with #CC2786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2786; }
p { color: rgb(204,39,134); }
H1.HeaderClassName
{
color: #CC2786;
}
.AnyTagClassName
{
color: #CC2786;
}
</style>
background-color css
<style>
a { background-color: #CC2786; }
a { background-color: rgb(204,39,134); }
div.DivClassName
{
background-color: #CC2786;
}
.BgClassName
{
background-color: #CC2786;
}
</style>
border-color css
<style>
span { border-color: #CC2786; }
span { border-color: rgb(204,39,134); }
td.TdClassName
{
border-color: #CC2786;
}
.TagClassName
{
border-color: #CC2786;
}
</style>