Shades of Medium Violet Red #C509A1
Tints of Medium Violet Red #C509A1
RGB
CMYK
RGB Variations
Color information
#C509A1 (or 0xC509A1) is known color: Medium Violet Red. HEX triplet: C5, 09 and A1. RGB value is (197,9,161). Sum of RGB (Red+Green+Blue) = 197+9+161=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C509A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C509A1 is #3AF65E. Grayscale: #525252. Windows color (decimal): -3864159 or 10553797. OLE color: 10553797.
HSL color Cylindrical-coordinate representation of color #C509A1: hue angle of 311.49º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C509A1 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 161 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.23 |
| HSL | 311.49º | 0.91% | 0.4% | - |
| HSV(B) | 311.49º | 0.95% | 0.77% | - |
| XYZ | 29.56 | 14.64 | 34.99 | - |
| YUV | 82.54 | 172.28 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 161 | 0 | 0.95 | 0.18 | 0.23 | 311.49 | 0.91 | 0.4 |
| Hex | C5 | 9 | A1 | 0 | 5F | 12 | 17 | 137 | 5B | 28 |
| Octal | 305 | 11 | 241 | 0 | 137 | 22 | 27 | 467 | 133 | 50 |
| Binary | 11000101 | 1001 | 10100001 | 0 | 1011111 | 10010 | 10111 | 100110111 | 1011011 | 101000 |
Color Harmonies of #C509A1
Complementary color
Monochromatic Colors of #C509A1
Black with #C509A1
Text Example
Text Example
White with #C509A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509A1; }
p { color: rgb(197,9,161); }
H1.HeaderClassName
{
color: #C509A1;
}
.AnyTagClassName
{
color: #C509A1;
}
</style>
background-color css
<style>
a { background-color: #C509A1; }
a { background-color: rgb(197,9,161); }
div.DivClassName
{
background-color: #C509A1;
}
.BgClassName
{
background-color: #C509A1;
}
</style>
border-color css
<style>
span { border-color: #C509A1; }
span { border-color: rgb(197,9,161); }
td.TdClassName
{
border-color: #C509A1;
}
.TagClassName
{
border-color: #C509A1;
}
</style>