Shades of Royal Heath #C0587D
Tints of Royal Heath #C0587D
RGB
CMYK
RGB Variations
Color information
#C0587D (or 0xC0587D) is known color: Royal Heath. HEX triplet: C0, 58 and 7D. RGB value is (192,88,125). Sum of RGB (Red+Green+Blue) = 192+88+125=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0587D is #3FA782. Grayscale: #7B7B7B. Windows color (decimal): -4171651 or 8214720. OLE color: 8214720.
HSL color Cylindrical-coordinate representation of color #C0587D: hue angle of 338.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0587D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 125 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.25 |
| HSL | 338.65º | 0.45% | 0.55% | - |
| HSV(B) | 338.65º | 0.54% | 0.75% | - |
| XYZ | 28.93 | 19.67 | 21.67 | - |
| YUV | 123.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 125 | 0 | 0.54 | 0.35 | 0.25 | 338.65 | 0.45 | 0.55 |
| Hex | C0 | 58 | 7D | 0 | 36 | 23 | 19 | 153 | 2D | 37 |
| Octal | 300 | 130 | 175 | 0 | 66 | 43 | 31 | 523 | 55 | 67 |
| Binary | 11000000 | 1011000 | 1111101 | 0 | 110110 | 100011 | 11001 | 101010011 | 101101 | 110111 |
Color Harmonies of #C0587D
Complementary color
Monochromatic Colors of #C0587D
Black with #C0587D
Text Example
Text Example
White with #C0587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0587D; }
p { color: rgb(192,88,125); }
H1.HeaderClassName
{
color: #C0587D;
}
.AnyTagClassName
{
color: #C0587D;
}
</style>
background-color css
<style>
a { background-color: #C0587D; }
a { background-color: rgb(192,88,125); }
div.DivClassName
{
background-color: #C0587D;
}
.BgClassName
{
background-color: #C0587D;
}
</style>
border-color css
<style>
span { border-color: #C0587D; }
span { border-color: rgb(192,88,125); }
td.TdClassName
{
border-color: #C0587D;
}
.TagClassName
{
border-color: #C0587D;
}
</style>