Shades of Medium Violet Red #C5099A
Tints of Medium Violet Red #C5099A
RGB
CMYK
RGB Variations
Color information
#C5099A (or 0xC5099A) is known color: Medium Violet Red. HEX triplet: C5, 09 and 9A. RGB value is (197,9,154). Sum of RGB (Red+Green+Blue) = 197+9+154=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5099A is #3AF665. Grayscale: #515151. Windows color (decimal): -3864166 or 10095045. OLE color: 10095045.
HSL color Cylindrical-coordinate representation of color #C5099A: hue angle of 313.72º 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 #C5099A is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 154 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.23 |
| HSL | 313.72º | 0.91% | 0.4% | - |
| HSV(B) | 313.72º | 0.95% | 0.77% | - |
| XYZ | 28.96 | 14.4 | 31.82 | - |
| YUV | 81.74 | 168.78 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 154 | 0 | 0.95 | 0.22 | 0.23 | 313.72 | 0.91 | 0.4 |
| Hex | C5 | 9 | 9A | 0 | 5F | 16 | 17 | 13A | 5B | 28 |
| Octal | 305 | 11 | 232 | 0 | 137 | 26 | 27 | 472 | 133 | 50 |
| Binary | 11000101 | 1001 | 10011010 | 0 | 1011111 | 10110 | 10111 | 100111010 | 1011011 | 101000 |
Color Harmonies of #C5099A
Complementary color
Monochromatic Colors of #C5099A
Black with #C5099A
Text Example
Text Example
White with #C5099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5099A; }
p { color: rgb(197,9,154); }
H1.HeaderClassName
{
color: #C5099A;
}
.AnyTagClassName
{
color: #C5099A;
}
</style>
background-color css
<style>
a { background-color: #C5099A; }
a { background-color: rgb(197,9,154); }
div.DivClassName
{
background-color: #C5099A;
}
.BgClassName
{
background-color: #C5099A;
}
</style>
border-color css
<style>
span { border-color: #C5099A; }
span { border-color: rgb(197,9,154); }
td.TdClassName
{
border-color: #C5099A;
}
.TagClassName
{
border-color: #C5099A;
}
</style>