Shades of Royal Heath #C44771
Tints of Royal Heath #C44771
RGB
CMYK
RGB Variations
Color information
#C44771 (or 0xC44771) is known color: Royal Heath. HEX triplet: C4, 47 and 71. RGB value is (196,71,113). Sum of RGB (Red+Green+Blue) = 196+71+113=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C44771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44771 is #3BB88E. Grayscale: #717171. Windows color (decimal): -3913871 or 7423940. OLE color: 7423940.
HSL color Cylindrical-coordinate representation of color #C44771: hue angle of 339.84º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44771 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 113 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.23 |
| HSL | 339.84º | 0.51% | 0.52% | - |
| HSV(B) | 339.84º | 0.64% | 0.77% | - |
| XYZ | 28 | 17.43 | 17.51 | - |
| YUV | 113.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 113 | 0 | 0.64 | 0.42 | 0.23 | 339.84 | 0.51 | 0.52 |
| Hex | C4 | 47 | 71 | 0 | 40 | 2A | 17 | 154 | 33 | 34 |
| Octal | 304 | 107 | 161 | 0 | 100 | 52 | 27 | 524 | 63 | 64 |
| Binary | 11000100 | 1000111 | 1110001 | 0 | 1000000 | 101010 | 10111 | 101010100 | 110011 | 110100 |
Color Harmonies of #C44771
Complementary color
Monochromatic Colors of #C44771
Black with #C44771
Text Example
Text Example
White with #C44771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44771; }
p { color: rgb(196,71,113); }
H1.HeaderClassName
{
color: #C44771;
}
.AnyTagClassName
{
color: #C44771;
}
</style>
background-color css
<style>
a { background-color: #C44771; }
a { background-color: rgb(196,71,113); }
div.DivClassName
{
background-color: #C44771;
}
.BgClassName
{
background-color: #C44771;
}
</style>
border-color css
<style>
span { border-color: #C44771; }
span { border-color: rgb(196,71,113); }
td.TdClassName
{
border-color: #C44771;
}
.TagClassName
{
border-color: #C44771;
}
</style>