Shades of Medium Violet Red #C0109C
Tints of Medium Violet Red #C0109C
RGB
CMYK
RGB Variations
Color information
#C0109C (or 0xC0109C) is known color: Medium Violet Red. HEX triplet: C0, 10 and 9C. RGB value is (192,16,156). Sum of RGB (Red+Green+Blue) = 192+16+156=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0109C is #3FEF63. Grayscale: #545454. Windows color (decimal): -4190052 or 10227904. OLE color: 10227904.
HSL color Cylindrical-coordinate representation of color #C0109C: hue angle of 312.27º 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 #C0109C is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 156 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.25 |
| HSL | 312.27º | 0.85% | 0.41% | - |
| HSV(B) | 312.27º | 0.92% | 0.75% | - |
| XYZ | 27.92 | 13.98 | 32.68 | - |
| YUV | 84.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 156 | 0 | 0.92 | 0.19 | 0.25 | 312.27 | 0.85 | 0.41 |
| Hex | C0 | 10 | 9C | 0 | 5C | 13 | 19 | 138 | 55 | 29 |
| Octal | 300 | 20 | 234 | 0 | 134 | 23 | 31 | 470 | 125 | 51 |
| Binary | 11000000 | 10000 | 10011100 | 0 | 1011100 | 10011 | 11001 | 100111000 | 1010101 | 101001 |
Color Harmonies of #C0109C
Complementary color
Monochromatic Colors of #C0109C
Black with #C0109C
Text Example
Text Example
White with #C0109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0109C; }
p { color: rgb(192,16,156); }
H1.HeaderClassName
{
color: #C0109C;
}
.AnyTagClassName
{
color: #C0109C;
}
</style>
background-color css
<style>
a { background-color: #C0109C; }
a { background-color: rgb(192,16,156); }
div.DivClassName
{
background-color: #C0109C;
}
.BgClassName
{
background-color: #C0109C;
}
</style>
border-color css
<style>
span { border-color: #C0109C; }
span { border-color: rgb(192,16,156); }
td.TdClassName
{
border-color: #C0109C;
}
.TagClassName
{
border-color: #C0109C;
}
</style>