Shades of Cerise #CC2F5D
Tints of Cerise #CC2F5D
RGB
CMYK
RGB Variations
Color information
#CC2F5D (or 0xCC2F5D) is known color: Cerise. HEX triplet: CC, 2F and 5D. RGB value is (204,47,93). Sum of RGB (Red+Green+Blue) = 204+47+93=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2F5D is #33D0A2. Grayscale: #636363. Windows color (decimal): -3395747 or 6107084. OLE color: 6107084.
HSL color Cylindrical-coordinate representation of color #CC2F5D: hue angle of 342.42º 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 #CC2F5D is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 93 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.2 |
| HSL | 342.42º | 0.63% | 0.49% | - |
| HSV(B) | 342.42º | 0.77% | 0.8% | - |
| XYZ | 27.89 | 15.66 | 11.91 | - |
| YUV | 99.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 93 | 0 | 0.77 | 0.54 | 0.2 | 342.42 | 0.63 | 0.49 |
| Hex | CC | 2F | 5D | 0 | 4D | 36 | 14 | 156 | 3F | 31 |
| Octal | 314 | 57 | 135 | 0 | 115 | 66 | 24 | 526 | 77 | 61 |
| Binary | 11001100 | 101111 | 1011101 | 0 | 1001101 | 110110 | 10100 | 101010110 | 111111 | 110001 |
Color Harmonies of #CC2F5D
Complementary color
Monochromatic Colors of #CC2F5D
Black with #CC2F5D
Text Example
Text Example
White with #CC2F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2F5D; }
p { color: rgb(204,47,93); }
H1.HeaderClassName
{
color: #CC2F5D;
}
.AnyTagClassName
{
color: #CC2F5D;
}
</style>
background-color css
<style>
a { background-color: #CC2F5D; }
a { background-color: rgb(204,47,93); }
div.DivClassName
{
background-color: #CC2F5D;
}
.BgClassName
{
background-color: #CC2F5D;
}
</style>
border-color css
<style>
span { border-color: #CC2F5D; }
span { border-color: rgb(204,47,93); }
td.TdClassName
{
border-color: #CC2F5D;
}
.TagClassName
{
border-color: #CC2F5D;
}
</style>