Shades of Deep Cerise #CC2E8A
Tints of Deep Cerise #CC2E8A
RGB
CMYK
RGB Variations
Color information
#CC2E8A (or 0xCC2E8A) is known color: Deep Cerise. HEX triplet: CC, 2E and 8A. RGB value is (204,46,138). Sum of RGB (Red+Green+Blue) = 204+46+138=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2E8A is #33D175. Grayscale: #676767. Windows color (decimal): -3395958 or 9055948. OLE color: 9055948.
HSL color Cylindrical-coordinate representation of color #CC2E8A: hue angle of 325.06º 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 #CC2E8A is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 138 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.2 |
| HSL | 325.06º | 0.63% | 0.49% | - |
| HSV(B) | 325.06º | 0.77% | 0.8% | - |
| XYZ | 30.47 | 16.63 | 25.65 | - |
| YUV | 103.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 138 | 0 | 0.77 | 0.32 | 0.2 | 325.06 | 0.63 | 0.49 |
| Hex | CC | 2E | 8A | 0 | 4D | 20 | 14 | 145 | 3F | 31 |
| Octal | 314 | 56 | 212 | 0 | 115 | 40 | 24 | 505 | 77 | 61 |
| Binary | 11001100 | 101110 | 10001010 | 0 | 1001101 | 100000 | 10100 | 101000101 | 111111 | 110001 |
Color Harmonies of #CC2E8A
Complementary color
Monochromatic Colors of #CC2E8A
Black with #CC2E8A
Text Example
Text Example
White with #CC2E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E8A; }
p { color: rgb(204,46,138); }
H1.HeaderClassName
{
color: #CC2E8A;
}
.AnyTagClassName
{
color: #CC2E8A;
}
</style>
background-color css
<style>
a { background-color: #CC2E8A; }
a { background-color: rgb(204,46,138); }
div.DivClassName
{
background-color: #CC2E8A;
}
.BgClassName
{
background-color: #CC2E8A;
}
</style>
border-color css
<style>
span { border-color: #CC2E8A; }
span { border-color: rgb(204,46,138); }
td.TdClassName
{
border-color: #CC2E8A;
}
.TagClassName
{
border-color: #CC2E8A;
}
</style>