Shades of Royal Heath #C24F78
Tints of Royal Heath #C24F78
RGB
CMYK
RGB Variations
Color information
#C24F78 (or 0xC24F78) is known color: Royal Heath. HEX triplet: C2, 4F and 78. RGB value is (194,79,120). Sum of RGB (Red+Green+Blue) = 194+79+120=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F78 is #3DB087. Grayscale: #767676. Windows color (decimal): -4042888 or 7884738. OLE color: 7884738.
HSL color Cylindrical-coordinate representation of color #C24F78: hue angle of 338.61º 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 #C24F78 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 120 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.24 |
| HSL | 338.61º | 0.49% | 0.54% | - |
| HSV(B) | 338.61º | 0.59% | 0.76% | - |
| XYZ | 28.43 | 18.42 | 19.83 | - |
| YUV | 118.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 120 | 0 | 0.59 | 0.38 | 0.24 | 338.61 | 0.49 | 0.54 |
| Hex | C2 | 4F | 78 | 0 | 3B | 26 | 18 | 153 | 31 | 36 |
| Octal | 302 | 117 | 170 | 0 | 73 | 46 | 30 | 523 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1111000 | 0 | 111011 | 100110 | 11000 | 101010011 | 110001 | 110110 |
Color Harmonies of #C24F78
Complementary color
Monochromatic Colors of #C24F78
Black with #C24F78
Text Example
Text Example
White with #C24F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F78; }
p { color: rgb(194,79,120); }
H1.HeaderClassName
{
color: #C24F78;
}
.AnyTagClassName
{
color: #C24F78;
}
</style>
background-color css
<style>
a { background-color: #C24F78; }
a { background-color: rgb(194,79,120); }
div.DivClassName
{
background-color: #C24F78;
}
.BgClassName
{
background-color: #C24F78;
}
</style>
border-color css
<style>
span { border-color: #C24F78; }
span { border-color: rgb(194,79,120); }
td.TdClassName
{
border-color: #C24F78;
}
.TagClassName
{
border-color: #C24F78;
}
</style>