Shades of Medium Violet Red #C5169D
Tints of Medium Violet Red #C5169D
RGB
CMYK
RGB Variations
Color information
#C5169D (or 0xC5169D) is known color: Medium Violet Red. HEX triplet: C5, 16 and 9D. RGB value is (197,22,157). Sum of RGB (Red+Green+Blue) = 197+22+157=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5169D is #3AE962. Grayscale: #595959. Windows color (decimal): -3860835 or 10294981. OLE color: 10294981.
HSL color Cylindrical-coordinate representation of color #C5169D: hue angle of 313.71º 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 #C5169D is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 157 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.23 |
| HSL | 313.71º | 0.8% | 0.43% | - |
| HSV(B) | 313.71º | 0.89% | 0.77% | - |
| XYZ | 29.4 | 14.88 | 33.22 | - |
| YUV | 89.72 | 165.98 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 157 | 0 | 0.89 | 0.20 | 0.23 | 313.71 | 0.8 | 0.43 |
| Hex | C5 | 16 | 9D | 0 | 59 | 14 | 17 | 13A | 50 | 2B |
| Octal | 305 | 26 | 235 | 0 | 131 | 24 | 27 | 472 | 120 | 53 |
| Binary | 11000101 | 10110 | 10011101 | 0 | 1011001 | 10100 | 10111 | 100111010 | 1010000 | 101011 |
Color Harmonies of #C5169D
Complementary color
Monochromatic Colors of #C5169D
Black with #C5169D
Text Example
Text Example
White with #C5169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5169D; }
p { color: rgb(197,22,157); }
H1.HeaderClassName
{
color: #C5169D;
}
.AnyTagClassName
{
color: #C5169D;
}
</style>
background-color css
<style>
a { background-color: #C5169D; }
a { background-color: rgb(197,22,157); }
div.DivClassName
{
background-color: #C5169D;
}
.BgClassName
{
background-color: #C5169D;
}
</style>
border-color css
<style>
span { border-color: #C5169D; }
span { border-color: rgb(197,22,157); }
td.TdClassName
{
border-color: #C5169D;
}
.TagClassName
{
border-color: #C5169D;
}
</style>