Shades of Royal Heath #C24F7E
Tints of Royal Heath #C24F7E
RGB
CMYK
RGB Variations
Color information
#C24F7E (or 0xC24F7E) is known color: Royal Heath. HEX triplet: C2, 4F and 7E. RGB value is (194,79,126). Sum of RGB (Red+Green+Blue) = 194+79+126=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F7E is #3DB081. Grayscale: #767676. Windows color (decimal): -4042882 or 8277954. OLE color: 8277954.
HSL color Cylindrical-coordinate representation of color #C24F7E: hue angle of 335.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F7E is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 126 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.24 |
| HSL | 335.48º | 0.49% | 0.54% | - |
| HSV(B) | 335.48º | 0.59% | 0.76% | - |
| XYZ | 28.81 | 18.57 | 21.8 | - |
| YUV | 118.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 126 | 0 | 0.59 | 0.35 | 0.24 | 335.48 | 0.49 | 0.54 |
| Hex | C2 | 4F | 7E | 0 | 3B | 23 | 18 | 14F | 31 | 36 |
| Octal | 302 | 117 | 176 | 0 | 73 | 43 | 30 | 517 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1111110 | 0 | 111011 | 100011 | 11000 | 101001111 | 110001 | 110110 |
Color Harmonies of #C24F7E
Complementary color
Monochromatic Colors of #C24F7E
Black with #C24F7E
Text Example
Text Example
White with #C24F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F7E; }
p { color: rgb(194,79,126); }
H1.HeaderClassName
{
color: #C24F7E;
}
.AnyTagClassName
{
color: #C24F7E;
}
</style>
background-color css
<style>
a { background-color: #C24F7E; }
a { background-color: rgb(194,79,126); }
div.DivClassName
{
background-color: #C24F7E;
}
.BgClassName
{
background-color: #C24F7E;
}
</style>
border-color css
<style>
span { border-color: #C24F7E; }
span { border-color: rgb(194,79,126); }
td.TdClassName
{
border-color: #C24F7E;
}
.TagClassName
{
border-color: #C24F7E;
}
</style>