Shades of Royal Heath #C24E75
Tints of Royal Heath #C24E75
RGB
CMYK
RGB Variations
Color information
#C24E75 (or 0xC24E75) is known color: Royal Heath. HEX triplet: C2, 4E and 75. RGB value is (194,78,117). Sum of RGB (Red+Green+Blue) = 194+78+117=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E75 is #3DB18A. Grayscale: #757575. Windows color (decimal): -4043147 or 7687874. OLE color: 7687874.
HSL color Cylindrical-coordinate representation of color #C24E75: hue angle of 339.83º 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 #C24E75 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 117 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.24 |
| HSL | 339.83º | 0.49% | 0.53% | - |
| HSV(B) | 339.83º | 0.6% | 0.76% | - |
| XYZ | 28.18 | 18.2 | 18.86 | - |
| YUV | 117.13 | 127.93 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 117 | 0 | 0.60 | 0.40 | 0.24 | 339.83 | 0.49 | 0.53 |
| Hex | C2 | 4E | 75 | 0 | 3C | 28 | 18 | 154 | 31 | 35 |
| Octal | 302 | 116 | 165 | 0 | 74 | 50 | 30 | 524 | 61 | 65 |
| Binary | 11000010 | 1001110 | 1110101 | 0 | 111100 | 101000 | 11000 | 101010100 | 110001 | 110101 |
Color Harmonies of #C24E75
Complementary color
Monochromatic Colors of #C24E75
Black with #C24E75
Text Example
Text Example
White with #C24E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E75; }
p { color: rgb(194,78,117); }
H1.HeaderClassName
{
color: #C24E75;
}
.AnyTagClassName
{
color: #C24E75;
}
</style>
background-color css
<style>
a { background-color: #C24E75; }
a { background-color: rgb(194,78,117); }
div.DivClassName
{
background-color: #C24E75;
}
.BgClassName
{
background-color: #C24E75;
}
</style>
border-color css
<style>
span { border-color: #C24E75; }
span { border-color: rgb(194,78,117); }
td.TdClassName
{
border-color: #C24E75;
}
.TagClassName
{
border-color: #C24E75;
}
</style>