Shades of Cerise #CC2F62
Tints of Cerise #CC2F62
RGB
CMYK
RGB Variations
Color information
#CC2F62 (or 0xCC2F62) is known color: Cerise. HEX triplet: CC, 2F and 62. RGB value is (204,47,98). Sum of RGB (Red+Green+Blue) = 204+47+98=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2F62 is #33D09D. Grayscale: #636363. Windows color (decimal): -3395742 or 6434764. OLE color: 6434764.
HSL color Cylindrical-coordinate representation of color #CC2F62: hue angle of 340.51º 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 #CC2F62 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 98 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.2 |
| HSL | 340.51º | 0.63% | 0.49% | - |
| HSV(B) | 340.51º | 0.77% | 0.8% | - |
| XYZ | 28.12 | 15.75 | 13.11 | - |
| YUV | 99.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 98 | 0 | 0.77 | 0.52 | 0.2 | 340.51 | 0.63 | 0.49 |
| Hex | CC | 2F | 62 | 0 | 4D | 34 | 14 | 155 | 3F | 31 |
| Octal | 314 | 57 | 142 | 0 | 115 | 64 | 24 | 525 | 77 | 61 |
| Binary | 11001100 | 101111 | 1100010 | 0 | 1001101 | 110100 | 10100 | 101010101 | 111111 | 110001 |
Color Harmonies of #CC2F62
Complementary color
Monochromatic Colors of #CC2F62
Black with #CC2F62
Text Example
Text Example
White with #CC2F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2F62; }
p { color: rgb(204,47,98); }
H1.HeaderClassName
{
color: #CC2F62;
}
.AnyTagClassName
{
color: #CC2F62;
}
</style>
background-color css
<style>
a { background-color: #CC2F62; }
a { background-color: rgb(204,47,98); }
div.DivClassName
{
background-color: #CC2F62;
}
.BgClassName
{
background-color: #CC2F62;
}
</style>
border-color css
<style>
span { border-color: #CC2F62; }
span { border-color: rgb(204,47,98); }
td.TdClassName
{
border-color: #CC2F62;
}
.TagClassName
{
border-color: #CC2F62;
}
</style>