Shades of Medium Violet Red #C0106F
Tints of Medium Violet Red #C0106F
RGB
CMYK
RGB Variations
Color information
#C0106F (or 0xC0106F) is known color: Medium Violet Red. HEX triplet: C0, 10 and 6F. RGB value is (192,16,111). Sum of RGB (Red+Green+Blue) = 192+16+111=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0106F is #3FEF90. Grayscale: #4F4F4F. Windows color (decimal): -4190097 or 7278784. OLE color: 7278784.
HSL color Cylindrical-coordinate representation of color #C0106F: hue angle of 327.61º 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 #C0106F is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 111 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.25 |
| HSL | 327.61º | 0.85% | 0.41% | - |
| HSV(B) | 327.61º | 0.92% | 0.75% | - |
| XYZ | 24.79 | 12.72 | 16.19 | - |
| YUV | 79.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 111 | 0 | 0.92 | 0.42 | 0.25 | 327.61 | 0.85 | 0.41 |
| Hex | C0 | 10 | 6F | 0 | 5C | 2A | 19 | 148 | 55 | 29 |
| Octal | 300 | 20 | 157 | 0 | 134 | 52 | 31 | 510 | 125 | 51 |
| Binary | 11000000 | 10000 | 1101111 | 0 | 1011100 | 101010 | 11001 | 101001000 | 1010101 | 101001 |
Color Harmonies of #C0106F
Complementary color
Monochromatic Colors of #C0106F
Black with #C0106F
Text Example
Text Example
White with #C0106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0106F; }
p { color: rgb(192,16,111); }
H1.HeaderClassName
{
color: #C0106F;
}
.AnyTagClassName
{
color: #C0106F;
}
</style>
background-color css
<style>
a { background-color: #C0106F; }
a { background-color: rgb(192,16,111); }
div.DivClassName
{
background-color: #C0106F;
}
.BgClassName
{
background-color: #C0106F;
}
</style>
border-color css
<style>
span { border-color: #C0106F; }
span { border-color: rgb(192,16,111); }
td.TdClassName
{
border-color: #C0106F;
}
.TagClassName
{
border-color: #C0106F;
}
</style>