Shades of Cerise #CC2D70
Tints of Cerise #CC2D70
RGB
CMYK
RGB Variations
Color information
#CC2D70 (or 0xCC2D70) is known color: Cerise. HEX triplet: CC, 2D and 70. RGB value is (204,45,112). Sum of RGB (Red+Green+Blue) = 204+45+112=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2D70 is #33D28F. Grayscale: #646464. Windows color (decimal): -3396240 or 7351756. OLE color: 7351756.
HSL color Cylindrical-coordinate representation of color #CC2D70: hue angle of 334.72º degrees, saturation: 0.64, 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 #CC2D70 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 112 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.2 |
| HSL | 334.72º | 0.64% | 0.49% | - |
| HSV(B) | 334.72º | 0.78% | 0.8% | - |
| XYZ | 28.76 | 15.88 | 16.88 | - |
| YUV | 100.18 | 134.68 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 112 | 0 | 0.78 | 0.45 | 0.2 | 334.72 | 0.64 | 0.49 |
| Hex | CC | 2D | 70 | 0 | 4E | 2D | 14 | 14F | 40 | 31 |
| Octal | 314 | 55 | 160 | 0 | 116 | 55 | 24 | 517 | 100 | 61 |
| Binary | 11001100 | 101101 | 1110000 | 0 | 1001110 | 101101 | 10100 | 101001111 | 1000000 | 110001 |
Color Harmonies of #CC2D70
Complementary color
Monochromatic Colors of #CC2D70
Black with #CC2D70
Text Example
Text Example
White with #CC2D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D70; }
p { color: rgb(204,45,112); }
H1.HeaderClassName
{
color: #CC2D70;
}
.AnyTagClassName
{
color: #CC2D70;
}
</style>
background-color css
<style>
a { background-color: #CC2D70; }
a { background-color: rgb(204,45,112); }
div.DivClassName
{
background-color: #CC2D70;
}
.BgClassName
{
background-color: #CC2D70;
}
</style>
border-color css
<style>
span { border-color: #CC2D70; }
span { border-color: rgb(204,45,112); }
td.TdClassName
{
border-color: #CC2D70;
}
.TagClassName
{
border-color: #CC2D70;
}
</style>