Shades of Medium Violet Red #C4166B
Tints of Medium Violet Red #C4166B
RGB
CMYK
RGB Variations
Color information
#C4166B (or 0xC4166B) is known color: Medium Violet Red. HEX triplet: C4, 16 and 6B. RGB value is (196,22,107). Sum of RGB (Red+Green+Blue) = 196+22+107=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4166B is #3BE994. Grayscale: #535353. Windows color (decimal): -3926421 or 7018180. OLE color: 7018180.
HSL color Cylindrical-coordinate representation of color #C4166B: hue angle of 330.69º 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 #C4166B is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 107 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.23 |
| HSL | 330.69º | 0.8% | 0.43% | - |
| HSV(B) | 330.69º | 0.89% | 0.77% | - |
| XYZ | 25.71 | 13.37 | 15.14 | - |
| YUV | 83.72 | 141.15 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 107 | 0 | 0.89 | 0.45 | 0.23 | 330.69 | 0.8 | 0.43 |
| Hex | C4 | 16 | 6B | 0 | 59 | 2D | 17 | 14B | 50 | 2B |
| Octal | 304 | 26 | 153 | 0 | 131 | 55 | 27 | 513 | 120 | 53 |
| Binary | 11000100 | 10110 | 1101011 | 0 | 1011001 | 101101 | 10111 | 101001011 | 1010000 | 101011 |
Color Harmonies of #C4166B
Complementary color
Monochromatic Colors of #C4166B
Black with #C4166B
Text Example
Text Example
White with #C4166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4166B; }
p { color: rgb(196,22,107); }
H1.HeaderClassName
{
color: #C4166B;
}
.AnyTagClassName
{
color: #C4166B;
}
</style>
background-color css
<style>
a { background-color: #C4166B; }
a { background-color: rgb(196,22,107); }
div.DivClassName
{
background-color: #C4166B;
}
.BgClassName
{
background-color: #C4166B;
}
</style>
border-color css
<style>
span { border-color: #C4166B; }
span { border-color: rgb(196,22,107); }
td.TdClassName
{
border-color: #C4166B;
}
.TagClassName
{
border-color: #C4166B;
}
</style>