Shades of Royal Heath #C43A73
Tints of Royal Heath #C43A73
RGB
CMYK
RGB Variations
Color information
#C43A73 (or 0xC43A73) is known color: Royal Heath. HEX triplet: C4, 3A and 73. RGB value is (196,58,115). Sum of RGB (Red+Green+Blue) = 196+58+115=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A73 is #3BC58C. Grayscale: #696969. Windows color (decimal): -3917197 or 7551684. OLE color: 7551684.
HSL color Cylindrical-coordinate representation of color #C43A73: hue angle of 335.22º 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 #C43A73 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 115 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.23 |
| HSL | 335.22º | 0.54% | 0.5% | - |
| HSV(B) | 335.22º | 0.7% | 0.77% | - |
| XYZ | 27.37 | 16 | 17.87 | - |
| YUV | 105.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 115 | 0 | 0.70 | 0.41 | 0.23 | 335.22 | 0.54 | 0.5 |
| Hex | C4 | 3A | 73 | 0 | 46 | 29 | 17 | 14F | 36 | 32 |
| Octal | 304 | 72 | 163 | 0 | 106 | 51 | 27 | 517 | 66 | 62 |
| Binary | 11000100 | 111010 | 1110011 | 0 | 1000110 | 101001 | 10111 | 101001111 | 110110 | 110010 |
Color Harmonies of #C43A73
Complementary color
Monochromatic Colors of #C43A73
Black with #C43A73
Text Example
Text Example
White with #C43A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A73; }
p { color: rgb(196,58,115); }
H1.HeaderClassName
{
color: #C43A73;
}
.AnyTagClassName
{
color: #C43A73;
}
</style>
background-color css
<style>
a { background-color: #C43A73; }
a { background-color: rgb(196,58,115); }
div.DivClassName
{
background-color: #C43A73;
}
.BgClassName
{
background-color: #C43A73;
}
</style>
border-color css
<style>
span { border-color: #C43A73; }
span { border-color: rgb(196,58,115); }
td.TdClassName
{
border-color: #C43A73;
}
.TagClassName
{
border-color: #C43A73;
}
</style>