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