Shades of Medium Violet Red #C2166B
Tints of Medium Violet Red #C2166B
RGB
CMYK
RGB Variations
Color information
#C2166B (or 0xC2166B) is known color: Medium Violet Red. HEX triplet: C2, 16 and 6B. RGB value is (194,22,107). Sum of RGB (Red+Green+Blue) = 194+22+107=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2166B is #3DE994. Grayscale: #525252. Windows color (decimal): -4057493 or 7018178. OLE color: 7018178.
HSL color Cylindrical-coordinate representation of color #C2166B: hue angle of 330.35º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2166B is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 107 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.24 |
| HSL | 330.35º | 0.8% | 0.42% | - |
| HSV(B) | 330.35º | 0.89% | 0.76% | - |
| XYZ | 25.19 | 13.1 | 15.11 | - |
| YUV | 83.12 | 141.48 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 107 | 0 | 0.89 | 0.45 | 0.24 | 330.35 | 0.8 | 0.42 |
| Hex | C2 | 16 | 6B | 0 | 59 | 2D | 18 | 14A | 50 | 2A |
| Octal | 302 | 26 | 153 | 0 | 131 | 55 | 30 | 512 | 120 | 52 |
| Binary | 11000010 | 10110 | 1101011 | 0 | 1011001 | 101101 | 11000 | 101001010 | 1010000 | 101010 |
Color Harmonies of #C2166B
Complementary color
Monochromatic Colors of #C2166B
Black with #C2166B
Text Example
Text Example
White with #C2166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2166B; }
p { color: rgb(194,22,107); }
H1.HeaderClassName
{
color: #C2166B;
}
.AnyTagClassName
{
color: #C2166B;
}
</style>
background-color css
<style>
a { background-color: #C2166B; }
a { background-color: rgb(194,22,107); }
div.DivClassName
{
background-color: #C2166B;
}
.BgClassName
{
background-color: #C2166B;
}
</style>
border-color css
<style>
span { border-color: #C2166B; }
span { border-color: rgb(194,22,107); }
td.TdClassName
{
border-color: #C2166B;
}
.TagClassName
{
border-color: #C2166B;
}
</style>