Shades of Medium Violet Red #C4166A
Tints of Medium Violet Red #C4166A
RGB
CMYK
RGB Variations
Color information
#C4166A (or 0xC4166A) is known color: Medium Violet Red. HEX triplet: C4, 16 and 6A. RGB value is (196,22,106). Sum of RGB (Red+Green+Blue) = 196+22+106=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4166A is #3BE995. Grayscale: #535353. Windows color (decimal): -3926422 or 6952644. OLE color: 6952644.
HSL color Cylindrical-coordinate representation of color #C4166A: hue angle of 331.03º 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 #C4166A is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 106 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.23 |
| HSL | 331.03º | 0.8% | 0.43% | - |
| HSV(B) | 331.03º | 0.89% | 0.77% | - |
| XYZ | 25.65 | 13.35 | 14.86 | - |
| YUV | 83.6 | 140.65 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 106 | 0 | 0.89 | 0.46 | 0.23 | 331.03 | 0.8 | 0.43 |
| Hex | C4 | 16 | 6A | 0 | 59 | 2E | 17 | 14B | 50 | 2B |
| Octal | 304 | 26 | 152 | 0 | 131 | 56 | 27 | 513 | 120 | 53 |
| Binary | 11000100 | 10110 | 1101010 | 0 | 1011001 | 101110 | 10111 | 101001011 | 1010000 | 101011 |
Color Harmonies of #C4166A
Complementary color
Monochromatic Colors of #C4166A
Black with #C4166A
Text Example
Text Example
White with #C4166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4166A; }
p { color: rgb(196,22,106); }
H1.HeaderClassName
{
color: #C4166A;
}
.AnyTagClassName
{
color: #C4166A;
}
</style>
background-color css
<style>
a { background-color: #C4166A; }
a { background-color: rgb(196,22,106); }
div.DivClassName
{
background-color: #C4166A;
}
.BgClassName
{
background-color: #C4166A;
}
</style>
border-color css
<style>
span { border-color: #C4166A; }
span { border-color: rgb(196,22,106); }
td.TdClassName
{
border-color: #C4166A;
}
.TagClassName
{
border-color: #C4166A;
}
</style>