Shades of Cerise #C52C64
Tints of Cerise #C52C64
RGB
CMYK
RGB Variations
Color information
#C52C64 (or 0xC52C64) is known color: Cerise. HEX triplet: C5, 2C and 64. RGB value is (197,44,100). Sum of RGB (Red+Green+Blue) = 197+44+100=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C64 is #3AD39B. Grayscale: #606060. Windows color (decimal): -3855260 or 6565061. OLE color: 6565061.
HSL color Cylindrical-coordinate representation of color #C52C64: hue angle of 338.04º 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 #C52C64 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 100 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.23 |
| HSL | 338.04º | 0.63% | 0.47% | - |
| HSV(B) | 338.04º | 0.78% | 0.77% | - |
| XYZ | 26.23 | 14.59 | 13.49 | - |
| YUV | 96.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 100 | 0 | 0.78 | 0.49 | 0.23 | 338.04 | 0.63 | 0.47 |
| Hex | C5 | 2C | 64 | 0 | 4E | 31 | 17 | 152 | 3F | 2F |
| Octal | 305 | 54 | 144 | 0 | 116 | 61 | 27 | 522 | 77 | 57 |
| Binary | 11000101 | 101100 | 1100100 | 0 | 1001110 | 110001 | 10111 | 101010010 | 111111 | 101111 |
Color Harmonies of #C52C64
Complementary color
Monochromatic Colors of #C52C64
Black with #C52C64
Text Example
Text Example
White with #C52C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C64; }
p { color: rgb(197,44,100); }
H1.HeaderClassName
{
color: #C52C64;
}
.AnyTagClassName
{
color: #C52C64;
}
</style>
background-color css
<style>
a { background-color: #C52C64; }
a { background-color: rgb(197,44,100); }
div.DivClassName
{
background-color: #C52C64;
}
.BgClassName
{
background-color: #C52C64;
}
</style>
border-color css
<style>
span { border-color: #C52C64; }
span { border-color: rgb(197,44,100); }
td.TdClassName
{
border-color: #C52C64;
}
.TagClassName
{
border-color: #C52C64;
}
</style>