Shades of Royal Heath #C24679
Tints of Royal Heath #C24679
RGB
CMYK
RGB Variations
Color information
#C24679 (or 0xC24679) is known color: Royal Heath. HEX triplet: C2, 46 and 79. RGB value is (194,70,121). Sum of RGB (Red+Green+Blue) = 194+70+121=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C24679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24679 is #3DB986. Grayscale: #707070. Windows color (decimal): -4045191 or 7947970. OLE color: 7947970.
HSL color Cylindrical-coordinate representation of color #C24679: hue angle of 335.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24679 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 121 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.24 |
| HSL | 335.32º | 0.5% | 0.52% | - |
| HSV(B) | 335.32º | 0.64% | 0.76% | - |
| XYZ | 27.89 | 17.23 | 19.94 | - |
| YUV | 112.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 121 | 0 | 0.64 | 0.38 | 0.24 | 335.32 | 0.5 | 0.52 |
| Hex | C2 | 46 | 79 | 0 | 40 | 26 | 18 | 14F | 32 | 34 |
| Octal | 302 | 106 | 171 | 0 | 100 | 46 | 30 | 517 | 62 | 64 |
| Binary | 11000010 | 1000110 | 1111001 | 0 | 1000000 | 100110 | 11000 | 101001111 | 110010 | 110100 |
Color Harmonies of #C24679
Complementary color
Monochromatic Colors of #C24679
Black with #C24679
Text Example
Text Example
White with #C24679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24679; }
p { color: rgb(194,70,121); }
H1.HeaderClassName
{
color: #C24679;
}
.AnyTagClassName
{
color: #C24679;
}
</style>
background-color css
<style>
a { background-color: #C24679; }
a { background-color: rgb(194,70,121); }
div.DivClassName
{
background-color: #C24679;
}
.BgClassName
{
background-color: #C24679;
}
</style>
border-color css
<style>
span { border-color: #C24679; }
span { border-color: rgb(194,70,121); }
td.TdClassName
{
border-color: #C24679;
}
.TagClassName
{
border-color: #C24679;
}
</style>