Shades of Medium Violet Red #C5169C
Tints of Medium Violet Red #C5169C
RGB
CMYK
RGB Variations
Color information
#C5169C (or 0xC5169C) is known color: Medium Violet Red. HEX triplet: C5, 16 and 9C. RGB value is (197,22,156). Sum of RGB (Red+Green+Blue) = 197+22+156=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5169C is #3AE963. Grayscale: #595959. Windows color (decimal): -3860836 or 10229445. OLE color: 10229445.
HSL color Cylindrical-coordinate representation of color #C5169C: hue angle of 314.06º 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 #C5169C is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 156 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.23 |
| HSL | 314.06º | 0.8% | 0.43% | - |
| HSV(B) | 314.06º | 0.89% | 0.77% | - |
| XYZ | 29.31 | 14.84 | 32.77 | - |
| YUV | 89.6 | 165.48 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 156 | 0 | 0.89 | 0.21 | 0.23 | 314.06 | 0.8 | 0.43 |
| Hex | C5 | 16 | 9C | 0 | 59 | 15 | 17 | 13A | 50 | 2B |
| Octal | 305 | 26 | 234 | 0 | 131 | 25 | 27 | 472 | 120 | 53 |
| Binary | 11000101 | 10110 | 10011100 | 0 | 1011001 | 10101 | 10111 | 100111010 | 1010000 | 101011 |
Color Harmonies of #C5169C
Complementary color
Monochromatic Colors of #C5169C
Black with #C5169C
Text Example
Text Example
White with #C5169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5169C; }
p { color: rgb(197,22,156); }
H1.HeaderClassName
{
color: #C5169C;
}
.AnyTagClassName
{
color: #C5169C;
}
</style>
background-color css
<style>
a { background-color: #C5169C; }
a { background-color: rgb(197,22,156); }
div.DivClassName
{
background-color: #C5169C;
}
.BgClassName
{
background-color: #C5169C;
}
</style>
border-color css
<style>
span { border-color: #C5169C; }
span { border-color: rgb(197,22,156); }
td.TdClassName
{
border-color: #C5169C;
}
.TagClassName
{
border-color: #C5169C;
}
</style>