Shades of Royal Heath #C94578
Tints of Royal Heath #C94578
RGB
CMYK
RGB Variations
Color information
#C94578 (or 0xC94578) is known color: Royal Heath. HEX triplet: C9, 45 and 78. RGB value is (201,69,120). Sum of RGB (Red+Green+Blue) = 201+69+120=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C94578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94578 is #36BA87. Grayscale: #727272. Windows color (decimal): -3586696 or 7882185. OLE color: 7882185.
HSL color Cylindrical-coordinate representation of color #C94578: hue angle of 336.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94578 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 120 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.21 |
| HSL | 336.82º | 0.55% | 0.53% | - |
| HSV(B) | 336.82º | 0.66% | 0.79% | - |
| XYZ | 29.61 | 18.03 | 19.69 | - |
| YUV | 114.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 120 | 0 | 0.66 | 0.40 | 0.21 | 336.82 | 0.55 | 0.53 |
| Hex | C9 | 45 | 78 | 0 | 42 | 28 | 15 | 151 | 37 | 35 |
| Octal | 311 | 105 | 170 | 0 | 102 | 50 | 25 | 521 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1111000 | 0 | 1000010 | 101000 | 10101 | 101010001 | 110111 | 110101 |
Color Harmonies of #C94578
Complementary color
Monochromatic Colors of #C94578
Black with #C94578
Text Example
Text Example
White with #C94578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94578; }
p { color: rgb(201,69,120); }
H1.HeaderClassName
{
color: #C94578;
}
.AnyTagClassName
{
color: #C94578;
}
</style>
background-color css
<style>
a { background-color: #C94578; }
a { background-color: rgb(201,69,120); }
div.DivClassName
{
background-color: #C94578;
}
.BgClassName
{
background-color: #C94578;
}
</style>
border-color css
<style>
span { border-color: #C94578; }
span { border-color: rgb(201,69,120); }
td.TdClassName
{
border-color: #C94578;
}
.TagClassName
{
border-color: #C94578;
}
</style>