Shades of Royal Heath #C73B71
Tints of Royal Heath #C73B71
RGB
CMYK
RGB Variations
Color information
#C73B71 (or 0xC73B71) is known color: Royal Heath. HEX triplet: C7, 3B and 71. RGB value is (199,59,113). Sum of RGB (Red+Green+Blue) = 199+59+113=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73B71 is #38C48E. Grayscale: #6A6A6A. Windows color (decimal): -3720335 or 7420871. OLE color: 7420871.
HSL color Cylindrical-coordinate representation of color #C73B71: hue angle of 336.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B71 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 113 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.22 |
| HSL | 336.86º | 0.56% | 0.51% | - |
| HSV(B) | 336.86º | 0.7% | 0.78% | - |
| XYZ | 28.1 | 16.46 | 17.32 | - |
| YUV | 107.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 113 | 0 | 0.70 | 0.43 | 0.22 | 336.86 | 0.56 | 0.51 |
| Hex | C7 | 3B | 71 | 0 | 46 | 2B | 16 | 151 | 38 | 33 |
| Octal | 307 | 73 | 161 | 0 | 106 | 53 | 26 | 521 | 70 | 63 |
| Binary | 11000111 | 111011 | 1110001 | 0 | 1000110 | 101011 | 10110 | 101010001 | 111000 | 110011 |
Color Harmonies of #C73B71
Complementary color
Monochromatic Colors of #C73B71
Black with #C73B71
Text Example
Text Example
White with #C73B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B71; }
p { color: rgb(199,59,113); }
H1.HeaderClassName
{
color: #C73B71;
}
.AnyTagClassName
{
color: #C73B71;
}
</style>
background-color css
<style>
a { background-color: #C73B71; }
a { background-color: rgb(199,59,113); }
div.DivClassName
{
background-color: #C73B71;
}
.BgClassName
{
background-color: #C73B71;
}
</style>
border-color css
<style>
span { border-color: #C73B71; }
span { border-color: rgb(199,59,113); }
td.TdClassName
{
border-color: #C73B71;
}
.TagClassName
{
border-color: #C73B71;
}
</style>