Shades of Royal Heath #C2587D
Tints of Royal Heath #C2587D
RGB
CMYK
RGB Variations
Color information
#C2587D (or 0xC2587D) is known color: Royal Heath. HEX triplet: C2, 58 and 7D. RGB value is (194,88,125). Sum of RGB (Red+Green+Blue) = 194+88+125=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2587D is #3DA782. Grayscale: #7B7B7B. Windows color (decimal): -4040579 or 8214722. OLE color: 8214722.
HSL color Cylindrical-coordinate representation of color #C2587D: hue angle of 339.06º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2587D is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 125 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.24 |
| HSL | 339.06º | 0.46% | 0.55% | - |
| HSV(B) | 339.06º | 0.55% | 0.76% | - |
| XYZ | 29.44 | 19.93 | 21.7 | - |
| YUV | 123.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 125 | 0 | 0.55 | 0.36 | 0.24 | 339.06 | 0.46 | 0.55 |
| Hex | C2 | 58 | 7D | 0 | 37 | 24 | 18 | 153 | 2E | 37 |
| Octal | 302 | 130 | 175 | 0 | 67 | 44 | 30 | 523 | 56 | 67 |
| Binary | 11000010 | 1011000 | 1111101 | 0 | 110111 | 100100 | 11000 | 101010011 | 101110 | 110111 |
Color Harmonies of #C2587D
Complementary color
Monochromatic Colors of #C2587D
Black with #C2587D
Text Example
Text Example
White with #C2587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2587D; }
p { color: rgb(194,88,125); }
H1.HeaderClassName
{
color: #C2587D;
}
.AnyTagClassName
{
color: #C2587D;
}
</style>
background-color css
<style>
a { background-color: #C2587D; }
a { background-color: rgb(194,88,125); }
div.DivClassName
{
background-color: #C2587D;
}
.BgClassName
{
background-color: #C2587D;
}
</style>
border-color css
<style>
span { border-color: #C2587D; }
span { border-color: rgb(194,88,125); }
td.TdClassName
{
border-color: #C2587D;
}
.TagClassName
{
border-color: #C2587D;
}
</style>