Shades of Medium Violet Red #C5169E
Tints of Medium Violet Red #C5169E
RGB
CMYK
RGB Variations
Color information
#C5169E (or 0xC5169E) is known color: Medium Violet Red. HEX triplet: C5, 16 and 9E. RGB value is (197,22,158). Sum of RGB (Red+Green+Blue) = 197+22+158=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5169E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5169E is #3AE961. Grayscale: #595959. Windows color (decimal): -3860834 or 10360517. OLE color: 10360517.
HSL color Cylindrical-coordinate representation of color #C5169E: hue angle of 313.37º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5169E is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 158 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.23 |
| HSL | 313.37º | 0.8% | 0.43% | - |
| HSV(B) | 313.37º | 0.89% | 0.77% | - |
| XYZ | 29.48 | 14.91 | 33.67 | - |
| YUV | 89.83 | 166.48 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 158 | 0 | 0.89 | 0.20 | 0.23 | 313.37 | 0.8 | 0.43 |
| Hex | C5 | 16 | 9E | 0 | 59 | 14 | 17 | 139 | 50 | 2B |
| Octal | 305 | 26 | 236 | 0 | 131 | 24 | 27 | 471 | 120 | 53 |
| Binary | 11000101 | 10110 | 10011110 | 0 | 1011001 | 10100 | 10111 | 100111001 | 1010000 | 101011 |
Color Harmonies of #C5169E
Complementary color
Monochromatic Colors of #C5169E
Black with #C5169E
Text Example
Text Example
White with #C5169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5169E; }
p { color: rgb(197,22,158); }
H1.HeaderClassName
{
color: #C5169E;
}
.AnyTagClassName
{
color: #C5169E;
}
</style>
background-color css
<style>
a { background-color: #C5169E; }
a { background-color: rgb(197,22,158); }
div.DivClassName
{
background-color: #C5169E;
}
.BgClassName
{
background-color: #C5169E;
}
</style>
border-color css
<style>
span { border-color: #C5169E; }
span { border-color: rgb(197,22,158); }
td.TdClassName
{
border-color: #C5169E;
}
.TagClassName
{
border-color: #C5169E;
}
</style>