Shades of Deep Cerise #CC2672
Tints of Deep Cerise #CC2672
RGB
CMYK
RGB Variations
Color information
#CC2672 (or 0xCC2672) is known color: Deep Cerise. HEX triplet: CC, 26 and 72. RGB value is (204,38,114). Sum of RGB (Red+Green+Blue) = 204+38+114=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2672 is #33D98D. Grayscale: #606060. Windows color (decimal): -3398030 or 7481036. OLE color: 7481036.
HSL color Cylindrical-coordinate representation of color #CC2672: hue angle of 332.53º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2672 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 114 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.2 |
| HSL | 332.53º | 0.69% | 0.47% | - |
| HSV(B) | 332.53º | 0.81% | 0.8% | - |
| XYZ | 28.63 | 15.44 | 17.39 | - |
| YUV | 96.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 114 | 0 | 0.81 | 0.44 | 0.2 | 332.53 | 0.69 | 0.47 |
| Hex | CC | 26 | 72 | 0 | 51 | 2C | 14 | 14D | 45 | 2F |
| Octal | 314 | 46 | 162 | 0 | 121 | 54 | 24 | 515 | 105 | 57 |
| Binary | 11001100 | 100110 | 1110010 | 0 | 1010001 | 101100 | 10100 | 101001101 | 1000101 | 101111 |
Color Harmonies of #CC2672
Complementary color
Monochromatic Colors of #CC2672
Black with #CC2672
Text Example
Text Example
White with #CC2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2672; }
p { color: rgb(204,38,114); }
H1.HeaderClassName
{
color: #CC2672;
}
.AnyTagClassName
{
color: #CC2672;
}
</style>
background-color css
<style>
a { background-color: #CC2672; }
a { background-color: rgb(204,38,114); }
div.DivClassName
{
background-color: #CC2672;
}
.BgClassName
{
background-color: #CC2672;
}
</style>
border-color css
<style>
span { border-color: #CC2672; }
span { border-color: rgb(204,38,114); }
td.TdClassName
{
border-color: #CC2672;
}
.TagClassName
{
border-color: #CC2672;
}
</style>