Shades of Royal Heath #C43974
Tints of Royal Heath #C43974
RGB
CMYK
RGB Variations
Color information
#C43974 (or 0xC43974) is known color: Royal Heath. HEX triplet: C4, 39 and 74. RGB value is (196,57,116). Sum of RGB (Red+Green+Blue) = 196+57+116=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C43974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43974 is #3BC68B. Grayscale: #696969. Windows color (decimal): -3917452 or 7616964. OLE color: 7616964.
HSL color Cylindrical-coordinate representation of color #C43974: hue angle of 334.53º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43974 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 116 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.23 |
| HSL | 334.53º | 0.55% | 0.5% | - |
| HSV(B) | 334.53º | 0.71% | 0.77% | - |
| XYZ | 27.38 | 15.92 | 18.15 | - |
| YUV | 105.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 116 | 0 | 0.71 | 0.41 | 0.23 | 334.53 | 0.55 | 0.5 |
| Hex | C4 | 39 | 74 | 0 | 47 | 29 | 17 | 14F | 37 | 32 |
| Octal | 304 | 71 | 164 | 0 | 107 | 51 | 27 | 517 | 67 | 62 |
| Binary | 11000100 | 111001 | 1110100 | 0 | 1000111 | 101001 | 10111 | 101001111 | 110111 | 110010 |
Color Harmonies of #C43974
Complementary color
Monochromatic Colors of #C43974
Black with #C43974
Text Example
Text Example
White with #C43974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43974; }
p { color: rgb(196,57,116); }
H1.HeaderClassName
{
color: #C43974;
}
.AnyTagClassName
{
color: #C43974;
}
</style>
background-color css
<style>
a { background-color: #C43974; }
a { background-color: rgb(196,57,116); }
div.DivClassName
{
background-color: #C43974;
}
.BgClassName
{
background-color: #C43974;
}
</style>
border-color css
<style>
span { border-color: #C43974; }
span { border-color: rgb(196,57,116); }
td.TdClassName
{
border-color: #C43974;
}
.TagClassName
{
border-color: #C43974;
}
</style>