Shades of Royal Heath #C2517C
Tints of Royal Heath #C2517C
RGB
CMYK
RGB Variations
Color information
#C2517C (or 0xC2517C) is known color: Royal Heath. HEX triplet: C2, 51 and 7C. RGB value is (194,81,124). Sum of RGB (Red+Green+Blue) = 194+81+124=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2517C is #3DAE83. Grayscale: #777777. Windows color (decimal): -4042372 or 8147394. OLE color: 8147394.
HSL color Cylindrical-coordinate representation of color #C2517C: hue angle of 337.17º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2517C is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 124 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.24 |
| HSL | 337.17º | 0.48% | 0.54% | - |
| HSV(B) | 337.17º | 0.58% | 0.76% | - |
| XYZ | 28.83 | 18.81 | 21.18 | - |
| YUV | 119.69 | 130.44 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 124 | 0 | 0.58 | 0.36 | 0.24 | 337.17 | 0.48 | 0.54 |
| Hex | C2 | 51 | 7C | 0 | 3A | 24 | 18 | 151 | 30 | 36 |
| Octal | 302 | 121 | 174 | 0 | 72 | 44 | 30 | 521 | 60 | 66 |
| Binary | 11000010 | 1010001 | 1111100 | 0 | 111010 | 100100 | 11000 | 101010001 | 110000 | 110110 |
Color Harmonies of #C2517C
Complementary color
Monochromatic Colors of #C2517C
Black with #C2517C
Text Example
Text Example
White with #C2517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2517C; }
p { color: rgb(194,81,124); }
H1.HeaderClassName
{
color: #C2517C;
}
.AnyTagClassName
{
color: #C2517C;
}
</style>
background-color css
<style>
a { background-color: #C2517C; }
a { background-color: rgb(194,81,124); }
div.DivClassName
{
background-color: #C2517C;
}
.BgClassName
{
background-color: #C2517C;
}
</style>
border-color css
<style>
span { border-color: #C2517C; }
span { border-color: rgb(194,81,124); }
td.TdClassName
{
border-color: #C2517C;
}
.TagClassName
{
border-color: #C2517C;
}
</style>