Shades of Royal Heath #C04A7D
Tints of Royal Heath #C04A7D
RGB
CMYK
RGB Variations
Color information
#C04A7D (or 0xC04A7D) is known color: Royal Heath. HEX triplet: C0, 4A and 7D. RGB value is (192,74,125). Sum of RGB (Red+Green+Blue) = 192+74+125=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A7D is #3FB582. Grayscale: #737373. Windows color (decimal): -4175235 or 8211136. OLE color: 8211136.
HSL color Cylindrical-coordinate representation of color #C04A7D: hue angle of 334.07º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04A7D is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 125 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.25 |
| HSL | 334.07º | 0.48% | 0.52% | - |
| HSV(B) | 334.07º | 0.61% | 0.75% | - |
| XYZ | 27.89 | 17.58 | 21.33 | - |
| YUV | 115.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 125 | 0 | 0.61 | 0.35 | 0.25 | 334.07 | 0.48 | 0.52 |
| Hex | C0 | 4A | 7D | 0 | 3D | 23 | 19 | 14E | 30 | 34 |
| Octal | 300 | 112 | 175 | 0 | 75 | 43 | 31 | 516 | 60 | 64 |
| Binary | 11000000 | 1001010 | 1111101 | 0 | 111101 | 100011 | 11001 | 101001110 | 110000 | 110100 |
Color Harmonies of #C04A7D
Complementary color
Monochromatic Colors of #C04A7D
Black with #C04A7D
Text Example
Text Example
White with #C04A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A7D; }
p { color: rgb(192,74,125); }
H1.HeaderClassName
{
color: #C04A7D;
}
.AnyTagClassName
{
color: #C04A7D;
}
</style>
background-color css
<style>
a { background-color: #C04A7D; }
a { background-color: rgb(192,74,125); }
div.DivClassName
{
background-color: #C04A7D;
}
.BgClassName
{
background-color: #C04A7D;
}
</style>
border-color css
<style>
span { border-color: #C04A7D; }
span { border-color: rgb(192,74,125); }
td.TdClassName
{
border-color: #C04A7D;
}
.TagClassName
{
border-color: #C04A7D;
}
</style>