Shades of Royal Heath #C53A6E
Tints of Royal Heath #C53A6E
RGB
CMYK
RGB Variations
Color information
#C53A6E (or 0xC53A6E) is known color: Royal Heath. HEX triplet: C5, 3A and 6E. RGB value is (197,58,110). Sum of RGB (Red+Green+Blue) = 197+58+110=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A6E is #3AC591. Grayscale: #696969. Windows color (decimal): -3851666 or 7224005. OLE color: 7224005.
HSL color Cylindrical-coordinate representation of color #C53A6E: hue angle of 337.55º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A6E is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 110 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.23 |
| HSL | 337.55º | 0.55% | 0.5% | - |
| HSV(B) | 337.55º | 0.71% | 0.77% | - |
| XYZ | 27.35 | 16.02 | 16.4 | - |
| YUV | 105.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 110 | 0 | 0.71 | 0.44 | 0.23 | 337.55 | 0.55 | 0.5 |
| Hex | C5 | 3A | 6E | 0 | 47 | 2C | 17 | 152 | 37 | 32 |
| Octal | 305 | 72 | 156 | 0 | 107 | 54 | 27 | 522 | 67 | 62 |
| Binary | 11000101 | 111010 | 1101110 | 0 | 1000111 | 101100 | 10111 | 101010010 | 110111 | 110010 |
Color Harmonies of #C53A6E
Complementary color
Monochromatic Colors of #C53A6E
Black with #C53A6E
Text Example
Text Example
White with #C53A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A6E; }
p { color: rgb(197,58,110); }
H1.HeaderClassName
{
color: #C53A6E;
}
.AnyTagClassName
{
color: #C53A6E;
}
</style>
background-color css
<style>
a { background-color: #C53A6E; }
a { background-color: rgb(197,58,110); }
div.DivClassName
{
background-color: #C53A6E;
}
.BgClassName
{
background-color: #C53A6E;
}
</style>
border-color css
<style>
span { border-color: #C53A6E; }
span { border-color: rgb(197,58,110); }
td.TdClassName
{
border-color: #C53A6E;
}
.TagClassName
{
border-color: #C53A6E;
}
</style>