Shades of Royal Heath #C24279
Tints of Royal Heath #C24279
RGB
CMYK
RGB Variations
Color information
#C24279 (or 0xC24279) is known color: Royal Heath. HEX triplet: C2, 42 and 79. RGB value is (194,66,121). Sum of RGB (Red+Green+Blue) = 194+66+121=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C24279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24279 is #3DBD86. Grayscale: #6E6E6E. Windows color (decimal): -4046215 or 7946946. OLE color: 7946946.
HSL color Cylindrical-coordinate representation of color #C24279: hue angle of 334.22º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24279 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 121 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.24 |
| HSL | 334.22º | 0.51% | 0.51% | - |
| HSV(B) | 334.22º | 0.66% | 0.76% | - |
| XYZ | 27.65 | 16.75 | 19.86 | - |
| YUV | 110.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 121 | 0 | 0.66 | 0.38 | 0.24 | 334.22 | 0.51 | 0.51 |
| Hex | C2 | 42 | 79 | 0 | 42 | 26 | 18 | 14E | 33 | 33 |
| Octal | 302 | 102 | 171 | 0 | 102 | 46 | 30 | 516 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1111001 | 0 | 1000010 | 100110 | 11000 | 101001110 | 110011 | 110011 |
Color Harmonies of #C24279
Complementary color
Monochromatic Colors of #C24279
Black with #C24279
Text Example
Text Example
White with #C24279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24279; }
p { color: rgb(194,66,121); }
H1.HeaderClassName
{
color: #C24279;
}
.AnyTagClassName
{
color: #C24279;
}
</style>
background-color css
<style>
a { background-color: #C24279; }
a { background-color: rgb(194,66,121); }
div.DivClassName
{
background-color: #C24279;
}
.BgClassName
{
background-color: #C24279;
}
</style>
border-color css
<style>
span { border-color: #C24279; }
span { border-color: rgb(194,66,121); }
td.TdClassName
{
border-color: #C24279;
}
.TagClassName
{
border-color: #C24279;
}
</style>