Shades of Royal Heath #C54171
Tints of Royal Heath #C54171
RGB
CMYK
RGB Variations
Color information
#C54171 (or 0xC54171) is known color: Royal Heath. HEX triplet: C5, 41 and 71. RGB value is (197,65,113). Sum of RGB (Red+Green+Blue) = 197+65+113=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C54171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54171 is #3ABE8E. Grayscale: #6D6D6D. Windows color (decimal): -3849871 or 7422405. OLE color: 7422405.
HSL color Cylindrical-coordinate representation of color #C54171: hue angle of 338.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54171 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 113 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.23 |
| HSL | 338.18º | 0.53% | 0.51% | - |
| HSV(B) | 338.18º | 0.67% | 0.77% | - |
| XYZ | 27.9 | 16.84 | 17.4 | - |
| YUV | 109.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 113 | 0 | 0.67 | 0.43 | 0.23 | 338.18 | 0.53 | 0.51 |
| Hex | C5 | 41 | 71 | 0 | 43 | 2B | 17 | 152 | 35 | 33 |
| Octal | 305 | 101 | 161 | 0 | 103 | 53 | 27 | 522 | 65 | 63 |
| Binary | 11000101 | 1000001 | 1110001 | 0 | 1000011 | 101011 | 10111 | 101010010 | 110101 | 110011 |
Color Harmonies of #C54171
Complementary color
Monochromatic Colors of #C54171
Black with #C54171
Text Example
Text Example
White with #C54171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54171; }
p { color: rgb(197,65,113); }
H1.HeaderClassName
{
color: #C54171;
}
.AnyTagClassName
{
color: #C54171;
}
</style>
background-color css
<style>
a { background-color: #C54171; }
a { background-color: rgb(197,65,113); }
div.DivClassName
{
background-color: #C54171;
}
.BgClassName
{
background-color: #C54171;
}
</style>
border-color css
<style>
span { border-color: #C54171; }
span { border-color: rgb(197,65,113); }
td.TdClassName
{
border-color: #C54171;
}
.TagClassName
{
border-color: #C54171;
}
</style>