Shades of Medium Violet Red #C4166E
Tints of Medium Violet Red #C4166E
RGB
CMYK
RGB Variations
Color information
#C4166E (or 0xC4166E) is known color: Medium Violet Red. HEX triplet: C4, 16 and 6E. RGB value is (196,22,110). Sum of RGB (Red+Green+Blue) = 196+22+110=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4166E is #3BE991. Grayscale: #535353. Windows color (decimal): -3926418 or 7214788. OLE color: 7214788.
HSL color Cylindrical-coordinate representation of color #C4166E: hue angle of 329.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4166E is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 110 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.23 |
| HSL | 329.66º | 0.8% | 0.43% | - |
| HSV(B) | 329.66º | 0.89% | 0.77% | - |
| XYZ | 25.87 | 13.44 | 15.98 | - |
| YUV | 84.06 | 142.65 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 110 | 0 | 0.89 | 0.44 | 0.23 | 329.66 | 0.8 | 0.43 |
| Hex | C4 | 16 | 6E | 0 | 59 | 2C | 17 | 14A | 50 | 2B |
| Octal | 304 | 26 | 156 | 0 | 131 | 54 | 27 | 512 | 120 | 53 |
| Binary | 11000100 | 10110 | 1101110 | 0 | 1011001 | 101100 | 10111 | 101001010 | 1010000 | 101011 |
Color Harmonies of #C4166E
Complementary color
Monochromatic Colors of #C4166E
Black with #C4166E
Text Example
Text Example
White with #C4166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4166E; }
p { color: rgb(196,22,110); }
H1.HeaderClassName
{
color: #C4166E;
}
.AnyTagClassName
{
color: #C4166E;
}
</style>
background-color css
<style>
a { background-color: #C4166E; }
a { background-color: rgb(196,22,110); }
div.DivClassName
{
background-color: #C4166E;
}
.BgClassName
{
background-color: #C4166E;
}
</style>
border-color css
<style>
span { border-color: #C4166E; }
span { border-color: rgb(196,22,110); }
td.TdClassName
{
border-color: #C4166E;
}
.TagClassName
{
border-color: #C4166E;
}
</style>