Shades of Cerise #CC2E5C
Tints of Cerise #CC2E5C
RGB
CMYK
RGB Variations
Color information
#CC2E5C (or 0xCC2E5C) is known color: Cerise. HEX triplet: CC, 2E and 5C. RGB value is (204,46,92). Sum of RGB (Red+Green+Blue) = 204+46+92=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2E5C is #33D1A3. Grayscale: #626262. Windows color (decimal): -3396004 or 6041292. OLE color: 6041292.
HSL color Cylindrical-coordinate representation of color #CC2E5C: hue angle of 342.53º 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 #CC2E5C is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 92 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.2 |
| HSL | 342.53º | 0.63% | 0.49% | - |
| HSV(B) | 342.53º | 0.77% | 0.8% | - |
| XYZ | 27.81 | 15.56 | 11.66 | - |
| YUV | 98.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 92 | 0 | 0.77 | 0.55 | 0.2 | 342.53 | 0.63 | 0.49 |
| Hex | CC | 2E | 5C | 0 | 4D | 37 | 14 | 157 | 3F | 31 |
| Octal | 314 | 56 | 134 | 0 | 115 | 67 | 24 | 527 | 77 | 61 |
| Binary | 11001100 | 101110 | 1011100 | 0 | 1001101 | 110111 | 10100 | 101010111 | 111111 | 110001 |
Color Harmonies of #CC2E5C
Complementary color
Monochromatic Colors of #CC2E5C
Black with #CC2E5C
Text Example
Text Example
White with #CC2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E5C; }
p { color: rgb(204,46,92); }
H1.HeaderClassName
{
color: #CC2E5C;
}
.AnyTagClassName
{
color: #CC2E5C;
}
</style>
background-color css
<style>
a { background-color: #CC2E5C; }
a { background-color: rgb(204,46,92); }
div.DivClassName
{
background-color: #CC2E5C;
}
.BgClassName
{
background-color: #CC2E5C;
}
</style>
border-color css
<style>
span { border-color: #CC2E5C; }
span { border-color: rgb(204,46,92); }
td.TdClassName
{
border-color: #CC2E5C;
}
.TagClassName
{
border-color: #CC2E5C;
}
</style>