Shades of Royal Heath #C54278
Tints of Royal Heath #C54278
RGB
CMYK
RGB Variations
Color information
#C54278 (or 0xC54278) is known color: Royal Heath. HEX triplet: C5, 42 and 78. RGB value is (197,66,120). Sum of RGB (Red+Green+Blue) = 197+66+120=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C54278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54278 is #3ABD87. Grayscale: #6F6F6F. Windows color (decimal): -3849608 or 7881413. OLE color: 7881413.
HSL color Cylindrical-coordinate representation of color #C54278: hue angle of 335.27º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54278 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 120 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.23 |
| HSL | 335.27º | 0.53% | 0.52% | - |
| HSV(B) | 335.27º | 0.66% | 0.77% | - |
| XYZ | 28.36 | 17.12 | 19.58 | - |
| YUV | 111.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 120 | 0 | 0.66 | 0.39 | 0.23 | 335.27 | 0.53 | 0.52 |
| Hex | C5 | 42 | 78 | 0 | 42 | 27 | 17 | 14F | 35 | 34 |
| Octal | 305 | 102 | 170 | 0 | 102 | 47 | 27 | 517 | 65 | 64 |
| Binary | 11000101 | 1000010 | 1111000 | 0 | 1000010 | 100111 | 10111 | 101001111 | 110101 | 110100 |
Color Harmonies of #C54278
Complementary color
Monochromatic Colors of #C54278
Black with #C54278
Text Example
Text Example
White with #C54278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54278; }
p { color: rgb(197,66,120); }
H1.HeaderClassName
{
color: #C54278;
}
.AnyTagClassName
{
color: #C54278;
}
</style>
background-color css
<style>
a { background-color: #C54278; }
a { background-color: rgb(197,66,120); }
div.DivClassName
{
background-color: #C54278;
}
.BgClassName
{
background-color: #C54278;
}
</style>
border-color css
<style>
span { border-color: #C54278; }
span { border-color: rgb(197,66,120); }
td.TdClassName
{
border-color: #C54278;
}
.TagClassName
{
border-color: #C54278;
}
</style>