Shades of Royal Heath #C53A72
Tints of Royal Heath #C53A72
RGB
CMYK
RGB Variations
Color information
#C53A72 (or 0xC53A72) is known color: Royal Heath. HEX triplet: C5, 3A and 72. RGB value is (197,58,114). Sum of RGB (Red+Green+Blue) = 197+58+114=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A72 is #3AC58D. Grayscale: #696969. Windows color (decimal): -3851662 or 7486149. OLE color: 7486149.
HSL color Cylindrical-coordinate representation of color #C53A72: hue angle of 335.83º 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 #C53A72 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 114 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.23 |
| HSL | 335.83º | 0.55% | 0.5% | - |
| HSV(B) | 335.83º | 0.71% | 0.77% | - |
| XYZ | 27.58 | 16.11 | 17.58 | - |
| YUV | 105.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 114 | 0 | 0.71 | 0.42 | 0.23 | 335.83 | 0.55 | 0.5 |
| Hex | C5 | 3A | 72 | 0 | 47 | 2A | 17 | 150 | 37 | 32 |
| Octal | 305 | 72 | 162 | 0 | 107 | 52 | 27 | 520 | 67 | 62 |
| Binary | 11000101 | 111010 | 1110010 | 0 | 1000111 | 101010 | 10111 | 101010000 | 110111 | 110010 |
Color Harmonies of #C53A72
Complementary color
Monochromatic Colors of #C53A72
Black with #C53A72
Text Example
Text Example
White with #C53A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A72; }
p { color: rgb(197,58,114); }
H1.HeaderClassName
{
color: #C53A72;
}
.AnyTagClassName
{
color: #C53A72;
}
</style>
background-color css
<style>
a { background-color: #C53A72; }
a { background-color: rgb(197,58,114); }
div.DivClassName
{
background-color: #C53A72;
}
.BgClassName
{
background-color: #C53A72;
}
</style>
border-color css
<style>
span { border-color: #C53A72; }
span { border-color: rgb(197,58,114); }
td.TdClassName
{
border-color: #C53A72;
}
.TagClassName
{
border-color: #C53A72;
}
</style>