Shades of Royal Heath #C74F7C
Tints of Royal Heath #C74F7C
RGB
CMYK
RGB Variations
Color information
#C74F7C (or 0xC74F7C) is known color: Royal Heath. HEX triplet: C7, 4F and 7C. RGB value is (199,79,124). Sum of RGB (Red+Green+Blue) = 199+79+124=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74F7C is #38B083. Grayscale: #777777. Windows color (decimal): -3715204 or 8146887. OLE color: 8146887.
HSL color Cylindrical-coordinate representation of color #C74F7C: hue angle of 337.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74F7C is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 124 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.22 |
| HSL | 337.5º | 0.52% | 0.55% | - |
| HSV(B) | 337.5º | 0.6% | 0.78% | - |
| XYZ | 29.99 | 19.19 | 21.19 | - |
| YUV | 120.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 124 | 0 | 0.60 | 0.38 | 0.22 | 337.5 | 0.52 | 0.55 |
| Hex | C7 | 4F | 7C | 0 | 3C | 26 | 16 | 152 | 34 | 37 |
| Octal | 307 | 117 | 174 | 0 | 74 | 46 | 26 | 522 | 64 | 67 |
| Binary | 11000111 | 1001111 | 1111100 | 0 | 111100 | 100110 | 10110 | 101010010 | 110100 | 110111 |
Color Harmonies of #C74F7C
Complementary color
Monochromatic Colors of #C74F7C
Black with #C74F7C
Text Example
Text Example
White with #C74F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F7C; }
p { color: rgb(199,79,124); }
H1.HeaderClassName
{
color: #C74F7C;
}
.AnyTagClassName
{
color: #C74F7C;
}
</style>
background-color css
<style>
a { background-color: #C74F7C; }
a { background-color: rgb(199,79,124); }
div.DivClassName
{
background-color: #C74F7C;
}
.BgClassName
{
background-color: #C74F7C;
}
</style>
border-color css
<style>
span { border-color: #C74F7C; }
span { border-color: rgb(199,79,124); }
td.TdClassName
{
border-color: #C74F7C;
}
.TagClassName
{
border-color: #C74F7C;
}
</style>