Shades of Medium Violet Red #C0109D
Tints of Medium Violet Red #C0109D
RGB
CMYK
RGB Variations
Color information
#C0109D (or 0xC0109D) is known color: Medium Violet Red. HEX triplet: C0, 10 and 9D. RGB value is (192,16,157). Sum of RGB (Red+Green+Blue) = 192+16+157=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0109D is #3FEF62. Grayscale: #545454. Windows color (decimal): -4190051 or 10293440. OLE color: 10293440.
HSL color Cylindrical-coordinate representation of color #C0109D: hue angle of 311.93º 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 #C0109D is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 157 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.25 |
| HSL | 311.93º | 0.85% | 0.41% | - |
| HSV(B) | 311.93º | 0.92% | 0.75% | - |
| XYZ | 28.01 | 14.01 | 33.13 | - |
| YUV | 84.7 | 168.81 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 157 | 0 | 0.92 | 0.18 | 0.25 | 311.93 | 0.85 | 0.41 |
| Hex | C0 | 10 | 9D | 0 | 5C | 12 | 19 | 138 | 55 | 29 |
| Octal | 300 | 20 | 235 | 0 | 134 | 22 | 31 | 470 | 125 | 51 |
| Binary | 11000000 | 10000 | 10011101 | 0 | 1011100 | 10010 | 11001 | 100111000 | 1010101 | 101001 |
Color Harmonies of #C0109D
Complementary color
Monochromatic Colors of #C0109D
Black with #C0109D
Text Example
Text Example
White with #C0109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0109D; }
p { color: rgb(192,16,157); }
H1.HeaderClassName
{
color: #C0109D;
}
.AnyTagClassName
{
color: #C0109D;
}
</style>
background-color css
<style>
a { background-color: #C0109D; }
a { background-color: rgb(192,16,157); }
div.DivClassName
{
background-color: #C0109D;
}
.BgClassName
{
background-color: #C0109D;
}
</style>
border-color css
<style>
span { border-color: #C0109D; }
span { border-color: rgb(192,16,157); }
td.TdClassName
{
border-color: #C0109D;
}
.TagClassName
{
border-color: #C0109D;
}
</style>