Shades of Royal Heath #C34D7B
Tints of Royal Heath #C34D7B
RGB
CMYK
RGB Variations
Color information
#C34D7B (or 0xC34D7B) is known color: Royal Heath. HEX triplet: C3, 4D and 7B. RGB value is (195,77,123). Sum of RGB (Red+Green+Blue) = 195+77+123=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D7B is #3CB284. Grayscale: #757575. Windows color (decimal): -3977861 or 8080835. OLE color: 8080835.
HSL color Cylindrical-coordinate representation of color #C34D7B: hue angle of 336.61º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34D7B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 123 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.24 |
| HSL | 336.61º | 0.5% | 0.53% | - |
| HSV(B) | 336.61º | 0.61% | 0.76% | - |
| XYZ | 28.73 | 18.34 | 20.76 | - |
| YUV | 117.53 | 131.09 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 123 | 0 | 0.61 | 0.37 | 0.24 | 336.61 | 0.5 | 0.53 |
| Hex | C3 | 4D | 7B | 0 | 3D | 25 | 18 | 151 | 32 | 35 |
| Octal | 303 | 115 | 173 | 0 | 75 | 45 | 30 | 521 | 62 | 65 |
| Binary | 11000011 | 1001101 | 1111011 | 0 | 111101 | 100101 | 11000 | 101010001 | 110010 | 110101 |
Color Harmonies of #C34D7B
Complementary color
Monochromatic Colors of #C34D7B
Black with #C34D7B
Text Example
Text Example
White with #C34D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D7B; }
p { color: rgb(195,77,123); }
H1.HeaderClassName
{
color: #C34D7B;
}
.AnyTagClassName
{
color: #C34D7B;
}
</style>
background-color css
<style>
a { background-color: #C34D7B; }
a { background-color: rgb(195,77,123); }
div.DivClassName
{
background-color: #C34D7B;
}
.BgClassName
{
background-color: #C34D7B;
}
</style>
border-color css
<style>
span { border-color: #C34D7B; }
span { border-color: rgb(195,77,123); }
td.TdClassName
{
border-color: #C34D7B;
}
.TagClassName
{
border-color: #C34D7B;
}
</style>