Shades of Medium Violet Red #C5099E
Tints of Medium Violet Red #C5099E
RGB
CMYK
RGB Variations
Color information
#C5099E (or 0xC5099E) is known color: Medium Violet Red. HEX triplet: C5, 09 and 9E. RGB value is (197,9,158). Sum of RGB (Red+Green+Blue) = 197+9+158=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C5099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5099E is #3AF661. Grayscale: #515151. Windows color (decimal): -3864162 or 10357189. OLE color: 10357189.
HSL color Cylindrical-coordinate representation of color #C5099E: hue angle of 312.45º 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 #C5099E is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 158 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.23 |
| HSL | 312.45º | 0.91% | 0.4% | - |
| HSV(B) | 312.45º | 0.95% | 0.77% | - |
| XYZ | 29.3 | 14.53 | 33.61 | - |
| YUV | 82.2 | 170.78 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 158 | 0 | 0.95 | 0.20 | 0.23 | 312.45 | 0.91 | 0.4 |
| Hex | C5 | 9 | 9E | 0 | 5F | 14 | 17 | 138 | 5B | 28 |
| Octal | 305 | 11 | 236 | 0 | 137 | 24 | 27 | 470 | 133 | 50 |
| Binary | 11000101 | 1001 | 10011110 | 0 | 1011111 | 10100 | 10111 | 100111000 | 1011011 | 101000 |
Color Harmonies of #C5099E
Complementary color
Monochromatic Colors of #C5099E
Black with #C5099E
Text Example
Text Example
White with #C5099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5099E; }
p { color: rgb(197,9,158); }
H1.HeaderClassName
{
color: #C5099E;
}
.AnyTagClassName
{
color: #C5099E;
}
</style>
background-color css
<style>
a { background-color: #C5099E; }
a { background-color: rgb(197,9,158); }
div.DivClassName
{
background-color: #C5099E;
}
.BgClassName
{
background-color: #C5099E;
}
</style>
border-color css
<style>
span { border-color: #C5099E; }
span { border-color: rgb(197,9,158); }
td.TdClassName
{
border-color: #C5099E;
}
.TagClassName
{
border-color: #C5099E;
}
</style>