Shades of Cerise #CC2E5D
Tints of Cerise #CC2E5D
RGB
CMYK
RGB Variations
Color information
#CC2E5D (or 0xCC2E5D) is known color: Cerise. HEX triplet: CC, 2E and 5D. RGB value is (204,46,93). Sum of RGB (Red+Green+Blue) = 204+46+93=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2E5D is #33D1A2. Grayscale: #626262. Windows color (decimal): -3396003 or 6106828. OLE color: 6106828.
HSL color Cylindrical-coordinate representation of color #CC2E5D: hue angle of 342.15º 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 #CC2E5D is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 93 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.2 |
| HSL | 342.15º | 0.63% | 0.49% | - |
| HSV(B) | 342.15º | 0.77% | 0.8% | - |
| XYZ | 27.85 | 15.58 | 11.9 | - |
| YUV | 98.6 | 124.85 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 93 | 0 | 0.77 | 0.54 | 0.2 | 342.15 | 0.63 | 0.49 |
| Hex | CC | 2E | 5D | 0 | 4D | 36 | 14 | 156 | 3F | 31 |
| Octal | 314 | 56 | 135 | 0 | 115 | 66 | 24 | 526 | 77 | 61 |
| Binary | 11001100 | 101110 | 1011101 | 0 | 1001101 | 110110 | 10100 | 101010110 | 111111 | 110001 |
Color Harmonies of #CC2E5D
Complementary color
Monochromatic Colors of #CC2E5D
Black with #CC2E5D
Text Example
Text Example
White with #CC2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E5D; }
p { color: rgb(204,46,93); }
H1.HeaderClassName
{
color: #CC2E5D;
}
.AnyTagClassName
{
color: #CC2E5D;
}
</style>
background-color css
<style>
a { background-color: #CC2E5D; }
a { background-color: rgb(204,46,93); }
div.DivClassName
{
background-color: #CC2E5D;
}
.BgClassName
{
background-color: #CC2E5D;
}
</style>
border-color css
<style>
span { border-color: #CC2E5D; }
span { border-color: rgb(204,46,93); }
td.TdClassName
{
border-color: #CC2E5D;
}
.TagClassName
{
border-color: #CC2E5D;
}
</style>