Shades of Royal Heath #C53C74
Tints of Royal Heath #C53C74
RGB
CMYK
RGB Variations
Color information
#C53C74 (or 0xC53C74) is known color: Royal Heath. HEX triplet: C5, 3C and 74. RGB value is (197,60,116). Sum of RGB (Red+Green+Blue) = 197+60+116=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C74 is #3AC38B. Grayscale: #6B6B6B. Windows color (decimal): -3851148 or 7617733. OLE color: 7617733.
HSL color Cylindrical-coordinate representation of color #C53C74: hue angle of 335.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C74 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 116 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.23 |
| HSL | 335.47º | 0.54% | 0.5% | - |
| HSV(B) | 335.47º | 0.7% | 0.77% | - |
| XYZ | 27.79 | 16.36 | 18.22 | - |
| YUV | 107.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 116 | 0 | 0.70 | 0.41 | 0.23 | 335.47 | 0.54 | 0.5 |
| Hex | C5 | 3C | 74 | 0 | 46 | 29 | 17 | 14F | 36 | 32 |
| Octal | 305 | 74 | 164 | 0 | 106 | 51 | 27 | 517 | 66 | 62 |
| Binary | 11000101 | 111100 | 1110100 | 0 | 1000110 | 101001 | 10111 | 101001111 | 110110 | 110010 |
Color Harmonies of #C53C74
Complementary color
Monochromatic Colors of #C53C74
Black with #C53C74
Text Example
Text Example
White with #C53C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C74; }
p { color: rgb(197,60,116); }
H1.HeaderClassName
{
color: #C53C74;
}
.AnyTagClassName
{
color: #C53C74;
}
</style>
background-color css
<style>
a { background-color: #C53C74; }
a { background-color: rgb(197,60,116); }
div.DivClassName
{
background-color: #C53C74;
}
.BgClassName
{
background-color: #C53C74;
}
</style>
border-color css
<style>
span { border-color: #C53C74; }
span { border-color: rgb(197,60,116); }
td.TdClassName
{
border-color: #C53C74;
}
.TagClassName
{
border-color: #C53C74;
}
</style>