Shades of Royal Heath #C14178
Tints of Royal Heath #C14178
RGB
CMYK
RGB Variations
Color information
#C14178 (or 0xC14178) is known color: Royal Heath. HEX triplet: C1, 41 and 78. RGB value is (193,65,120). Sum of RGB (Red+Green+Blue) = 193+65+120=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14178 is #3EBE87. Grayscale: #6D6D6D. Windows color (decimal): -4112008 or 7881153. OLE color: 7881153.
HSL color Cylindrical-coordinate representation of color #C14178: hue angle of 334.22º 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 #C14178 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 120 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.24 |
| HSL | 334.22º | 0.51% | 0.51% | - |
| HSV(B) | 334.22º | 0.66% | 0.76% | - |
| XYZ | 27.27 | 16.47 | 19.51 | - |
| YUV | 109.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 120 | 0 | 0.66 | 0.38 | 0.24 | 334.22 | 0.51 | 0.51 |
| Hex | C1 | 41 | 78 | 0 | 42 | 26 | 18 | 14E | 33 | 33 |
| Octal | 301 | 101 | 170 | 0 | 102 | 46 | 30 | 516 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1111000 | 0 | 1000010 | 100110 | 11000 | 101001110 | 110011 | 110011 |
Color Harmonies of #C14178
Complementary color
Monochromatic Colors of #C14178
Black with #C14178
Text Example
Text Example
White with #C14178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14178; }
p { color: rgb(193,65,120); }
H1.HeaderClassName
{
color: #C14178;
}
.AnyTagClassName
{
color: #C14178;
}
</style>
background-color css
<style>
a { background-color: #C14178; }
a { background-color: rgb(193,65,120); }
div.DivClassName
{
background-color: #C14178;
}
.BgClassName
{
background-color: #C14178;
}
</style>
border-color css
<style>
span { border-color: #C14178; }
span { border-color: rgb(193,65,120); }
td.TdClassName
{
border-color: #C14178;
}
.TagClassName
{
border-color: #C14178;
}
</style>