Shades of Royal Heath #C34A78
Tints of Royal Heath #C34A78
RGB
CMYK
RGB Variations
Color information
#C34A78 (or 0xC34A78) is known color: Royal Heath. HEX triplet: C3, 4A and 78. RGB value is (195,74,120). Sum of RGB (Red+Green+Blue) = 195+74+120=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A78 is #3CB587. Grayscale: #737373. Windows color (decimal): -3978632 or 7883459. OLE color: 7883459.
HSL color Cylindrical-coordinate representation of color #C34A78: hue angle of 337.19º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34A78 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 120 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.24 |
| HSL | 337.19º | 0.5% | 0.53% | - |
| HSV(B) | 337.19º | 0.62% | 0.76% | - |
| XYZ | 28.34 | 17.86 | 19.72 | - |
| YUV | 115.42 | 130.59 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 120 | 0 | 0.62 | 0.38 | 0.24 | 337.19 | 0.5 | 0.53 |
| Hex | C3 | 4A | 78 | 0 | 3E | 26 | 18 | 151 | 32 | 35 |
| Octal | 303 | 112 | 170 | 0 | 76 | 46 | 30 | 521 | 62 | 65 |
| Binary | 11000011 | 1001010 | 1111000 | 0 | 111110 | 100110 | 11000 | 101010001 | 110010 | 110101 |
Color Harmonies of #C34A78
Complementary color
Monochromatic Colors of #C34A78
Black with #C34A78
Text Example
Text Example
White with #C34A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A78; }
p { color: rgb(195,74,120); }
H1.HeaderClassName
{
color: #C34A78;
}
.AnyTagClassName
{
color: #C34A78;
}
</style>
background-color css
<style>
a { background-color: #C34A78; }
a { background-color: rgb(195,74,120); }
div.DivClassName
{
background-color: #C34A78;
}
.BgClassName
{
background-color: #C34A78;
}
</style>
border-color css
<style>
span { border-color: #C34A78; }
span { border-color: rgb(195,74,120); }
td.TdClassName
{
border-color: #C34A78;
}
.TagClassName
{
border-color: #C34A78;
}
</style>