Shades of Royal Heath #C34A7C
Tints of Royal Heath #C34A7C
RGB
CMYK
RGB Variations
Color information
#C34A7C (or 0xC34A7C) is known color: Royal Heath. HEX triplet: C3, 4A and 7C. RGB value is (195,74,124). Sum of RGB (Red+Green+Blue) = 195+74+124=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A7C is #3CB583. Grayscale: #737373. Windows color (decimal): -3978628 or 8145603. OLE color: 8145603.
HSL color Cylindrical-coordinate representation of color #C34A7C: hue angle of 335.21º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34A7C is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 124 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.24 |
| HSL | 335.21º | 0.5% | 0.53% | - |
| HSV(B) | 335.21º | 0.62% | 0.76% | - |
| XYZ | 28.59 | 17.95 | 21.03 | - |
| YUV | 115.88 | 132.59 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 124 | 0 | 0.62 | 0.36 | 0.24 | 335.21 | 0.5 | 0.53 |
| Hex | C3 | 4A | 7C | 0 | 3E | 24 | 18 | 14F | 32 | 35 |
| Octal | 303 | 112 | 174 | 0 | 76 | 44 | 30 | 517 | 62 | 65 |
| Binary | 11000011 | 1001010 | 1111100 | 0 | 111110 | 100100 | 11000 | 101001111 | 110010 | 110101 |
Color Harmonies of #C34A7C
Complementary color
Monochromatic Colors of #C34A7C
Black with #C34A7C
Text Example
Text Example
White with #C34A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A7C; }
p { color: rgb(195,74,124); }
H1.HeaderClassName
{
color: #C34A7C;
}
.AnyTagClassName
{
color: #C34A7C;
}
</style>
background-color css
<style>
a { background-color: #C34A7C; }
a { background-color: rgb(195,74,124); }
div.DivClassName
{
background-color: #C34A7C;
}
.BgClassName
{
background-color: #C34A7C;
}
</style>
border-color css
<style>
span { border-color: #C34A7C; }
span { border-color: rgb(195,74,124); }
td.TdClassName
{
border-color: #C34A7C;
}
.TagClassName
{
border-color: #C34A7C;
}
</style>