Shades of Medium Violet Red #C4107C
Tints of Medium Violet Red #C4107C
RGB
CMYK
RGB Variations
Color information
#C4107C (or 0xC4107C) is known color: Medium Violet Red. HEX triplet: C4, 10 and 7C. RGB value is (196,16,124). Sum of RGB (Red+Green+Blue) = 196+16+124=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C4107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4107C is #3BEF83. Grayscale: #515151. Windows color (decimal): -3927940 or 8130756. OLE color: 8130756.
HSL color Cylindrical-coordinate representation of color #C4107C: hue angle of 324º 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 #C4107C is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 124 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.23 |
| HSL | 324º | 0.85% | 0.42% | - |
| HSV(B) | 324º | 0.92% | 0.77% | - |
| XYZ | 26.59 | 13.56 | 20.29 | - |
| YUV | 82.13 | 151.63 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 124 | 0 | 0.92 | 0.37 | 0.23 | 324 | 0.85 | 0.42 |
| Hex | C4 | 10 | 7C | 0 | 5C | 25 | 17 | 144 | 55 | 2A |
| Octal | 304 | 20 | 174 | 0 | 134 | 45 | 27 | 504 | 125 | 52 |
| Binary | 11000100 | 10000 | 1111100 | 0 | 1011100 | 100101 | 10111 | 101000100 | 1010101 | 101010 |
Color Harmonies of #C4107C
Complementary color
Monochromatic Colors of #C4107C
Black with #C4107C
Text Example
Text Example
White with #C4107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4107C; }
p { color: rgb(196,16,124); }
H1.HeaderClassName
{
color: #C4107C;
}
.AnyTagClassName
{
color: #C4107C;
}
</style>
background-color css
<style>
a { background-color: #C4107C; }
a { background-color: rgb(196,16,124); }
div.DivClassName
{
background-color: #C4107C;
}
.BgClassName
{
background-color: #C4107C;
}
</style>
border-color css
<style>
span { border-color: #C4107C; }
span { border-color: rgb(196,16,124); }
td.TdClassName
{
border-color: #C4107C;
}
.TagClassName
{
border-color: #C4107C;
}
</style>