Shades of Deep Cerise #CC2C7F
Tints of Deep Cerise #CC2C7F
RGB
CMYK
RGB Variations
Color information
#CC2C7F (or 0xCC2C7F) is known color: Deep Cerise. HEX triplet: CC, 2C and 7F. RGB value is (204,44,127). Sum of RGB (Red+Green+Blue) = 204+44+127=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2C7F is #33D380. Grayscale: #656565. Windows color (decimal): -3396481 or 8334540. OLE color: 8334540.
HSL color Cylindrical-coordinate representation of color #CC2C7F: hue angle of 328.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2C7F is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 127 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.2 |
| HSL | 328.88º | 0.65% | 0.49% | - |
| HSV(B) | 328.88º | 0.78% | 0.8% | - |
| XYZ | 29.63 | 16.17 | 21.64 | - |
| YUV | 101.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 127 | 0 | 0.78 | 0.38 | 0.2 | 328.88 | 0.65 | 0.49 |
| Hex | CC | 2C | 7F | 0 | 4E | 26 | 14 | 149 | 41 | 31 |
| Octal | 314 | 54 | 177 | 0 | 116 | 46 | 24 | 511 | 101 | 61 |
| Binary | 11001100 | 101100 | 1111111 | 0 | 1001110 | 100110 | 10100 | 101001001 | 1000001 | 110001 |
Color Harmonies of #CC2C7F
Complementary color
Monochromatic Colors of #CC2C7F
Black with #CC2C7F
Text Example
Text Example
White with #CC2C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C7F; }
p { color: rgb(204,44,127); }
H1.HeaderClassName
{
color: #CC2C7F;
}
.AnyTagClassName
{
color: #CC2C7F;
}
</style>
background-color css
<style>
a { background-color: #CC2C7F; }
a { background-color: rgb(204,44,127); }
div.DivClassName
{
background-color: #CC2C7F;
}
.BgClassName
{
background-color: #CC2C7F;
}
</style>
border-color css
<style>
span { border-color: #CC2C7F; }
span { border-color: rgb(204,44,127); }
td.TdClassName
{
border-color: #CC2C7F;
}
.TagClassName
{
border-color: #CC2C7F;
}
</style>