Shades of Royal Heath #C53C6E
Tints of Royal Heath #C53C6E
RGB
CMYK
RGB Variations
Color information
#C53C6E (or 0xC53C6E) is known color: Royal Heath. HEX triplet: C5, 3C and 6E. RGB value is (197,60,110). Sum of RGB (Red+Green+Blue) = 197+60+110=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C6E is #3AC391. Grayscale: #6A6A6A. Windows color (decimal): -3851154 or 7224517. OLE color: 7224517.
HSL color Cylindrical-coordinate representation of color #C53C6E: hue angle of 338.1º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C6E is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 110 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.23 |
| HSL | 338.1º | 0.54% | 0.5% | - |
| HSV(B) | 338.1º | 0.7% | 0.77% | - |
| XYZ | 27.46 | 16.23 | 16.44 | - |
| YUV | 106.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 110 | 0 | 0.70 | 0.44 | 0.23 | 338.1 | 0.54 | 0.5 |
| Hex | C5 | 3C | 6E | 0 | 46 | 2C | 17 | 152 | 36 | 32 |
| Octal | 305 | 74 | 156 | 0 | 106 | 54 | 27 | 522 | 66 | 62 |
| Binary | 11000101 | 111100 | 1101110 | 0 | 1000110 | 101100 | 10111 | 101010010 | 110110 | 110010 |
Color Harmonies of #C53C6E
Complementary color
Monochromatic Colors of #C53C6E
Black with #C53C6E
Text Example
Text Example
White with #C53C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C6E; }
p { color: rgb(197,60,110); }
H1.HeaderClassName
{
color: #C53C6E;
}
.AnyTagClassName
{
color: #C53C6E;
}
</style>
background-color css
<style>
a { background-color: #C53C6E; }
a { background-color: rgb(197,60,110); }
div.DivClassName
{
background-color: #C53C6E;
}
.BgClassName
{
background-color: #C53C6E;
}
</style>
border-color css
<style>
span { border-color: #C53C6E; }
span { border-color: rgb(197,60,110); }
td.TdClassName
{
border-color: #C53C6E;
}
.TagClassName
{
border-color: #C53C6E;
}
</style>