Shades of Medium Violet Red #C2107C
Tints of Medium Violet Red #C2107C
RGB
CMYK
RGB Variations
Color information
#C2107C (or 0xC2107C) is known color: Medium Violet Red. HEX triplet: C2, 10 and 7C. RGB value is (194,16,124). Sum of RGB (Red+Green+Blue) = 194+16+124=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2107C is #3DEF83. Grayscale: #515151. Windows color (decimal): -4059012 or 8130754. OLE color: 8130754.
HSL color Cylindrical-coordinate representation of color #C2107C: hue angle of 323.6º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2107C is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 124 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.24 |
| HSL | 323.6º | 0.85% | 0.41% | - |
| HSV(B) | 323.6º | 0.92% | 0.76% | - |
| XYZ | 26.07 | 13.3 | 20.26 | - |
| YUV | 81.53 | 151.97 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 124 | 0 | 0.92 | 0.36 | 0.24 | 323.6 | 0.85 | 0.41 |
| Hex | C2 | 10 | 7C | 0 | 5C | 24 | 18 | 144 | 55 | 29 |
| Octal | 302 | 20 | 174 | 0 | 134 | 44 | 30 | 504 | 125 | 51 |
| Binary | 11000010 | 10000 | 1111100 | 0 | 1011100 | 100100 | 11000 | 101000100 | 1010101 | 101001 |
Color Harmonies of #C2107C
Complementary color
Monochromatic Colors of #C2107C
Black with #C2107C
Text Example
Text Example
White with #C2107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2107C; }
p { color: rgb(194,16,124); }
H1.HeaderClassName
{
color: #C2107C;
}
.AnyTagClassName
{
color: #C2107C;
}
</style>
background-color css
<style>
a { background-color: #C2107C; }
a { background-color: rgb(194,16,124); }
div.DivClassName
{
background-color: #C2107C;
}
.BgClassName
{
background-color: #C2107C;
}
</style>
border-color css
<style>
span { border-color: #C2107C; }
span { border-color: rgb(194,16,124); }
td.TdClassName
{
border-color: #C2107C;
}
.TagClassName
{
border-color: #C2107C;
}
</style>