Shades of Royal Heath #C24E79
Tints of Royal Heath #C24E79
RGB
CMYK
RGB Variations
Color information
#C24E79 (or 0xC24E79) is known color: Royal Heath. HEX triplet: C2, 4E and 79. RGB value is (194,78,121). Sum of RGB (Red+Green+Blue) = 194+78+121=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E79 is #3DB186. Grayscale: #757575. Windows color (decimal): -4043143 or 7950018. OLE color: 7950018.
HSL color Cylindrical-coordinate representation of color #C24E79: hue angle of 337.76º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24E79 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 121 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.24 |
| HSL | 337.76º | 0.49% | 0.53% | - |
| HSV(B) | 337.76º | 0.6% | 0.76% | - |
| XYZ | 28.42 | 18.3 | 20.12 | - |
| YUV | 117.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 121 | 0 | 0.60 | 0.38 | 0.24 | 337.76 | 0.49 | 0.53 |
| Hex | C2 | 4E | 79 | 0 | 3C | 26 | 18 | 152 | 31 | 35 |
| Octal | 302 | 116 | 171 | 0 | 74 | 46 | 30 | 522 | 61 | 65 |
| Binary | 11000010 | 1001110 | 1111001 | 0 | 111100 | 100110 | 11000 | 101010010 | 110001 | 110101 |
Color Harmonies of #C24E79
Complementary color
Monochromatic Colors of #C24E79
Black with #C24E79
Text Example
Text Example
White with #C24E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E79; }
p { color: rgb(194,78,121); }
H1.HeaderClassName
{
color: #C24E79;
}
.AnyTagClassName
{
color: #C24E79;
}
</style>
background-color css
<style>
a { background-color: #C24E79; }
a { background-color: rgb(194,78,121); }
div.DivClassName
{
background-color: #C24E79;
}
.BgClassName
{
background-color: #C24E79;
}
</style>
border-color css
<style>
span { border-color: #C24E79; }
span { border-color: rgb(194,78,121); }
td.TdClassName
{
border-color: #C24E79;
}
.TagClassName
{
border-color: #C24E79;
}
</style>