Shades of Royal Heath #C24778
Tints of Royal Heath #C24778
RGB
CMYK
RGB Variations
Color information
#C24778 (or 0xC24778) is known color: Royal Heath. HEX triplet: C2, 47 and 78. RGB value is (194,71,120). Sum of RGB (Red+Green+Blue) = 194+71+120=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C24778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24778 is #3DB887. Grayscale: #717171. Windows color (decimal): -4044936 or 7882690. OLE color: 7882690.
HSL color Cylindrical-coordinate representation of color #C24778: hue angle of 336.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24778 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 120 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.24 |
| HSL | 336.1º | 0.5% | 0.52% | - |
| HSV(B) | 336.1º | 0.63% | 0.76% | - |
| XYZ | 27.89 | 17.33 | 19.64 | - |
| YUV | 113.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 120 | 0 | 0.63 | 0.38 | 0.24 | 336.1 | 0.5 | 0.52 |
| Hex | C2 | 47 | 78 | 0 | 3F | 26 | 18 | 150 | 32 | 34 |
| Octal | 302 | 107 | 170 | 0 | 77 | 46 | 30 | 520 | 62 | 64 |
| Binary | 11000010 | 1000111 | 1111000 | 0 | 111111 | 100110 | 11000 | 101010000 | 110010 | 110100 |
Color Harmonies of #C24778
Complementary color
Monochromatic Colors of #C24778
Black with #C24778
Text Example
Text Example
White with #C24778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24778; }
p { color: rgb(194,71,120); }
H1.HeaderClassName
{
color: #C24778;
}
.AnyTagClassName
{
color: #C24778;
}
</style>
background-color css
<style>
a { background-color: #C24778; }
a { background-color: rgb(194,71,120); }
div.DivClassName
{
background-color: #C24778;
}
.BgClassName
{
background-color: #C24778;
}
</style>
border-color css
<style>
span { border-color: #C24778; }
span { border-color: rgb(194,71,120); }
td.TdClassName
{
border-color: #C24778;
}
.TagClassName
{
border-color: #C24778;
}
</style>