Shades of Royal Heath #C24A6E
Tints of Royal Heath #C24A6E
RGB
CMYK
RGB Variations
Color information
#C24A6E (or 0xC24A6E) is known color: Royal Heath. HEX triplet: C2, 4A and 6E. RGB value is (194,74,110). Sum of RGB (Red+Green+Blue) = 194+74+110=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A6E is #3DB591. Grayscale: #717171. Windows color (decimal): -4044178 or 7228098. OLE color: 7228098.
HSL color Cylindrical-coordinate representation of color #C24A6E: hue angle of 342º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24A6E is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 110 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.24 |
| HSL | 342º | 0.5% | 0.53% | - |
| HSV(B) | 342º | 0.62% | 0.76% | - |
| XYZ | 27.51 | 17.49 | 16.68 | - |
| YUV | 113.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 110 | 0 | 0.62 | 0.43 | 0.24 | 342 | 0.5 | 0.53 |
| Hex | C2 | 4A | 6E | 0 | 3E | 2B | 18 | 156 | 32 | 35 |
| Octal | 302 | 112 | 156 | 0 | 76 | 53 | 30 | 526 | 62 | 65 |
| Binary | 11000010 | 1001010 | 1101110 | 0 | 111110 | 101011 | 11000 | 101010110 | 110010 | 110101 |
Color Harmonies of #C24A6E
Complementary color
Monochromatic Colors of #C24A6E
Black with #C24A6E
Text Example
Text Example
White with #C24A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A6E; }
p { color: rgb(194,74,110); }
H1.HeaderClassName
{
color: #C24A6E;
}
.AnyTagClassName
{
color: #C24A6E;
}
</style>
background-color css
<style>
a { background-color: #C24A6E; }
a { background-color: rgb(194,74,110); }
div.DivClassName
{
background-color: #C24A6E;
}
.BgClassName
{
background-color: #C24A6E;
}
</style>
border-color css
<style>
span { border-color: #C24A6E; }
span { border-color: rgb(194,74,110); }
td.TdClassName
{
border-color: #C24A6E;
}
.TagClassName
{
border-color: #C24A6E;
}
</style>