Shades of Royal Heath #C43E73
Tints of Royal Heath #C43E73
RGB
CMYK
RGB Variations
Color information
#C43E73 (or 0xC43E73) is known color: Royal Heath. HEX triplet: C4, 3E and 73. RGB value is (196,62,115). Sum of RGB (Red+Green+Blue) = 196+62+115=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E73 is #3BC18C. Grayscale: #6C6C6C. Windows color (decimal): -3916173 or 7552708. OLE color: 7552708.
HSL color Cylindrical-coordinate representation of color #C43E73: hue angle of 336.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43E73 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 115 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.23 |
| HSL | 336.27º | 0.53% | 0.51% | - |
| HSV(B) | 336.27º | 0.68% | 0.77% | - |
| XYZ | 27.58 | 16.42 | 17.94 | - |
| YUV | 108.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 115 | 0 | 0.68 | 0.41 | 0.23 | 336.27 | 0.53 | 0.51 |
| Hex | C4 | 3E | 73 | 0 | 44 | 29 | 17 | 150 | 35 | 33 |
| Octal | 304 | 76 | 163 | 0 | 104 | 51 | 27 | 520 | 65 | 63 |
| Binary | 11000100 | 111110 | 1110011 | 0 | 1000100 | 101001 | 10111 | 101010000 | 110101 | 110011 |
Color Harmonies of #C43E73
Complementary color
Monochromatic Colors of #C43E73
Black with #C43E73
Text Example
Text Example
White with #C43E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E73; }
p { color: rgb(196,62,115); }
H1.HeaderClassName
{
color: #C43E73;
}
.AnyTagClassName
{
color: #C43E73;
}
</style>
background-color css
<style>
a { background-color: #C43E73; }
a { background-color: rgb(196,62,115); }
div.DivClassName
{
background-color: #C43E73;
}
.BgClassName
{
background-color: #C43E73;
}
</style>
border-color css
<style>
span { border-color: #C43E73; }
span { border-color: rgb(196,62,115); }
td.TdClassName
{
border-color: #C43E73;
}
.TagClassName
{
border-color: #C43E73;
}
</style>