Shades of Royal Heath #C34E77
Tints of Royal Heath #C34E77
RGB
CMYK
RGB Variations
Color information
#C34E77 (or 0xC34E77) is known color: Royal Heath. HEX triplet: C3, 4E and 77. RGB value is (195,78,119). Sum of RGB (Red+Green+Blue) = 195+78+119=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E77 is #3CB188. Grayscale: #757575. Windows color (decimal): -3977609 or 7818947. OLE color: 7818947.
HSL color Cylindrical-coordinate representation of color #C34E77: hue angle of 338.97º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E77 is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 119 | - |
| CMYK | 0 | 0.6 | 0.39 | 0.24 |
| HSL | 338.97º | 0.49% | 0.54% | - |
| HSV(B) | 338.97º | 0.6% | 0.76% | - |
| XYZ | 28.56 | 18.38 | 19.5 | - |
| YUV | 117.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 119 | 0 | 0.6 | 0.39 | 0.24 | 338.97 | 0.49 | 0.54 |
| Hex | C3 | 4E | 77 | 0 | 3C | 27 | 18 | 153 | 31 | 36 |
| Octal | 303 | 116 | 167 | 0 | 74 | 47 | 30 | 523 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1110111 | 0 | 111100 | 100111 | 11000 | 101010011 | 110001 | 110110 |
Color Harmonies of #C34E77
Complementary color
Monochromatic Colors of #C34E77
Black with #C34E77
Text Example
Text Example
White with #C34E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E77; }
p { color: rgb(195,78,119); }
H1.HeaderClassName
{
color: #C34E77;
}
.AnyTagClassName
{
color: #C34E77;
}
</style>
background-color css
<style>
a { background-color: #C34E77; }
a { background-color: rgb(195,78,119); }
div.DivClassName
{
background-color: #C34E77;
}
.BgClassName
{
background-color: #C34E77;
}
</style>
border-color css
<style>
span { border-color: #C34E77; }
span { border-color: rgb(195,78,119); }
td.TdClassName
{
border-color: #C34E77;
}
.TagClassName
{
border-color: #C34E77;
}
</style>