Shades of Cerise #C52C6C
Tints of Cerise #C52C6C
RGB
CMYK
RGB Variations
Color information
#C52C6C (or 0xC52C6C) is known color: Cerise. HEX triplet: C5, 2C and 6C. RGB value is (197,44,108). Sum of RGB (Red+Green+Blue) = 197+44+108=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C6C is #3AD393. Grayscale: #606060. Windows color (decimal): -3855252 or 7089349. OLE color: 7089349.
HSL color Cylindrical-coordinate representation of color #C52C6C: hue angle of 334.9º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C6C is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 108 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.23 |
| HSL | 334.9º | 0.63% | 0.47% | - |
| HSV(B) | 334.9º | 0.78% | 0.77% | - |
| XYZ | 26.63 | 14.75 | 15.63 | - |
| YUV | 97.04 | 134.19 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 108 | 0 | 0.78 | 0.45 | 0.23 | 334.9 | 0.63 | 0.47 |
| Hex | C5 | 2C | 6C | 0 | 4E | 2D | 17 | 14F | 3F | 2F |
| Octal | 305 | 54 | 154 | 0 | 116 | 55 | 27 | 517 | 77 | 57 |
| Binary | 11000101 | 101100 | 1101100 | 0 | 1001110 | 101101 | 10111 | 101001111 | 111111 | 101111 |
Color Harmonies of #C52C6C
Complementary color
Monochromatic Colors of #C52C6C
Black with #C52C6C
Text Example
Text Example
White with #C52C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C6C; }
p { color: rgb(197,44,108); }
H1.HeaderClassName
{
color: #C52C6C;
}
.AnyTagClassName
{
color: #C52C6C;
}
</style>
background-color css
<style>
a { background-color: #C52C6C; }
a { background-color: rgb(197,44,108); }
div.DivClassName
{
background-color: #C52C6C;
}
.BgClassName
{
background-color: #C52C6C;
}
</style>
border-color css
<style>
span { border-color: #C52C6C; }
span { border-color: rgb(197,44,108); }
td.TdClassName
{
border-color: #C52C6C;
}
.TagClassName
{
border-color: #C52C6C;
}
</style>