Shades of Royal Heath #C34979
Tints of Royal Heath #C34979
RGB
CMYK
RGB Variations
Color information
#C34979 (or 0xC34979) is known color: Royal Heath. HEX triplet: C3, 49 and 79. RGB value is (195,73,121). Sum of RGB (Red+Green+Blue) = 195+73+121=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C34979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34979 is #3CB686. Grayscale: #727272. Windows color (decimal): -3978887 or 7948739. OLE color: 7948739.
HSL color Cylindrical-coordinate representation of color #C34979: hue angle of 336.39º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34979 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 121 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.24 |
| HSL | 336.39º | 0.5% | 0.53% | - |
| HSV(B) | 336.39º | 0.63% | 0.76% | - |
| XYZ | 28.34 | 17.75 | 20.02 | - |
| YUV | 114.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 121 | 0 | 0.63 | 0.38 | 0.24 | 336.39 | 0.5 | 0.53 |
| Hex | C3 | 49 | 79 | 0 | 3F | 26 | 18 | 150 | 32 | 35 |
| Octal | 303 | 111 | 171 | 0 | 77 | 46 | 30 | 520 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1111001 | 0 | 111111 | 100110 | 11000 | 101010000 | 110010 | 110101 |
Color Harmonies of #C34979
Complementary color
Monochromatic Colors of #C34979
Black with #C34979
Text Example
Text Example
White with #C34979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34979; }
p { color: rgb(195,73,121); }
H1.HeaderClassName
{
color: #C34979;
}
.AnyTagClassName
{
color: #C34979;
}
</style>
background-color css
<style>
a { background-color: #C34979; }
a { background-color: rgb(195,73,121); }
div.DivClassName
{
background-color: #C34979;
}
.BgClassName
{
background-color: #C34979;
}
</style>
border-color css
<style>
span { border-color: #C34979; }
span { border-color: rgb(195,73,121); }
td.TdClassName
{
border-color: #C34979;
}
.TagClassName
{
border-color: #C34979;
}
</style>