Shades of Medium Violet Red #C5098A
Tints of Medium Violet Red #C5098A
RGB
CMYK
RGB Variations
Color information
#C5098A (or 0xC5098A) is known color: Medium Violet Red. HEX triplet: C5, 09 and 8A. RGB value is (197,9,138). Sum of RGB (Red+Green+Blue) = 197+9+138=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5098A is #3AF675. Grayscale: #4F4F4F. Windows color (decimal): -3864182 or 9046469. OLE color: 9046469.
HSL color Cylindrical-coordinate representation of color #C5098A: hue angle of 318.83º 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 #C5098A is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 138 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.23 |
| HSL | 318.83º | 0.91% | 0.4% | - |
| HSV(B) | 318.83º | 0.95% | 0.77% | - |
| XYZ | 27.71 | 13.9 | 25.27 | - |
| YUV | 79.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 138 | 0 | 0.95 | 0.30 | 0.23 | 318.83 | 0.91 | 0.4 |
| Hex | C5 | 9 | 8A | 0 | 5F | 1E | 17 | 13F | 5B | 28 |
| Octal | 305 | 11 | 212 | 0 | 137 | 36 | 27 | 477 | 133 | 50 |
| Binary | 11000101 | 1001 | 10001010 | 0 | 1011111 | 11110 | 10111 | 100111111 | 1011011 | 101000 |
Color Harmonies of #C5098A
Complementary color
Monochromatic Colors of #C5098A
Black with #C5098A
Text Example
Text Example
White with #C5098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5098A; }
p { color: rgb(197,9,138); }
H1.HeaderClassName
{
color: #C5098A;
}
.AnyTagClassName
{
color: #C5098A;
}
</style>
background-color css
<style>
a { background-color: #C5098A; }
a { background-color: rgb(197,9,138); }
div.DivClassName
{
background-color: #C5098A;
}
.BgClassName
{
background-color: #C5098A;
}
</style>
border-color css
<style>
span { border-color: #C5098A; }
span { border-color: rgb(197,9,138); }
td.TdClassName
{
border-color: #C5098A;
}
.TagClassName
{
border-color: #C5098A;
}
</style>