Shades of Cerise #C52A64
Tints of Cerise #C52A64
RGB
CMYK
RGB Variations
Color information
#C52A64 (or 0xC52A64) is known color: Cerise. HEX triplet: C5, 2A and 64. RGB value is (197,42,100). Sum of RGB (Red+Green+Blue) = 197+42+100=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52A64 is #3AD59B. Grayscale: #5E5E5E. Windows color (decimal): -3855772 or 6564549. OLE color: 6564549.
HSL color Cylindrical-coordinate representation of color #C52A64: hue angle of 337.55º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52A64 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 100 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.23 |
| HSL | 337.55º | 0.65% | 0.47% | - |
| HSV(B) | 337.55º | 0.79% | 0.77% | - |
| XYZ | 26.15 | 14.45 | 13.47 | - |
| YUV | 94.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 100 | 0 | 0.79 | 0.49 | 0.23 | 337.55 | 0.65 | 0.47 |
| Hex | C5 | 2A | 64 | 0 | 4F | 31 | 17 | 152 | 41 | 2F |
| Octal | 305 | 52 | 144 | 0 | 117 | 61 | 27 | 522 | 101 | 57 |
| Binary | 11000101 | 101010 | 1100100 | 0 | 1001111 | 110001 | 10111 | 101010010 | 1000001 | 101111 |
Color Harmonies of #C52A64
Complementary color
Monochromatic Colors of #C52A64
Black with #C52A64
Text Example
Text Example
White with #C52A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A64; }
p { color: rgb(197,42,100); }
H1.HeaderClassName
{
color: #C52A64;
}
.AnyTagClassName
{
color: #C52A64;
}
</style>
background-color css
<style>
a { background-color: #C52A64; }
a { background-color: rgb(197,42,100); }
div.DivClassName
{
background-color: #C52A64;
}
.BgClassName
{
background-color: #C52A64;
}
</style>
border-color css
<style>
span { border-color: #C52A64; }
span { border-color: rgb(197,42,100); }
td.TdClassName
{
border-color: #C52A64;
}
.TagClassName
{
border-color: #C52A64;
}
</style>