Shades of Royal Heath #C43D73
Tints of Royal Heath #C43D73
RGB
CMYK
RGB Variations
Color information
#C43D73 (or 0xC43D73) is known color: Royal Heath. HEX triplet: C4, 3D and 73. RGB value is (196,61,115). Sum of RGB (Red+Green+Blue) = 196+61+115=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D73 is #3BC28C. Grayscale: #6B6B6B. Windows color (decimal): -3916429 or 7552452. OLE color: 7552452.
HSL color Cylindrical-coordinate representation of color #C43D73: hue angle of 336º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D73 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 115 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.23 |
| HSL | 336º | 0.53% | 0.5% | - |
| HSV(B) | 336º | 0.69% | 0.77% | - |
| XYZ | 27.53 | 16.31 | 17.92 | - |
| YUV | 107.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 115 | 0 | 0.69 | 0.41 | 0.23 | 336 | 0.53 | 0.5 |
| Hex | C4 | 3D | 73 | 0 | 45 | 29 | 17 | 150 | 35 | 32 |
| Octal | 304 | 75 | 163 | 0 | 105 | 51 | 27 | 520 | 65 | 62 |
| Binary | 11000100 | 111101 | 1110011 | 0 | 1000101 | 101001 | 10111 | 101010000 | 110101 | 110010 |
Color Harmonies of #C43D73
Complementary color
Monochromatic Colors of #C43D73
Black with #C43D73
Text Example
Text Example
White with #C43D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D73; }
p { color: rgb(196,61,115); }
H1.HeaderClassName
{
color: #C43D73;
}
.AnyTagClassName
{
color: #C43D73;
}
</style>
background-color css
<style>
a { background-color: #C43D73; }
a { background-color: rgb(196,61,115); }
div.DivClassName
{
background-color: #C43D73;
}
.BgClassName
{
background-color: #C43D73;
}
</style>
border-color css
<style>
span { border-color: #C43D73; }
span { border-color: rgb(196,61,115); }
td.TdClassName
{
border-color: #C43D73;
}
.TagClassName
{
border-color: #C43D73;
}
</style>