Shades of Deep Cerise #CC2C7D
Tints of Deep Cerise #CC2C7D
RGB
CMYK
RGB Variations
Color information
#CC2C7D (or 0xCC2C7D) is known color: Deep Cerise. HEX triplet: CC, 2C and 7D. RGB value is (204,44,125). Sum of RGB (Red+Green+Blue) = 204+44+125=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2C7D is #33D382. Grayscale: #646464. Windows color (decimal): -3396483 or 8203468. OLE color: 8203468.
HSL color Cylindrical-coordinate representation of color #CC2C7D: hue angle of 329.62º 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 #CC2C7D is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 125 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.2 |
| HSL | 329.63º | 0.65% | 0.49% | - |
| HSV(B) | 329.63º | 0.78% | 0.8% | - |
| XYZ | 29.5 | 16.12 | 20.96 | - |
| YUV | 101.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 125 | 0 | 0.78 | 0.39 | 0.2 | 329.63 | 0.65 | 0.49 |
| Hex | CC | 2C | 7D | 0 | 4E | 27 | 14 | 14A | 41 | 31 |
| Octal | 314 | 54 | 175 | 0 | 116 | 47 | 24 | 512 | 101 | 61 |
| Binary | 11001100 | 101100 | 1111101 | 0 | 1001110 | 100111 | 10100 | 101001010 | 1000001 | 110001 |
Color Harmonies of #CC2C7D
Complementary color
Monochromatic Colors of #CC2C7D
Black with #CC2C7D
Text Example
Text Example
White with #CC2C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C7D; }
p { color: rgb(204,44,125); }
H1.HeaderClassName
{
color: #CC2C7D;
}
.AnyTagClassName
{
color: #CC2C7D;
}
</style>
background-color css
<style>
a { background-color: #CC2C7D; }
a { background-color: rgb(204,44,125); }
div.DivClassName
{
background-color: #CC2C7D;
}
.BgClassName
{
background-color: #CC2C7D;
}
</style>
border-color css
<style>
span { border-color: #CC2C7D; }
span { border-color: rgb(204,44,125); }
td.TdClassName
{
border-color: #CC2C7D;
}
.TagClassName
{
border-color: #CC2C7D;
}
</style>