Shades of Cerise #C53A63
Tints of Cerise #C53A63
RGB
CMYK
RGB Variations
Color information
#C53A63 (or 0xC53A63) is known color: Cerise. HEX triplet: C5, 3A and 63. RGB value is (197,58,99). Sum of RGB (Red+Green+Blue) = 197+58+99=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A63 is #3AC59C. Grayscale: #686868. Windows color (decimal): -3851677 or 6503109. OLE color: 6503109.
HSL color Cylindrical-coordinate representation of color #C53A63: hue angle of 342.3º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A63 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 99 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.23 |
| HSL | 342.3º | 0.55% | 0.5% | - |
| HSV(B) | 342.3º | 0.71% | 0.77% | - |
| XYZ | 26.79 | 15.8 | 13.44 | - |
| YUV | 104.24 | 125.05 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 99 | 0 | 0.71 | 0.50 | 0.23 | 342.3 | 0.55 | 0.5 |
| Hex | C5 | 3A | 63 | 0 | 47 | 32 | 17 | 156 | 37 | 32 |
| Octal | 305 | 72 | 143 | 0 | 107 | 62 | 27 | 526 | 67 | 62 |
| Binary | 11000101 | 111010 | 1100011 | 0 | 1000111 | 110010 | 10111 | 101010110 | 110111 | 110010 |
Color Harmonies of #C53A63
Complementary color
Monochromatic Colors of #C53A63
Black with #C53A63
Text Example
Text Example
White with #C53A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A63; }
p { color: rgb(197,58,99); }
H1.HeaderClassName
{
color: #C53A63;
}
.AnyTagClassName
{
color: #C53A63;
}
</style>
background-color css
<style>
a { background-color: #C53A63; }
a { background-color: rgb(197,58,99); }
div.DivClassName
{
background-color: #C53A63;
}
.BgClassName
{
background-color: #C53A63;
}
</style>
border-color css
<style>
span { border-color: #C53A63; }
span { border-color: rgb(197,58,99); }
td.TdClassName
{
border-color: #C53A63;
}
.TagClassName
{
border-color: #C53A63;
}
</style>