Shades of Royal Heath #C73D78
Tints of Royal Heath #C73D78
RGB
CMYK
RGB Variations
Color information
#C73D78 (or 0xC73D78) is known color: Royal Heath. HEX triplet: C7, 3D and 78. RGB value is (199,61,120). Sum of RGB (Red+Green+Blue) = 199+61+120=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D78 is #38C287. Grayscale: #6C6C6C. Windows color (decimal): -3719816 or 7880135. OLE color: 7880135.
HSL color Cylindrical-coordinate representation of color #C73D78: hue angle of 334.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D78 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 120 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.22 |
| HSL | 334.35º | 0.55% | 0.51% | - |
| HSV(B) | 334.35º | 0.69% | 0.78% | - |
| XYZ | 28.61 | 16.84 | 19.51 | - |
| YUV | 108.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 120 | 0 | 0.69 | 0.40 | 0.22 | 334.35 | 0.55 | 0.51 |
| Hex | C7 | 3D | 78 | 0 | 45 | 28 | 16 | 14E | 37 | 33 |
| Octal | 307 | 75 | 170 | 0 | 105 | 50 | 26 | 516 | 67 | 63 |
| Binary | 11000111 | 111101 | 1111000 | 0 | 1000101 | 101000 | 10110 | 101001110 | 110111 | 110011 |
Color Harmonies of #C73D78
Complementary color
Monochromatic Colors of #C73D78
Black with #C73D78
Text Example
Text Example
White with #C73D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D78; }
p { color: rgb(199,61,120); }
H1.HeaderClassName
{
color: #C73D78;
}
.AnyTagClassName
{
color: #C73D78;
}
</style>
background-color css
<style>
a { background-color: #C73D78; }
a { background-color: rgb(199,61,120); }
div.DivClassName
{
background-color: #C73D78;
}
.BgClassName
{
background-color: #C73D78;
}
</style>
border-color css
<style>
span { border-color: #C73D78; }
span { border-color: rgb(199,61,120); }
td.TdClassName
{
border-color: #C73D78;
}
.TagClassName
{
border-color: #C73D78;
}
</style>