Shades of Royal Heath #C53B71
Tints of Royal Heath #C53B71
RGB
CMYK
RGB Variations
Color information
#C53B71 (or 0xC53B71) is known color: Royal Heath. HEX triplet: C5, 3B and 71. RGB value is (197,59,113). Sum of RGB (Red+Green+Blue) = 197+59+113=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B71 is #3AC48E. Grayscale: #6A6A6A. Windows color (decimal): -3851407 or 7420869. OLE color: 7420869.
HSL color Cylindrical-coordinate representation of color #C53B71: hue angle of 336.52º 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 #C53B71 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 113 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.23 |
| HSL | 336.52º | 0.54% | 0.5% | - |
| HSV(B) | 336.52º | 0.7% | 0.77% | - |
| XYZ | 27.57 | 16.19 | 17.29 | - |
| YUV | 106.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 113 | 0 | 0.70 | 0.43 | 0.23 | 336.52 | 0.54 | 0.5 |
| Hex | C5 | 3B | 71 | 0 | 46 | 2B | 17 | 151 | 36 | 32 |
| Octal | 305 | 73 | 161 | 0 | 106 | 53 | 27 | 521 | 66 | 62 |
| Binary | 11000101 | 111011 | 1110001 | 0 | 1000110 | 101011 | 10111 | 101010001 | 110110 | 110010 |
Color Harmonies of #C53B71
Complementary color
Monochromatic Colors of #C53B71
Black with #C53B71
Text Example
Text Example
White with #C53B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B71; }
p { color: rgb(197,59,113); }
H1.HeaderClassName
{
color: #C53B71;
}
.AnyTagClassName
{
color: #C53B71;
}
</style>
background-color css
<style>
a { background-color: #C53B71; }
a { background-color: rgb(197,59,113); }
div.DivClassName
{
background-color: #C53B71;
}
.BgClassName
{
background-color: #C53B71;
}
</style>
border-color css
<style>
span { border-color: #C53B71; }
span { border-color: rgb(197,59,113); }
td.TdClassName
{
border-color: #C53B71;
}
.TagClassName
{
border-color: #C53B71;
}
</style>