Shades of Medium Violet Red #C4107F
Tints of Medium Violet Red #C4107F
RGB
CMYK
RGB Variations
Color information
#C4107F (or 0xC4107F) is known color: Medium Violet Red. HEX triplet: C4, 10 and 7F. RGB value is (196,16,127). Sum of RGB (Red+Green+Blue) = 196+16+127=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4107F is #3BEF80. Grayscale: #525252. Windows color (decimal): -3927937 or 8327364. OLE color: 8327364.
HSL color Cylindrical-coordinate representation of color #C4107F: hue angle of 323º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4107F is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 127 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.23 |
| HSL | 323º | 0.85% | 0.42% | - |
| HSV(B) | 323º | 0.92% | 0.77% | - |
| XYZ | 26.78 | 13.64 | 21.3 | - |
| YUV | 82.47 | 153.13 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 127 | 0 | 0.92 | 0.35 | 0.23 | 323 | 0.85 | 0.42 |
| Hex | C4 | 10 | 7F | 0 | 5C | 23 | 17 | 143 | 55 | 2A |
| Octal | 304 | 20 | 177 | 0 | 134 | 43 | 27 | 503 | 125 | 52 |
| Binary | 11000100 | 10000 | 1111111 | 0 | 1011100 | 100011 | 10111 | 101000011 | 1010101 | 101010 |
Color Harmonies of #C4107F
Complementary color
Monochromatic Colors of #C4107F
Black with #C4107F
Text Example
Text Example
White with #C4107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4107F; }
p { color: rgb(196,16,127); }
H1.HeaderClassName
{
color: #C4107F;
}
.AnyTagClassName
{
color: #C4107F;
}
</style>
background-color css
<style>
a { background-color: #C4107F; }
a { background-color: rgb(196,16,127); }
div.DivClassName
{
background-color: #C4107F;
}
.BgClassName
{
background-color: #C4107F;
}
</style>
border-color css
<style>
span { border-color: #C4107F; }
span { border-color: rgb(196,16,127); }
td.TdClassName
{
border-color: #C4107F;
}
.TagClassName
{
border-color: #C4107F;
}
</style>