Shades of Medium Violet Red #C0107E
Tints of Medium Violet Red #C0107E
RGB
CMYK
RGB Variations
Color information
#C0107E (or 0xC0107E) is known color: Medium Violet Red. HEX triplet: C0, 10 and 7E. RGB value is (192,16,126). Sum of RGB (Red+Green+Blue) = 192+16+126=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0107E is #3FEF81. Grayscale: #505050. Windows color (decimal): -4190082 or 8261824. OLE color: 8261824.
HSL color Cylindrical-coordinate representation of color #C0107E: hue angle of 322.5º 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 #C0107E is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 126 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.25 |
| HSL | 322.5º | 0.85% | 0.41% | - |
| HSV(B) | 322.5º | 0.92% | 0.75% | - |
| XYZ | 25.69 | 13.08 | 20.91 | - |
| YUV | 81.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 126 | 0 | 0.92 | 0.34 | 0.25 | 322.5 | 0.85 | 0.41 |
| Hex | C0 | 10 | 7E | 0 | 5C | 22 | 19 | 142 | 55 | 29 |
| Octal | 300 | 20 | 176 | 0 | 134 | 42 | 31 | 502 | 125 | 51 |
| Binary | 11000000 | 10000 | 1111110 | 0 | 1011100 | 100010 | 11001 | 101000010 | 1010101 | 101001 |
Color Harmonies of #C0107E
Complementary color
Monochromatic Colors of #C0107E
Black with #C0107E
Text Example
Text Example
White with #C0107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0107E; }
p { color: rgb(192,16,126); }
H1.HeaderClassName
{
color: #C0107E;
}
.AnyTagClassName
{
color: #C0107E;
}
</style>
background-color css
<style>
a { background-color: #C0107E; }
a { background-color: rgb(192,16,126); }
div.DivClassName
{
background-color: #C0107E;
}
.BgClassName
{
background-color: #C0107E;
}
</style>
border-color css
<style>
span { border-color: #C0107E; }
span { border-color: rgb(192,16,126); }
td.TdClassName
{
border-color: #C0107E;
}
.TagClassName
{
border-color: #C0107E;
}
</style>