Shades of Royal Heath #C34574
Tints of Royal Heath #C34574
RGB
CMYK
RGB Variations
Color information
#C34574 (or 0xC34574) is known color: Royal Heath. HEX triplet: C3, 45 and 74. RGB value is (195,69,116). Sum of RGB (Red+Green+Blue) = 195+69+116=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C34574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34574 is #3CBA8B. Grayscale: #6F6F6F. Windows color (decimal): -3979916 or 7620035. OLE color: 7620035.
HSL color Cylindrical-coordinate representation of color #C34574: hue angle of 337.62º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34574 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 116 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.24 |
| HSL | 337.62º | 0.51% | 0.52% | - |
| HSV(B) | 337.62º | 0.65% | 0.76% | - |
| XYZ | 27.79 | 17.12 | 18.36 | - |
| YUV | 112.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 116 | 0 | 0.65 | 0.41 | 0.24 | 337.62 | 0.51 | 0.52 |
| Hex | C3 | 45 | 74 | 0 | 41 | 29 | 18 | 152 | 33 | 34 |
| Octal | 303 | 105 | 164 | 0 | 101 | 51 | 30 | 522 | 63 | 64 |
| Binary | 11000011 | 1000101 | 1110100 | 0 | 1000001 | 101001 | 11000 | 101010010 | 110011 | 110100 |
Color Harmonies of #C34574
Complementary color
Monochromatic Colors of #C34574
Black with #C34574
Text Example
Text Example
White with #C34574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34574; }
p { color: rgb(195,69,116); }
H1.HeaderClassName
{
color: #C34574;
}
.AnyTagClassName
{
color: #C34574;
}
</style>
background-color css
<style>
a { background-color: #C34574; }
a { background-color: rgb(195,69,116); }
div.DivClassName
{
background-color: #C34574;
}
.BgClassName
{
background-color: #C34574;
}
</style>
border-color css
<style>
span { border-color: #C34574; }
span { border-color: rgb(195,69,116); }
td.TdClassName
{
border-color: #C34574;
}
.TagClassName
{
border-color: #C34574;
}
</style>