Shades of Royal Heath #C2517E
Tints of Royal Heath #C2517E
RGB
CMYK
RGB Variations
Color information
#C2517E (or 0xC2517E) is known color: Royal Heath. HEX triplet: C2, 51 and 7E. RGB value is (194,81,126). Sum of RGB (Red+Green+Blue) = 194+81+126=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2517E is #3DAE81. Grayscale: #777777. Windows color (decimal): -4042370 or 8278466. OLE color: 8278466.
HSL color Cylindrical-coordinate representation of color #C2517E: hue angle of 336.11º 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 #C2517E is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 126 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.24 |
| HSL | 336.11º | 0.48% | 0.54% | - |
| HSV(B) | 336.11º | 0.58% | 0.76% | - |
| XYZ | 28.96 | 18.86 | 21.85 | - |
| YUV | 119.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 126 | 0 | 0.58 | 0.35 | 0.24 | 336.11 | 0.48 | 0.54 |
| Hex | C2 | 51 | 7E | 0 | 3A | 23 | 18 | 150 | 30 | 36 |
| Octal | 302 | 121 | 176 | 0 | 72 | 43 | 30 | 520 | 60 | 66 |
| Binary | 11000010 | 1010001 | 1111110 | 0 | 111010 | 100011 | 11000 | 101010000 | 110000 | 110110 |
Color Harmonies of #C2517E
Complementary color
Monochromatic Colors of #C2517E
Black with #C2517E
Text Example
Text Example
White with #C2517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2517E; }
p { color: rgb(194,81,126); }
H1.HeaderClassName
{
color: #C2517E;
}
.AnyTagClassName
{
color: #C2517E;
}
</style>
background-color css
<style>
a { background-color: #C2517E; }
a { background-color: rgb(194,81,126); }
div.DivClassName
{
background-color: #C2517E;
}
.BgClassName
{
background-color: #C2517E;
}
</style>
border-color css
<style>
span { border-color: #C2517E; }
span { border-color: rgb(194,81,126); }
td.TdClassName
{
border-color: #C2517E;
}
.TagClassName
{
border-color: #C2517E;
}
</style>