Shades of Deep Cerise #CC2D8C
Tints of Deep Cerise #CC2D8C
RGB
CMYK
RGB Variations
Color information
#CC2D8C (or 0xCC2D8C) is known color: Deep Cerise. HEX triplet: CC, 2D and 8C. RGB value is (204,45,140). Sum of RGB (Red+Green+Blue) = 204+45+140=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2D8C is #33D273. Grayscale: #676767. Windows color (decimal): -3396212 or 9186764. OLE color: 9186764.
HSL color Cylindrical-coordinate representation of color #CC2D8C: hue angle of 324.15º 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 #CC2D8C is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 140 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.2 |
| HSL | 324.15º | 0.64% | 0.49% | - |
| HSV(B) | 324.15º | 0.78% | 0.8% | - |
| XYZ | 30.57 | 16.61 | 26.41 | - |
| YUV | 103.37 | 148.68 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 140 | 0 | 0.78 | 0.31 | 0.2 | 324.15 | 0.64 | 0.49 |
| Hex | CC | 2D | 8C | 0 | 4E | 1F | 14 | 144 | 40 | 31 |
| Octal | 314 | 55 | 214 | 0 | 116 | 37 | 24 | 504 | 100 | 61 |
| Binary | 11001100 | 101101 | 10001100 | 0 | 1001110 | 11111 | 10100 | 101000100 | 1000000 | 110001 |
Color Harmonies of #CC2D8C
Complementary color
Monochromatic Colors of #CC2D8C
Black with #CC2D8C
Text Example
Text Example
White with #CC2D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D8C; }
p { color: rgb(204,45,140); }
H1.HeaderClassName
{
color: #CC2D8C;
}
.AnyTagClassName
{
color: #CC2D8C;
}
</style>
background-color css
<style>
a { background-color: #CC2D8C; }
a { background-color: rgb(204,45,140); }
div.DivClassName
{
background-color: #CC2D8C;
}
.BgClassName
{
background-color: #CC2D8C;
}
</style>
border-color css
<style>
span { border-color: #CC2D8C; }
span { border-color: rgb(204,45,140); }
td.TdClassName
{
border-color: #CC2D8C;
}
.TagClassName
{
border-color: #CC2D8C;
}
</style>