Shades of Medium Violet Red #C5149C
Tints of Medium Violet Red #C5149C
RGB
CMYK
RGB Variations
Color information
#C5149C (or 0xC5149C) is known color: Medium Violet Red. HEX triplet: C5, 14 and 9C. RGB value is (197,20,156). Sum of RGB (Red+Green+Blue) = 197+20+156=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5149C is #3AEB63. Grayscale: #585858. Windows color (decimal): -3861348 or 10228933. OLE color: 10228933.
HSL color Cylindrical-coordinate representation of color #C5149C: hue angle of 313.9º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5149C is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 156 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.23 |
| HSL | 313.9º | 0.82% | 0.43% | - |
| HSV(B) | 313.9º | 0.9% | 0.77% | - |
| XYZ | 29.28 | 14.77 | 32.76 | - |
| YUV | 88.43 | 166.14 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 156 | 0 | 0.90 | 0.21 | 0.23 | 313.9 | 0.82 | 0.43 |
| Hex | C5 | 14 | 9C | 0 | 5A | 15 | 17 | 13A | 52 | 2B |
| Octal | 305 | 24 | 234 | 0 | 132 | 25 | 27 | 472 | 122 | 53 |
| Binary | 11000101 | 10100 | 10011100 | 0 | 1011010 | 10101 | 10111 | 100111010 | 1010010 | 101011 |
Color Harmonies of #C5149C
Complementary color
Monochromatic Colors of #C5149C
Black with #C5149C
Text Example
Text Example
White with #C5149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5149C; }
p { color: rgb(197,20,156); }
H1.HeaderClassName
{
color: #C5149C;
}
.AnyTagClassName
{
color: #C5149C;
}
</style>
background-color css
<style>
a { background-color: #C5149C; }
a { background-color: rgb(197,20,156); }
div.DivClassName
{
background-color: #C5149C;
}
.BgClassName
{
background-color: #C5149C;
}
</style>
border-color css
<style>
span { border-color: #C5149C; }
span { border-color: rgb(197,20,156); }
td.TdClassName
{
border-color: #C5149C;
}
.TagClassName
{
border-color: #C5149C;
}
</style>