Shades of Medium Violet Red #C0107D
Tints of Medium Violet Red #C0107D
RGB
CMYK
RGB Variations
Color information
#C0107D (or 0xC0107D) is known color: Medium Violet Red. HEX triplet: C0, 10 and 7D. RGB value is (192,16,125). Sum of RGB (Red+Green+Blue) = 192+16+125=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0107D is #3FEF82. Grayscale: #505050. Windows color (decimal): -4190083 or 8196288. OLE color: 8196288.
HSL color Cylindrical-coordinate representation of color #C0107D: hue angle of 322.84º 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 #C0107D is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 125 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.25 |
| HSL | 322.84º | 0.85% | 0.41% | - |
| HSV(B) | 322.84º | 0.92% | 0.75% | - |
| XYZ | 25.63 | 13.06 | 20.57 | - |
| YUV | 81.05 | 152.81 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 125 | 0 | 0.92 | 0.35 | 0.25 | 322.84 | 0.85 | 0.41 |
| Hex | C0 | 10 | 7D | 0 | 5C | 23 | 19 | 143 | 55 | 29 |
| Octal | 300 | 20 | 175 | 0 | 134 | 43 | 31 | 503 | 125 | 51 |
| Binary | 11000000 | 10000 | 1111101 | 0 | 1011100 | 100011 | 11001 | 101000011 | 1010101 | 101001 |
Color Harmonies of #C0107D
Complementary color
Monochromatic Colors of #C0107D
Black with #C0107D
Text Example
Text Example
White with #C0107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0107D; }
p { color: rgb(192,16,125); }
H1.HeaderClassName
{
color: #C0107D;
}
.AnyTagClassName
{
color: #C0107D;
}
</style>
background-color css
<style>
a { background-color: #C0107D; }
a { background-color: rgb(192,16,125); }
div.DivClassName
{
background-color: #C0107D;
}
.BgClassName
{
background-color: #C0107D;
}
</style>
border-color css
<style>
span { border-color: #C0107D; }
span { border-color: rgb(192,16,125); }
td.TdClassName
{
border-color: #C0107D;
}
.TagClassName
{
border-color: #C0107D;
}
</style>