Shades of Royal Heath #C73A75
Tints of Royal Heath #C73A75
RGB
CMYK
RGB Variations
Color information
#C73A75 (or 0xC73A75) is known color: Royal Heath. HEX triplet: C7, 3A and 75. RGB value is (199,58,117). Sum of RGB (Red+Green+Blue) = 199+58+117=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A75 is #38C58A. Grayscale: #6A6A6A. Windows color (decimal): -3720587 or 7682759. OLE color: 7682759.
HSL color Cylindrical-coordinate representation of color #C73A75: hue angle of 334.89º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73A75 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 117 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.22 |
| HSL | 334.89º | 0.56% | 0.5% | - |
| HSV(B) | 334.89º | 0.71% | 0.78% | - |
| XYZ | 28.28 | 16.45 | 18.51 | - |
| YUV | 106.89 | 133.71 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 117 | 0 | 0.71 | 0.41 | 0.22 | 334.89 | 0.56 | 0.5 |
| Hex | C7 | 3A | 75 | 0 | 47 | 29 | 16 | 14F | 38 | 32 |
| Octal | 307 | 72 | 165 | 0 | 107 | 51 | 26 | 517 | 70 | 62 |
| Binary | 11000111 | 111010 | 1110101 | 0 | 1000111 | 101001 | 10110 | 101001111 | 111000 | 110010 |
Color Harmonies of #C73A75
Complementary color
Monochromatic Colors of #C73A75
Black with #C73A75
Text Example
Text Example
White with #C73A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A75; }
p { color: rgb(199,58,117); }
H1.HeaderClassName
{
color: #C73A75;
}
.AnyTagClassName
{
color: #C73A75;
}
</style>
background-color css
<style>
a { background-color: #C73A75; }
a { background-color: rgb(199,58,117); }
div.DivClassName
{
background-color: #C73A75;
}
.BgClassName
{
background-color: #C73A75;
}
</style>
border-color css
<style>
span { border-color: #C73A75; }
span { border-color: rgb(199,58,117); }
td.TdClassName
{
border-color: #C73A75;
}
.TagClassName
{
border-color: #C73A75;
}
</style>