Shades of Cerise #C52963
Tints of Cerise #C52963
RGB
CMYK
RGB Variations
Color information
#C52963 (or 0xC52963) is known color: Cerise. HEX triplet: C5, 29 and 63. RGB value is (197,41,99). Sum of RGB (Red+Green+Blue) = 197+41+99=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C52963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52963 is #3AD69C. Grayscale: #5E5E5E. Windows color (decimal): -3856029 or 6498757. OLE color: 6498757.
HSL color Cylindrical-coordinate representation of color #C52963: hue angle of 337.69º degrees, saturation: 0.66, 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 #C52963 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 99 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.23 |
| HSL | 337.69º | 0.66% | 0.47% | - |
| HSV(B) | 337.69º | 0.79% | 0.77% | - |
| XYZ | 26.07 | 14.36 | 13.2 | - |
| YUV | 94.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 99 | 0 | 0.79 | 0.50 | 0.23 | 337.69 | 0.66 | 0.47 |
| Hex | C5 | 29 | 63 | 0 | 4F | 32 | 17 | 152 | 42 | 2F |
| Octal | 305 | 51 | 143 | 0 | 117 | 62 | 27 | 522 | 102 | 57 |
| Binary | 11000101 | 101001 | 1100011 | 0 | 1001111 | 110010 | 10111 | 101010010 | 1000010 | 101111 |
Color Harmonies of #C52963
Complementary color
Monochromatic Colors of #C52963
Black with #C52963
Text Example
Text Example
White with #C52963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52963; }
p { color: rgb(197,41,99); }
H1.HeaderClassName
{
color: #C52963;
}
.AnyTagClassName
{
color: #C52963;
}
</style>
background-color css
<style>
a { background-color: #C52963; }
a { background-color: rgb(197,41,99); }
div.DivClassName
{
background-color: #C52963;
}
.BgClassName
{
background-color: #C52963;
}
</style>
border-color css
<style>
span { border-color: #C52963; }
span { border-color: rgb(197,41,99); }
td.TdClassName
{
border-color: #C52963;
}
.TagClassName
{
border-color: #C52963;
}
</style>