Shades of Cerise #CC2C5B
Tints of Cerise #CC2C5B
RGB
CMYK
RGB Variations
Color information
#CC2C5B (or 0xCC2C5B) is known color: Cerise. HEX triplet: CC, 2C and 5B. RGB value is (204,44,91). Sum of RGB (Red+Green+Blue) = 204+44+91=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2C5B is #33D3A4. Grayscale: #616161. Windows color (decimal): -3396517 or 5975244. OLE color: 5975244.
HSL color Cylindrical-coordinate representation of color #CC2C5B: hue angle of 342.38º degrees, saturation: 0.65, 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 #CC2C5B is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 91 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.2 |
| HSL | 342.38º | 0.65% | 0.49% | - |
| HSV(B) | 342.38º | 0.78% | 0.8% | - |
| XYZ | 27.69 | 15.39 | 11.41 | - |
| YUV | 97.2 | 124.51 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 91 | 0 | 0.78 | 0.55 | 0.2 | 342.38 | 0.65 | 0.49 |
| Hex | CC | 2C | 5B | 0 | 4E | 37 | 14 | 156 | 41 | 31 |
| Octal | 314 | 54 | 133 | 0 | 116 | 67 | 24 | 526 | 101 | 61 |
| Binary | 11001100 | 101100 | 1011011 | 0 | 1001110 | 110111 | 10100 | 101010110 | 1000001 | 110001 |
Color Harmonies of #CC2C5B
Complementary color
Monochromatic Colors of #CC2C5B
Black with #CC2C5B
Text Example
Text Example
White with #CC2C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C5B; }
p { color: rgb(204,44,91); }
H1.HeaderClassName
{
color: #CC2C5B;
}
.AnyTagClassName
{
color: #CC2C5B;
}
</style>
background-color css
<style>
a { background-color: #CC2C5B; }
a { background-color: rgb(204,44,91); }
div.DivClassName
{
background-color: #CC2C5B;
}
.BgClassName
{
background-color: #CC2C5B;
}
</style>
border-color css
<style>
span { border-color: #CC2C5B; }
span { border-color: rgb(204,44,91); }
td.TdClassName
{
border-color: #CC2C5B;
}
.TagClassName
{
border-color: #CC2C5B;
}
</style>