Shades of Medium Violet Red #C5128A
Tints of Medium Violet Red #C5128A
RGB
CMYK
RGB Variations
Color information
#C5128A (or 0xC5128A) is known color: Medium Violet Red. HEX triplet: C5, 12 and 8A. RGB value is (197,18,138). Sum of RGB (Red+Green+Blue) = 197+18+138=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5128A is #3AED75. Grayscale: #545454. Windows color (decimal): -3861878 or 9048773. OLE color: 9048773.
HSL color Cylindrical-coordinate representation of color #C5128A: hue angle of 319.78º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5128A is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 138 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.23 |
| HSL | 319.78º | 0.83% | 0.42% | - |
| HSV(B) | 319.78º | 0.91% | 0.77% | - |
| XYZ | 27.83 | 14.14 | 25.31 | - |
| YUV | 85.2 | 157.8 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 138 | 0 | 0.91 | 0.30 | 0.23 | 319.78 | 0.83 | 0.42 |
| Hex | C5 | 12 | 8A | 0 | 5B | 1E | 17 | 140 | 53 | 2A |
| Octal | 305 | 22 | 212 | 0 | 133 | 36 | 27 | 500 | 123 | 52 |
| Binary | 11000101 | 10010 | 10001010 | 0 | 1011011 | 11110 | 10111 | 101000000 | 1010011 | 101010 |
Color Harmonies of #C5128A
Complementary color
Monochromatic Colors of #C5128A
Black with #C5128A
Text Example
Text Example
White with #C5128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5128A; }
p { color: rgb(197,18,138); }
H1.HeaderClassName
{
color: #C5128A;
}
.AnyTagClassName
{
color: #C5128A;
}
</style>
background-color css
<style>
a { background-color: #C5128A; }
a { background-color: rgb(197,18,138); }
div.DivClassName
{
background-color: #C5128A;
}
.BgClassName
{
background-color: #C5128A;
}
</style>
border-color css
<style>
span { border-color: #C5128A; }
span { border-color: rgb(197,18,138); }
td.TdClassName
{
border-color: #C5128A;
}
.TagClassName
{
border-color: #C5128A;
}
</style>