Shades of Royal Heath #C43671
Tints of Royal Heath #C43671
RGB
CMYK
RGB Variations
Color information
#C43671 (or 0xC43671) is known color: Royal Heath. HEX triplet: C4, 36 and 71. RGB value is (196,54,113). Sum of RGB (Red+Green+Blue) = 196+54+113=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C43671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43671 is #3BC98E. Grayscale: #676767. Windows color (decimal): -3918223 or 7419588. OLE color: 7419588.
HSL color Cylindrical-coordinate representation of color #C43671: hue angle of 335.07º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43671 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 113 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.23 |
| HSL | 335.07º | 0.57% | 0.49% | - |
| HSV(B) | 335.07º | 0.72% | 0.77% | - |
| XYZ | 27.06 | 15.57 | 17.2 | - |
| YUV | 103.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 113 | 0 | 0.72 | 0.42 | 0.23 | 335.07 | 0.57 | 0.49 |
| Hex | C4 | 36 | 71 | 0 | 48 | 2A | 17 | 14F | 39 | 31 |
| Octal | 304 | 66 | 161 | 0 | 110 | 52 | 27 | 517 | 71 | 61 |
| Binary | 11000100 | 110110 | 1110001 | 0 | 1001000 | 101010 | 10111 | 101001111 | 111001 | 110001 |
Color Harmonies of #C43671
Complementary color
Monochromatic Colors of #C43671
Black with #C43671
Text Example
Text Example
White with #C43671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43671; }
p { color: rgb(196,54,113); }
H1.HeaderClassName
{
color: #C43671;
}
.AnyTagClassName
{
color: #C43671;
}
</style>
background-color css
<style>
a { background-color: #C43671; }
a { background-color: rgb(196,54,113); }
div.DivClassName
{
background-color: #C43671;
}
.BgClassName
{
background-color: #C43671;
}
</style>
border-color css
<style>
span { border-color: #C43671; }
span { border-color: rgb(196,54,113); }
td.TdClassName
{
border-color: #C43671;
}
.TagClassName
{
border-color: #C43671;
}
</style>