Shades of Royal Heath #C14C71
Tints of Royal Heath #C14C71
RGB
CMYK
RGB Variations
Color information
#C14C71 (or 0xC14C71) is known color: Royal Heath. HEX triplet: C1, 4C and 71. RGB value is (193,76,113). Sum of RGB (Red+Green+Blue) = 193+76+113=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C71 is #3EB38E. Grayscale: #737373. Windows color (decimal): -4109199 or 7425217. OLE color: 7425217.
HSL color Cylindrical-coordinate representation of color #C14C71: hue angle of 341.03º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C71 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 113 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.24 |
| HSL | 341.03º | 0.49% | 0.53% | - |
| HSV(B) | 341.03º | 0.61% | 0.76% | - |
| XYZ | 27.56 | 17.7 | 17.59 | - |
| YUV | 115.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 113 | 0 | 0.61 | 0.41 | 0.24 | 341.03 | 0.49 | 0.53 |
| Hex | C1 | 4C | 71 | 0 | 3D | 29 | 18 | 155 | 31 | 35 |
| Octal | 301 | 114 | 161 | 0 | 75 | 51 | 30 | 525 | 61 | 65 |
| Binary | 11000001 | 1001100 | 1110001 | 0 | 111101 | 101001 | 11000 | 101010101 | 110001 | 110101 |
Color Harmonies of #C14C71
Complementary color
Monochromatic Colors of #C14C71
Black with #C14C71
Text Example
Text Example
White with #C14C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C71; }
p { color: rgb(193,76,113); }
H1.HeaderClassName
{
color: #C14C71;
}
.AnyTagClassName
{
color: #C14C71;
}
</style>
background-color css
<style>
a { background-color: #C14C71; }
a { background-color: rgb(193,76,113); }
div.DivClassName
{
background-color: #C14C71;
}
.BgClassName
{
background-color: #C14C71;
}
</style>
border-color css
<style>
span { border-color: #C14C71; }
span { border-color: rgb(193,76,113); }
td.TdClassName
{
border-color: #C14C71;
}
.TagClassName
{
border-color: #C14C71;
}
</style>