Shades of Medium Violet Red #C0109F
Tints of Medium Violet Red #C0109F
RGB
CMYK
RGB Variations
Color information
#C0109F (or 0xC0109F) is known color: Medium Violet Red. HEX triplet: C0, 10 and 9F. RGB value is (192,16,159). Sum of RGB (Red+Green+Blue) = 192+16+159=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0109F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0109F is #3FEF60. Grayscale: #545454. Windows color (decimal): -4190049 or 10424512. OLE color: 10424512.
HSL color Cylindrical-coordinate representation of color #C0109F: hue angle of 311.25º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0109F is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 159 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.25 |
| HSL | 311.25º | 0.85% | 0.41% | - |
| HSV(B) | 311.25º | 0.92% | 0.75% | - |
| XYZ | 28.18 | 14.08 | 34.03 | - |
| YUV | 84.93 | 169.81 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 159 | 0 | 0.92 | 0.17 | 0.25 | 311.25 | 0.85 | 0.41 |
| Hex | C0 | 10 | 9F | 0 | 5C | 11 | 19 | 137 | 55 | 29 |
| Octal | 300 | 20 | 237 | 0 | 134 | 21 | 31 | 467 | 125 | 51 |
| Binary | 11000000 | 10000 | 10011111 | 0 | 1011100 | 10001 | 11001 | 100110111 | 1010101 | 101001 |
Color Harmonies of #C0109F
Complementary color
Monochromatic Colors of #C0109F
Black with #C0109F
Text Example
Text Example
White with #C0109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0109F; }
p { color: rgb(192,16,159); }
H1.HeaderClassName
{
color: #C0109F;
}
.AnyTagClassName
{
color: #C0109F;
}
</style>
background-color css
<style>
a { background-color: #C0109F; }
a { background-color: rgb(192,16,159); }
div.DivClassName
{
background-color: #C0109F;
}
.BgClassName
{
background-color: #C0109F;
}
</style>
border-color css
<style>
span { border-color: #C0109F; }
span { border-color: rgb(192,16,159); }
td.TdClassName
{
border-color: #C0109F;
}
.TagClassName
{
border-color: #C0109F;
}
</style>