Shades of Royal Heath #C73A6D
Tints of Royal Heath #C73A6D
RGB
CMYK
RGB Variations
Color information
#C73A6D (or 0xC73A6D) is known color: Royal Heath. HEX triplet: C7, 3A and 6D. RGB value is (199,58,109). Sum of RGB (Red+Green+Blue) = 199+58+109=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A6D is #38C592. Grayscale: #696969. Windows color (decimal): -3720595 or 7158471. OLE color: 7158471.
HSL color Cylindrical-coordinate representation of color #C73A6D: hue angle of 338.3º 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 #C73A6D is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 109 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.22 |
| HSL | 338.3º | 0.56% | 0.5% | - |
| HSV(B) | 338.3º | 0.71% | 0.78% | - |
| XYZ | 27.83 | 16.27 | 16.14 | - |
| YUV | 105.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 109 | 0 | 0.71 | 0.45 | 0.22 | 338.3 | 0.56 | 0.5 |
| Hex | C7 | 3A | 6D | 0 | 47 | 2D | 16 | 152 | 38 | 32 |
| Octal | 307 | 72 | 155 | 0 | 107 | 55 | 26 | 522 | 70 | 62 |
| Binary | 11000111 | 111010 | 1101101 | 0 | 1000111 | 101101 | 10110 | 101010010 | 111000 | 110010 |
Color Harmonies of #C73A6D
Complementary color
Monochromatic Colors of #C73A6D
Black with #C73A6D
Text Example
Text Example
White with #C73A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A6D; }
p { color: rgb(199,58,109); }
H1.HeaderClassName
{
color: #C73A6D;
}
.AnyTagClassName
{
color: #C73A6D;
}
</style>
background-color css
<style>
a { background-color: #C73A6D; }
a { background-color: rgb(199,58,109); }
div.DivClassName
{
background-color: #C73A6D;
}
.BgClassName
{
background-color: #C73A6D;
}
</style>
border-color css
<style>
span { border-color: #C73A6D; }
span { border-color: rgb(199,58,109); }
td.TdClassName
{
border-color: #C73A6D;
}
.TagClassName
{
border-color: #C73A6D;
}
</style>