Shades of Royal Heath #C24178
Tints of Royal Heath #C24178
RGB
CMYK
RGB Variations
Color information
#C24178 (or 0xC24178) is known color: Royal Heath. HEX triplet: C2, 41 and 78. RGB value is (194,65,120). Sum of RGB (Red+Green+Blue) = 194+65+120=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C24178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24178 is #3DBE87. Grayscale: #6D6D6D. Windows color (decimal): -4046472 or 7881154. OLE color: 7881154.
HSL color Cylindrical-coordinate representation of color #C24178: hue angle of 334.42º 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 #C24178 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 120 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.24 |
| HSL | 334.42º | 0.51% | 0.51% | - |
| HSV(B) | 334.42º | 0.66% | 0.76% | - |
| XYZ | 27.53 | 16.61 | 19.52 | - |
| YUV | 109.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 120 | 0 | 0.66 | 0.38 | 0.24 | 334.42 | 0.51 | 0.51 |
| Hex | C2 | 41 | 78 | 0 | 42 | 26 | 18 | 14E | 33 | 33 |
| Octal | 302 | 101 | 170 | 0 | 102 | 46 | 30 | 516 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1111000 | 0 | 1000010 | 100110 | 11000 | 101001110 | 110011 | 110011 |
Color Harmonies of #C24178
Complementary color
Monochromatic Colors of #C24178
Black with #C24178
Text Example
Text Example
White with #C24178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24178; }
p { color: rgb(194,65,120); }
H1.HeaderClassName
{
color: #C24178;
}
.AnyTagClassName
{
color: #C24178;
}
</style>
background-color css
<style>
a { background-color: #C24178; }
a { background-color: rgb(194,65,120); }
div.DivClassName
{
background-color: #C24178;
}
.BgClassName
{
background-color: #C24178;
}
</style>
border-color css
<style>
span { border-color: #C24178; }
span { border-color: rgb(194,65,120); }
td.TdClassName
{
border-color: #C24178;
}
.TagClassName
{
border-color: #C24178;
}
</style>