Shades of Medium Violet Red #C0098D
Tints of Medium Violet Red #C0098D
RGB
CMYK
RGB Variations
Color information
#C0098D (or 0xC0098D) is known color: Medium Violet Red. HEX triplet: C0, 09 and 8D. RGB value is (192,9,141). Sum of RGB (Red+Green+Blue) = 192+9+141=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0098D is #3FF672. Grayscale: #4E4E4E. Windows color (decimal): -4191859 or 9243072. OLE color: 9243072.
HSL color Cylindrical-coordinate representation of color #C0098D: hue angle of 316.72º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0098D is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 141 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.25 |
| HSL | 316.72º | 0.91% | 0.39% | - |
| HSV(B) | 316.72º | 0.95% | 0.75% | - |
| XYZ | 26.64 | 13.32 | 26.37 | - |
| YUV | 78.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 141 | 0 | 0.95 | 0.27 | 0.25 | 316.72 | 0.91 | 0.39 |
| Hex | C0 | 9 | 8D | 0 | 5F | 1B | 19 | 13D | 5B | 27 |
| Octal | 300 | 11 | 215 | 0 | 137 | 33 | 31 | 475 | 133 | 47 |
| Binary | 11000000 | 1001 | 10001101 | 0 | 1011111 | 11011 | 11001 | 100111101 | 1011011 | 100111 |
Color Harmonies of #C0098D
Complementary color
Monochromatic Colors of #C0098D
Black with #C0098D
Text Example
Text Example
White with #C0098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0098D; }
p { color: rgb(192,9,141); }
H1.HeaderClassName
{
color: #C0098D;
}
.AnyTagClassName
{
color: #C0098D;
}
</style>
background-color css
<style>
a { background-color: #C0098D; }
a { background-color: rgb(192,9,141); }
div.DivClassName
{
background-color: #C0098D;
}
.BgClassName
{
background-color: #C0098D;
}
</style>
border-color css
<style>
span { border-color: #C0098D; }
span { border-color: rgb(192,9,141); }
td.TdClassName
{
border-color: #C0098D;
}
.TagClassName
{
border-color: #C0098D;
}
</style>