Shades of Royal Heath #C53D79
Tints of Royal Heath #C53D79
RGB
CMYK
RGB Variations
Color information
#C53D79 (or 0xC53D79) is known color: Royal Heath. HEX triplet: C5, 3D and 79. RGB value is (197,61,121). Sum of RGB (Red+Green+Blue) = 197+61+121=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D79 is #3AC286. Grayscale: #6C6C6C. Windows color (decimal): -3850887 or 7945669. OLE color: 7945669.
HSL color Cylindrical-coordinate representation of color #C53D79: hue angle of 333.53º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D79 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 121 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.23 |
| HSL | 333.53º | 0.54% | 0.51% | - |
| HSV(B) | 333.53º | 0.69% | 0.77% | - |
| XYZ | 28.15 | 16.59 | 19.81 | - |
| YUV | 108.5 | 135.06 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 121 | 0 | 0.69 | 0.39 | 0.23 | 333.53 | 0.54 | 0.51 |
| Hex | C5 | 3D | 79 | 0 | 45 | 27 | 17 | 14E | 36 | 33 |
| Octal | 305 | 75 | 171 | 0 | 105 | 47 | 27 | 516 | 66 | 63 |
| Binary | 11000101 | 111101 | 1111001 | 0 | 1000101 | 100111 | 10111 | 101001110 | 110110 | 110011 |
Color Harmonies of #C53D79
Complementary color
Monochromatic Colors of #C53D79
Black with #C53D79
Text Example
Text Example
White with #C53D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D79; }
p { color: rgb(197,61,121); }
H1.HeaderClassName
{
color: #C53D79;
}
.AnyTagClassName
{
color: #C53D79;
}
</style>
background-color css
<style>
a { background-color: #C53D79; }
a { background-color: rgb(197,61,121); }
div.DivClassName
{
background-color: #C53D79;
}
.BgClassName
{
background-color: #C53D79;
}
</style>
border-color css
<style>
span { border-color: #C53D79; }
span { border-color: rgb(197,61,121); }
td.TdClassName
{
border-color: #C53D79;
}
.TagClassName
{
border-color: #C53D79;
}
</style>