Shades of Royal Heath #C0507E
Tints of Royal Heath #C0507E
RGB
CMYK
RGB Variations
Color information
#C0507E (or 0xC0507E) is known color: Royal Heath. HEX triplet: C0, 50 and 7E. RGB value is (192,80,126). Sum of RGB (Red+Green+Blue) = 192+80+126=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0507E is #3FAF81. Grayscale: #767676. Windows color (decimal): -4173698 or 8278208. OLE color: 8278208.
HSL color Cylindrical-coordinate representation of color #C0507E: hue angle of 335.36º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0507E is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 126 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.25 |
| HSL | 335.36º | 0.47% | 0.53% | - |
| HSV(B) | 335.36º | 0.58% | 0.75% | - |
| XYZ | 28.37 | 18.45 | 21.8 | - |
| YUV | 118.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 126 | 0 | 0.58 | 0.34 | 0.25 | 335.36 | 0.47 | 0.53 |
| Hex | C0 | 50 | 7E | 0 | 3A | 22 | 19 | 14F | 2F | 35 |
| Octal | 300 | 120 | 176 | 0 | 72 | 42 | 31 | 517 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1111110 | 0 | 111010 | 100010 | 11001 | 101001111 | 101111 | 110101 |
Color Harmonies of #C0507E
Complementary color
Monochromatic Colors of #C0507E
Black with #C0507E
Text Example
Text Example
White with #C0507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0507E; }
p { color: rgb(192,80,126); }
H1.HeaderClassName
{
color: #C0507E;
}
.AnyTagClassName
{
color: #C0507E;
}
</style>
background-color css
<style>
a { background-color: #C0507E; }
a { background-color: rgb(192,80,126); }
div.DivClassName
{
background-color: #C0507E;
}
.BgClassName
{
background-color: #C0507E;
}
</style>
border-color css
<style>
span { border-color: #C0507E; }
span { border-color: rgb(192,80,126); }
td.TdClassName
{
border-color: #C0507E;
}
.TagClassName
{
border-color: #C0507E;
}
</style>