Shades of Royal Heath #C2587F
Tints of Royal Heath #C2587F
RGB
CMYK
RGB Variations
Color information
#C2587F (or 0xC2587F) is known color: Royal Heath. HEX triplet: C2, 58 and 7F. RGB value is (194,88,127). Sum of RGB (Red+Green+Blue) = 194+88+127=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2587F is #3DA780. Grayscale: #7C7C7C. Windows color (decimal): -4040577 or 8345794. OLE color: 8345794.
HSL color Cylindrical-coordinate representation of color #C2587F: hue angle of 337.92º 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 #C2587F is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 127 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.24 |
| HSL | 337.92º | 0.46% | 0.55% | - |
| HSV(B) | 337.92º | 0.55% | 0.76% | - |
| XYZ | 29.57 | 19.98 | 22.38 | - |
| YUV | 124.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 127 | 0 | 0.55 | 0.35 | 0.24 | 337.92 | 0.46 | 0.55 |
| Hex | C2 | 58 | 7F | 0 | 37 | 23 | 18 | 152 | 2E | 37 |
| Octal | 302 | 130 | 177 | 0 | 67 | 43 | 30 | 522 | 56 | 67 |
| Binary | 11000010 | 1011000 | 1111111 | 0 | 110111 | 100011 | 11000 | 101010010 | 101110 | 110111 |
Color Harmonies of #C2587F
Complementary color
Monochromatic Colors of #C2587F
Black with #C2587F
Text Example
Text Example
White with #C2587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2587F; }
p { color: rgb(194,88,127); }
H1.HeaderClassName
{
color: #C2587F;
}
.AnyTagClassName
{
color: #C2587F;
}
</style>
background-color css
<style>
a { background-color: #C2587F; }
a { background-color: rgb(194,88,127); }
div.DivClassName
{
background-color: #C2587F;
}
.BgClassName
{
background-color: #C2587F;
}
</style>
border-color css
<style>
span { border-color: #C2587F; }
span { border-color: rgb(194,88,127); }
td.TdClassName
{
border-color: #C2587F;
}
.TagClassName
{
border-color: #C2587F;
}
</style>