Shades of Deep Cerise #CC2881
Tints of Deep Cerise #CC2881
RGB
CMYK
RGB Variations
Color information
#CC2881 (or 0xCC2881) is known color: Deep Cerise. HEX triplet: CC, 28 and 81. RGB value is (204,40,129). Sum of RGB (Red+Green+Blue) = 204+40+129=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2881 is #33D77E. Grayscale: #626262. Windows color (decimal): -3397503 or 8464588. OLE color: 8464588.
HSL color Cylindrical-coordinate representation of color #CC2881: hue angle of 327.44º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2881 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 129 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.2 |
| HSL | 327.44º | 0.67% | 0.48% | - |
| HSV(B) | 327.44º | 0.8% | 0.8% | - |
| XYZ | 29.62 | 15.94 | 22.28 | - |
| YUV | 99.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 129 | 0 | 0.80 | 0.37 | 0.2 | 327.44 | 0.67 | 0.48 |
| Hex | CC | 28 | 81 | 0 | 50 | 25 | 14 | 147 | 43 | 30 |
| Octal | 314 | 50 | 201 | 0 | 120 | 45 | 24 | 507 | 103 | 60 |
| Binary | 11001100 | 101000 | 10000001 | 0 | 1010000 | 100101 | 10100 | 101000111 | 1000011 | 110000 |
Color Harmonies of #CC2881
Complementary color
Monochromatic Colors of #CC2881
Black with #CC2881
Text Example
Text Example
White with #CC2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2881; }
p { color: rgb(204,40,129); }
H1.HeaderClassName
{
color: #CC2881;
}
.AnyTagClassName
{
color: #CC2881;
}
</style>
background-color css
<style>
a { background-color: #CC2881; }
a { background-color: rgb(204,40,129); }
div.DivClassName
{
background-color: #CC2881;
}
.BgClassName
{
background-color: #CC2881;
}
</style>
border-color css
<style>
span { border-color: #CC2881; }
span { border-color: rgb(204,40,129); }
td.TdClassName
{
border-color: #CC2881;
}
.TagClassName
{
border-color: #CC2881;
}
</style>