Shades of Royal Heath #C14D7C
Tints of Royal Heath #C14D7C
RGB
CMYK
RGB Variations
Color information
#C14D7C (or 0xC14D7C) is known color: Royal Heath. HEX triplet: C1, 4D and 7C. RGB value is (193,77,124). Sum of RGB (Red+Green+Blue) = 193+77+124=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D7C is #3EB283. Grayscale: #747474. Windows color (decimal): -4108932 or 8146369. OLE color: 8146369.
HSL color Cylindrical-coordinate representation of color #C14D7C: hue angle of 335.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D7C is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 124 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.24 |
| HSL | 335.69º | 0.48% | 0.53% | - |
| HSV(B) | 335.69º | 0.6% | 0.76% | - |
| XYZ | 28.28 | 18.1 | 21.07 | - |
| YUV | 117.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 124 | 0 | 0.60 | 0.36 | 0.24 | 335.69 | 0.48 | 0.53 |
| Hex | C1 | 4D | 7C | 0 | 3C | 24 | 18 | 150 | 30 | 35 |
| Octal | 301 | 115 | 174 | 0 | 74 | 44 | 30 | 520 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1111100 | 0 | 111100 | 100100 | 11000 | 101010000 | 110000 | 110101 |
Color Harmonies of #C14D7C
Complementary color
Monochromatic Colors of #C14D7C
Black with #C14D7C
Text Example
Text Example
White with #C14D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D7C; }
p { color: rgb(193,77,124); }
H1.HeaderClassName
{
color: #C14D7C;
}
.AnyTagClassName
{
color: #C14D7C;
}
</style>
background-color css
<style>
a { background-color: #C14D7C; }
a { background-color: rgb(193,77,124); }
div.DivClassName
{
background-color: #C14D7C;
}
.BgClassName
{
background-color: #C14D7C;
}
</style>
border-color css
<style>
span { border-color: #C14D7C; }
span { border-color: rgb(193,77,124); }
td.TdClassName
{
border-color: #C14D7C;
}
.TagClassName
{
border-color: #C14D7C;
}
</style>