Shades of Royal Heath #C34474
Tints of Royal Heath #C34474
RGB
CMYK
RGB Variations
Color information
#C34474 (or 0xC34474) is known color: Royal Heath. HEX triplet: C3, 44 and 74. RGB value is (195,68,116). Sum of RGB (Red+Green+Blue) = 195+68+116=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C34474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34474 is #3CBB8B. Grayscale: #6F6F6F. Windows color (decimal): -3980172 or 7619779. OLE color: 7619779.
HSL color Cylindrical-coordinate representation of color #C34474: hue angle of 337.32º 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 #C34474 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 116 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.24 |
| HSL | 337.32º | 0.51% | 0.52% | - |
| HSV(B) | 337.32º | 0.65% | 0.76% | - |
| XYZ | 27.73 | 17 | 18.34 | - |
| YUV | 111.45 | 130.58 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 116 | 0 | 0.65 | 0.41 | 0.24 | 337.32 | 0.51 | 0.52 |
| Hex | C3 | 44 | 74 | 0 | 41 | 29 | 18 | 151 | 33 | 34 |
| Octal | 303 | 104 | 164 | 0 | 101 | 51 | 30 | 521 | 63 | 64 |
| Binary | 11000011 | 1000100 | 1110100 | 0 | 1000001 | 101001 | 11000 | 101010001 | 110011 | 110100 |
Color Harmonies of #C34474
Complementary color
Monochromatic Colors of #C34474
Black with #C34474
Text Example
Text Example
White with #C34474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34474; }
p { color: rgb(195,68,116); }
H1.HeaderClassName
{
color: #C34474;
}
.AnyTagClassName
{
color: #C34474;
}
</style>
background-color css
<style>
a { background-color: #C34474; }
a { background-color: rgb(195,68,116); }
div.DivClassName
{
background-color: #C34474;
}
.BgClassName
{
background-color: #C34474;
}
</style>
border-color css
<style>
span { border-color: #C34474; }
span { border-color: rgb(195,68,116); }
td.TdClassName
{
border-color: #C34474;
}
.TagClassName
{
border-color: #C34474;
}
</style>