Shades of Royal Heath #C43D77
Tints of Royal Heath #C43D77
RGB
CMYK
RGB Variations
Color information
#C43D77 (or 0xC43D77) is known color: Royal Heath. HEX triplet: C4, 3D and 77. RGB value is (196,61,119). Sum of RGB (Red+Green+Blue) = 196+61+119=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D77 is #3BC288. Grayscale: #6B6B6B. Windows color (decimal): -3916425 or 7814596. OLE color: 7814596.
HSL color Cylindrical-coordinate representation of color #C43D77: hue angle of 334.22º 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 #C43D77 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 119 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.23 |
| HSL | 334.22º | 0.53% | 0.5% | - |
| HSV(B) | 334.22º | 0.69% | 0.77% | - |
| XYZ | 27.76 | 16.41 | 19.16 | - |
| YUV | 107.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 119 | 0 | 0.69 | 0.39 | 0.23 | 334.22 | 0.53 | 0.5 |
| Hex | C4 | 3D | 77 | 0 | 45 | 27 | 17 | 14E | 35 | 32 |
| Octal | 304 | 75 | 167 | 0 | 105 | 47 | 27 | 516 | 65 | 62 |
| Binary | 11000100 | 111101 | 1110111 | 0 | 1000101 | 100111 | 10111 | 101001110 | 110101 | 110010 |
Color Harmonies of #C43D77
Complementary color
Monochromatic Colors of #C43D77
Black with #C43D77
Text Example
Text Example
White with #C43D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D77; }
p { color: rgb(196,61,119); }
H1.HeaderClassName
{
color: #C43D77;
}
.AnyTagClassName
{
color: #C43D77;
}
</style>
background-color css
<style>
a { background-color: #C43D77; }
a { background-color: rgb(196,61,119); }
div.DivClassName
{
background-color: #C43D77;
}
.BgClassName
{
background-color: #C43D77;
}
</style>
border-color css
<style>
span { border-color: #C43D77; }
span { border-color: rgb(196,61,119); }
td.TdClassName
{
border-color: #C43D77;
}
.TagClassName
{
border-color: #C43D77;
}
</style>