Shades of Cerise #CC2D5B
Tints of Cerise #CC2D5B
RGB
CMYK
RGB Variations
Color information
#CC2D5B (or 0xCC2D5B) is known color: Cerise. HEX triplet: CC, 2D and 5B. RGB value is (204,45,91). Sum of RGB (Red+Green+Blue) = 204+45+91=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2D5B is #33D2A4. Grayscale: #616161. Windows color (decimal): -3396261 or 5975500. OLE color: 5975500.
HSL color Cylindrical-coordinate representation of color #CC2D5B: hue angle of 342.64º degrees, saturation: 0.64, 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 #CC2D5B is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 91 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.2 |
| HSL | 342.64º | 0.64% | 0.49% | - |
| HSV(B) | 342.64º | 0.78% | 0.8% | - |
| XYZ | 27.73 | 15.47 | 11.42 | - |
| YUV | 97.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 91 | 0 | 0.78 | 0.55 | 0.2 | 342.64 | 0.64 | 0.49 |
| Hex | CC | 2D | 5B | 0 | 4E | 37 | 14 | 157 | 40 | 31 |
| Octal | 314 | 55 | 133 | 0 | 116 | 67 | 24 | 527 | 100 | 61 |
| Binary | 11001100 | 101101 | 1011011 | 0 | 1001110 | 110111 | 10100 | 101010111 | 1000000 | 110001 |
Color Harmonies of #CC2D5B
Complementary color
Monochromatic Colors of #CC2D5B
Black with #CC2D5B
Text Example
Text Example
White with #CC2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D5B; }
p { color: rgb(204,45,91); }
H1.HeaderClassName
{
color: #CC2D5B;
}
.AnyTagClassName
{
color: #CC2D5B;
}
</style>
background-color css
<style>
a { background-color: #CC2D5B; }
a { background-color: rgb(204,45,91); }
div.DivClassName
{
background-color: #CC2D5B;
}
.BgClassName
{
background-color: #CC2D5B;
}
</style>
border-color css
<style>
span { border-color: #CC2D5B; }
span { border-color: rgb(204,45,91); }
td.TdClassName
{
border-color: #CC2D5B;
}
.TagClassName
{
border-color: #CC2D5B;
}
</style>