Shades of Medium Violet Red #C0009E
Tints of Medium Violet Red #C0009E
RGB
CMYK
RGB Variations
Color information
#C0009E (or 0xC0009E) is known color: Medium Violet Red. HEX triplet: C0, 00 and 9E. RGB value is (192,0,158). Sum of RGB (Red+Green+Blue) = 192+0+158=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0009E is #3FFF61. Grayscale: #4A4A4A. Windows color (decimal): -4194146 or 10354880. OLE color: 10354880.
HSL color Cylindrical-coordinate representation of color #C0009E: hue angle of 310.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0009E is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.18 | 0.25 |
| HSL | 310.63º | 1% | 0.38% | - |
| HSV(B) | 310.63º | 1% | 0.75% | - |
| XYZ | 27.91 | 13.68 | 33.52 | - |
| YUV | 75.42 | 174.61 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 158 | 0 | 1 | 0.18 | 0.25 | 310.63 | 1 | 0.38 |
| Hex | C0 | 0 | 9E | 0 | 64 | 12 | 19 | 137 | 64 | 26 |
| Octal | 300 | 0 | 236 | 0 | 144 | 22 | 31 | 467 | 144 | 46 |
| Binary | 11000000 | 0 | 10011110 | 0 | 1100100 | 10010 | 11001 | 100110111 | 1100100 | 100110 |
Color Harmonies of #C0009E
Complementary color
Monochromatic Colors of #C0009E
Black with #C0009E
Text Example
Text Example
White with #C0009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0009E; }
p { color: rgb(192,0,158); }
H1.HeaderClassName
{
color: #C0009E;
}
.AnyTagClassName
{
color: #C0009E;
}
</style>
background-color css
<style>
a { background-color: #C0009E; }
a { background-color: rgb(192,0,158); }
div.DivClassName
{
background-color: #C0009E;
}
.BgClassName
{
background-color: #C0009E;
}
</style>
border-color css
<style>
span { border-color: #C0009E; }
span { border-color: rgb(192,0,158); }
td.TdClassName
{
border-color: #C0009E;
}
.TagClassName
{
border-color: #C0009E;
}
</style>