Shades of Deep Cerise #CC2E8C
Tints of Deep Cerise #CC2E8C
RGB
CMYK
RGB Variations
Color information
#CC2E8C (or 0xCC2E8C) is known color: Deep Cerise. HEX triplet: CC, 2E and 8C. RGB value is (204,46,140). Sum of RGB (Red+Green+Blue) = 204+46+140=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2E8C is #33D173. Grayscale: #676767. Windows color (decimal): -3395956 or 9187020. OLE color: 9187020.
HSL color Cylindrical-coordinate representation of color #CC2E8C: hue angle of 324.3º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E8C is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 140 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.2 |
| HSL | 324.3º | 0.63% | 0.49% | - |
| HSV(B) | 324.3º | 0.77% | 0.8% | - |
| XYZ | 30.61 | 16.68 | 26.42 | - |
| YUV | 103.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 140 | 0 | 0.77 | 0.31 | 0.2 | 324.3 | 0.63 | 0.49 |
| Hex | CC | 2E | 8C | 0 | 4D | 1F | 14 | 144 | 3F | 31 |
| Octal | 314 | 56 | 214 | 0 | 115 | 37 | 24 | 504 | 77 | 61 |
| Binary | 11001100 | 101110 | 10001100 | 0 | 1001101 | 11111 | 10100 | 101000100 | 111111 | 110001 |
Color Harmonies of #CC2E8C
Complementary color
Monochromatic Colors of #CC2E8C
Black with #CC2E8C
Text Example
Text Example
White with #CC2E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E8C; }
p { color: rgb(204,46,140); }
H1.HeaderClassName
{
color: #CC2E8C;
}
.AnyTagClassName
{
color: #CC2E8C;
}
</style>
background-color css
<style>
a { background-color: #CC2E8C; }
a { background-color: rgb(204,46,140); }
div.DivClassName
{
background-color: #CC2E8C;
}
.BgClassName
{
background-color: #CC2E8C;
}
</style>
border-color css
<style>
span { border-color: #CC2E8C; }
span { border-color: rgb(204,46,140); }
td.TdClassName
{
border-color: #CC2E8C;
}
.TagClassName
{
border-color: #CC2E8C;
}
</style>