Shades of Medium Violet Red #C50AA5
Tints of Medium Violet Red #C50AA5
RGB
CMYK
RGB Variations
Color information
#C50AA5 (or 0xC50AA5) is known color: Medium Violet Red. HEX triplet: C5, 0A and A5. RGB value is (197,10,165). Sum of RGB (Red+Green+Blue) = 197+10+165=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50AA5 is #3AF55A. Grayscale: #535353. Windows color (decimal): -3863899 or 10816197. OLE color: 10816197.
HSL color Cylindrical-coordinate representation of color #C50AA5: hue angle of 310.27º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50AA5 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 165 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.23 |
| HSL | 310.27º | 0.9% | 0.41% | - |
| HSV(B) | 310.27º | 0.95% | 0.77% | - |
| XYZ | 29.93 | 14.8 | 36.88 | - |
| YUV | 83.58 | 173.95 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 165 | 0 | 0.95 | 0.16 | 0.23 | 310.27 | 0.9 | 0.41 |
| Hex | C5 | A | A5 | 0 | 5F | 10 | 17 | 136 | 5A | 29 |
| Octal | 305 | 12 | 245 | 0 | 137 | 20 | 27 | 466 | 132 | 51 |
| Binary | 11000101 | 1010 | 10100101 | 0 | 1011111 | 10000 | 10111 | 100110110 | 1011010 | 101001 |
Color Harmonies of #C50AA5
Complementary color
Monochromatic Colors of #C50AA5
Black with #C50AA5
Text Example
Text Example
White with #C50AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AA5; }
p { color: rgb(197,10,165); }
H1.HeaderClassName
{
color: #C50AA5;
}
.AnyTagClassName
{
color: #C50AA5;
}
</style>
background-color css
<style>
a { background-color: #C50AA5; }
a { background-color: rgb(197,10,165); }
div.DivClassName
{
background-color: #C50AA5;
}
.BgClassName
{
background-color: #C50AA5;
}
</style>
border-color css
<style>
span { border-color: #C50AA5; }
span { border-color: rgb(197,10,165); }
td.TdClassName
{
border-color: #C50AA5;
}
.TagClassName
{
border-color: #C50AA5;
}
</style>