Shades of Medium Violet Red #C0107C
Tints of Medium Violet Red #C0107C
RGB
CMYK
RGB Variations
Color information
#C0107C (or 0xC0107C) is known color: Medium Violet Red. HEX triplet: C0, 10 and 7C. RGB value is (192,16,124). Sum of RGB (Red+Green+Blue) = 192+16+124=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0107C is #3FEF83. Grayscale: #505050. Windows color (decimal): -4190084 or 8130752. OLE color: 8130752.
HSL color Cylindrical-coordinate representation of color #C0107C: hue angle of 323.18º 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 #C0107C is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 124 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.25 |
| HSL | 323.18º | 0.85% | 0.41% | - |
| HSV(B) | 323.18º | 0.92% | 0.75% | - |
| XYZ | 25.56 | 13.03 | 20.24 | - |
| YUV | 80.94 | 152.31 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 124 | 0 | 0.92 | 0.35 | 0.25 | 323.18 | 0.85 | 0.41 |
| Hex | C0 | 10 | 7C | 0 | 5C | 23 | 19 | 143 | 55 | 29 |
| Octal | 300 | 20 | 174 | 0 | 134 | 43 | 31 | 503 | 125 | 51 |
| Binary | 11000000 | 10000 | 1111100 | 0 | 1011100 | 100011 | 11001 | 101000011 | 1010101 | 101001 |
Color Harmonies of #C0107C
Complementary color
Monochromatic Colors of #C0107C
Black with #C0107C
Text Example
Text Example
White with #C0107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0107C; }
p { color: rgb(192,16,124); }
H1.HeaderClassName
{
color: #C0107C;
}
.AnyTagClassName
{
color: #C0107C;
}
</style>
background-color css
<style>
a { background-color: #C0107C; }
a { background-color: rgb(192,16,124); }
div.DivClassName
{
background-color: #C0107C;
}
.BgClassName
{
background-color: #C0107C;
}
</style>
border-color css
<style>
span { border-color: #C0107C; }
span { border-color: rgb(192,16,124); }
td.TdClassName
{
border-color: #C0107C;
}
.TagClassName
{
border-color: #C0107C;
}
</style>