Shades of Medium Violet Red #C109A1
Tints of Medium Violet Red #C109A1
RGB
CMYK
RGB Variations
Color information
#C109A1 (or 0xC109A1) is known color: Medium Violet Red. HEX triplet: C1, 09 and A1. RGB value is (193,9,161). Sum of RGB (Red+Green+Blue) = 193+9+161=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C109A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C109A1 is #3EF65E. Grayscale: #505050. Windows color (decimal): -4126303 or 10553793. OLE color: 10553793.
HSL color Cylindrical-coordinate representation of color #C109A1: hue angle of 310.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C109A1 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 161 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.24 |
| HSL | 310.43º | 0.91% | 0.4% | - |
| HSV(B) | 310.43º | 0.95% | 0.76% | - |
| XYZ | 28.52 | 14.11 | 34.94 | - |
| YUV | 81.34 | 172.96 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 161 | 0 | 0.95 | 0.17 | 0.24 | 310.43 | 0.91 | 0.4 |
| Hex | C1 | 9 | A1 | 0 | 5F | 11 | 18 | 136 | 5B | 28 |
| Octal | 301 | 11 | 241 | 0 | 137 | 21 | 30 | 466 | 133 | 50 |
| Binary | 11000001 | 1001 | 10100001 | 0 | 1011111 | 10001 | 11000 | 100110110 | 1011011 | 101000 |
Color Harmonies of #C109A1
Complementary color
Monochromatic Colors of #C109A1
Black with #C109A1
Text Example
Text Example
White with #C109A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109A1; }
p { color: rgb(193,9,161); }
H1.HeaderClassName
{
color: #C109A1;
}
.AnyTagClassName
{
color: #C109A1;
}
</style>
background-color css
<style>
a { background-color: #C109A1; }
a { background-color: rgb(193,9,161); }
div.DivClassName
{
background-color: #C109A1;
}
.BgClassName
{
background-color: #C109A1;
}
</style>
border-color css
<style>
span { border-color: #C109A1; }
span { border-color: rgb(193,9,161); }
td.TdClassName
{
border-color: #C109A1;
}
.TagClassName
{
border-color: #C109A1;
}
</style>