Shades of Deep Cerise #CC2E89
Tints of Deep Cerise #CC2E89
RGB
CMYK
RGB Variations
Color information
#CC2E89 (or 0xCC2E89) is known color: Deep Cerise. HEX triplet: CC, 2E and 89. RGB value is (204,46,137). Sum of RGB (Red+Green+Blue) = 204+46+137=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2E89 is #33D176. Grayscale: #676767. Windows color (decimal): -3395959 or 8990412. OLE color: 8990412.
HSL color Cylindrical-coordinate representation of color #CC2E89: hue angle of 325.44º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E89 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 137 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.2 |
| HSL | 325.44º | 0.63% | 0.49% | - |
| HSV(B) | 325.44º | 0.77% | 0.8% | - |
| XYZ | 30.39 | 16.6 | 25.27 | - |
| YUV | 103.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 137 | 0 | 0.77 | 0.33 | 0.2 | 325.44 | 0.63 | 0.49 |
| Hex | CC | 2E | 89 | 0 | 4D | 21 | 14 | 145 | 3F | 31 |
| Octal | 314 | 56 | 211 | 0 | 115 | 41 | 24 | 505 | 77 | 61 |
| Binary | 11001100 | 101110 | 10001001 | 0 | 1001101 | 100001 | 10100 | 101000101 | 111111 | 110001 |
Color Harmonies of #CC2E89
Complementary color
Monochromatic Colors of #CC2E89
Black with #CC2E89
Text Example
Text Example
White with #CC2E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E89; }
p { color: rgb(204,46,137); }
H1.HeaderClassName
{
color: #CC2E89;
}
.AnyTagClassName
{
color: #CC2E89;
}
</style>
background-color css
<style>
a { background-color: #CC2E89; }
a { background-color: rgb(204,46,137); }
div.DivClassName
{
background-color: #CC2E89;
}
.BgClassName
{
background-color: #CC2E89;
}
</style>
border-color css
<style>
span { border-color: #CC2E89; }
span { border-color: rgb(204,46,137); }
td.TdClassName
{
border-color: #CC2E89;
}
.TagClassName
{
border-color: #CC2E89;
}
</style>