Shades of Royal Heath #C34877
Tints of Royal Heath #C34877
RGB
CMYK
RGB Variations
Color information
#C34877 (or 0xC34877) is known color: Royal Heath. HEX triplet: C3, 48 and 77. RGB value is (195,72,119). Sum of RGB (Red+Green+Blue) = 195+72+119=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C34877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34877 is #3CB788. Grayscale: #727272. Windows color (decimal): -3979145 or 7817411. OLE color: 7817411.
HSL color Cylindrical-coordinate representation of color #C34877: hue angle of 337.07º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34877 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 119 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.24 |
| HSL | 337.07º | 0.51% | 0.52% | - |
| HSV(B) | 337.07º | 0.63% | 0.76% | - |
| XYZ | 28.15 | 17.57 | 19.36 | - |
| YUV | 114.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 119 | 0 | 0.63 | 0.39 | 0.24 | 337.07 | 0.51 | 0.52 |
| Hex | C3 | 48 | 77 | 0 | 3F | 27 | 18 | 151 | 33 | 34 |
| Octal | 303 | 110 | 167 | 0 | 77 | 47 | 30 | 521 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1110111 | 0 | 111111 | 100111 | 11000 | 101010001 | 110011 | 110100 |
Color Harmonies of #C34877
Complementary color
Monochromatic Colors of #C34877
Black with #C34877
Text Example
Text Example
White with #C34877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34877; }
p { color: rgb(195,72,119); }
H1.HeaderClassName
{
color: #C34877;
}
.AnyTagClassName
{
color: #C34877;
}
</style>
background-color css
<style>
a { background-color: #C34877; }
a { background-color: rgb(195,72,119); }
div.DivClassName
{
background-color: #C34877;
}
.BgClassName
{
background-color: #C34877;
}
</style>
border-color css
<style>
span { border-color: #C34877; }
span { border-color: rgb(195,72,119); }
td.TdClassName
{
border-color: #C34877;
}
.TagClassName
{
border-color: #C34877;
}
</style>