Shades of Royal Heath #C74F7A
Tints of Royal Heath #C74F7A
RGB
CMYK
RGB Variations
Color information
#C74F7A (or 0xC74F7A) is known color: Royal Heath. HEX triplet: C7, 4F and 7A. RGB value is (199,79,122). Sum of RGB (Red+Green+Blue) = 199+79+122=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74F7A is #38B085. Grayscale: #777777. Windows color (decimal): -3715206 or 8015815. OLE color: 8015815.
HSL color Cylindrical-coordinate representation of color #C74F7A: hue angle of 338.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 #C74F7A is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 122 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.22 |
| HSL | 338.5º | 0.52% | 0.55% | - |
| HSV(B) | 338.5º | 0.6% | 0.78% | - |
| XYZ | 29.86 | 19.14 | 20.53 | - |
| YUV | 119.78 | 129.26 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 122 | 0 | 0.60 | 0.39 | 0.22 | 338.5 | 0.52 | 0.55 |
| Hex | C7 | 4F | 7A | 0 | 3C | 27 | 16 | 152 | 34 | 37 |
| Octal | 307 | 117 | 172 | 0 | 74 | 47 | 26 | 522 | 64 | 67 |
| Binary | 11000111 | 1001111 | 1111010 | 0 | 111100 | 100111 | 10110 | 101010010 | 110100 | 110111 |
Color Harmonies of #C74F7A
Complementary color
Monochromatic Colors of #C74F7A
Black with #C74F7A
Text Example
Text Example
White with #C74F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F7A; }
p { color: rgb(199,79,122); }
H1.HeaderClassName
{
color: #C74F7A;
}
.AnyTagClassName
{
color: #C74F7A;
}
</style>
background-color css
<style>
a { background-color: #C74F7A; }
a { background-color: rgb(199,79,122); }
div.DivClassName
{
background-color: #C74F7A;
}
.BgClassName
{
background-color: #C74F7A;
}
</style>
border-color css
<style>
span { border-color: #C74F7A; }
span { border-color: rgb(199,79,122); }
td.TdClassName
{
border-color: #C74F7A;
}
.TagClassName
{
border-color: #C74F7A;
}
</style>