Shades of Royal Heath #C34779
Tints of Royal Heath #C34779
RGB
CMYK
RGB Variations
Color information
#C34779 (or 0xC34779) is known color: Royal Heath. HEX triplet: C3, 47 and 79. RGB value is (195,71,121). Sum of RGB (Red+Green+Blue) = 195+71+121=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C34779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34779 is #3CB886. Grayscale: #717171. Windows color (decimal): -3979399 or 7948227. OLE color: 7948227.
HSL color Cylindrical-coordinate representation of color #C34779: hue angle of 335.81º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34779 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 121 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.24 |
| HSL | 335.81º | 0.51% | 0.52% | - |
| HSV(B) | 335.81º | 0.64% | 0.76% | - |
| XYZ | 28.21 | 17.49 | 19.98 | - |
| YUV | 113.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 121 | 0 | 0.64 | 0.38 | 0.24 | 335.81 | 0.51 | 0.52 |
| Hex | C3 | 47 | 79 | 0 | 40 | 26 | 18 | 150 | 33 | 34 |
| Octal | 303 | 107 | 171 | 0 | 100 | 46 | 30 | 520 | 63 | 64 |
| Binary | 11000011 | 1000111 | 1111001 | 0 | 1000000 | 100110 | 11000 | 101010000 | 110011 | 110100 |
Color Harmonies of #C34779
Complementary color
Monochromatic Colors of #C34779
Black with #C34779
Text Example
Text Example
White with #C34779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34779; }
p { color: rgb(195,71,121); }
H1.HeaderClassName
{
color: #C34779;
}
.AnyTagClassName
{
color: #C34779;
}
</style>
background-color css
<style>
a { background-color: #C34779; }
a { background-color: rgb(195,71,121); }
div.DivClassName
{
background-color: #C34779;
}
.BgClassName
{
background-color: #C34779;
}
</style>
border-color css
<style>
span { border-color: #C34779; }
span { border-color: rgb(195,71,121); }
td.TdClassName
{
border-color: #C34779;
}
.TagClassName
{
border-color: #C34779;
}
</style>