Shades of Royal Heath #C24179
Tints of Royal Heath #C24179
RGB
CMYK
RGB Variations
Color information
#C24179 (or 0xC24179) is known color: Royal Heath. HEX triplet: C2, 41 and 79. RGB value is (194,65,121). Sum of RGB (Red+Green+Blue) = 194+65+121=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C24179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24179 is #3DBE86. Grayscale: #6D6D6D. Windows color (decimal): -4046471 or 7946690. OLE color: 7946690.
HSL color Cylindrical-coordinate representation of color #C24179: hue angle of 333.95º 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 #C24179 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 121 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.24 |
| HSL | 333.95º | 0.51% | 0.51% | - |
| HSV(B) | 333.95º | 0.66% | 0.76% | - |
| XYZ | 27.59 | 16.63 | 19.85 | - |
| YUV | 109.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 121 | 0 | 0.66 | 0.38 | 0.24 | 333.95 | 0.51 | 0.51 |
| Hex | C2 | 41 | 79 | 0 | 42 | 26 | 18 | 14E | 33 | 33 |
| Octal | 302 | 101 | 171 | 0 | 102 | 46 | 30 | 516 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1111001 | 0 | 1000010 | 100110 | 11000 | 101001110 | 110011 | 110011 |
Color Harmonies of #C24179
Complementary color
Monochromatic Colors of #C24179
Black with #C24179
Text Example
Text Example
White with #C24179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24179; }
p { color: rgb(194,65,121); }
H1.HeaderClassName
{
color: #C24179;
}
.AnyTagClassName
{
color: #C24179;
}
</style>
background-color css
<style>
a { background-color: #C24179; }
a { background-color: rgb(194,65,121); }
div.DivClassName
{
background-color: #C24179;
}
.BgClassName
{
background-color: #C24179;
}
</style>
border-color css
<style>
span { border-color: #C24179; }
span { border-color: rgb(194,65,121); }
td.TdClassName
{
border-color: #C24179;
}
.TagClassName
{
border-color: #C24179;
}
</style>