Shades of Medium Violet Red #C3166B
Tints of Medium Violet Red #C3166B
RGB
CMYK
RGB Variations
Color information
#C3166B (or 0xC3166B) is known color: Medium Violet Red. HEX triplet: C3, 16 and 6B. RGB value is (195,22,107). Sum of RGB (Red+Green+Blue) = 195+22+107=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3166B is #3CE994. Grayscale: #535353. Windows color (decimal): -3991957 or 7018179. OLE color: 7018179.
HSL color Cylindrical-coordinate representation of color #C3166B: hue angle of 330.52º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3166B is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 107 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.24 |
| HSL | 330.52º | 0.8% | 0.43% | - |
| HSV(B) | 330.52º | 0.89% | 0.76% | - |
| XYZ | 25.45 | 13.24 | 15.12 | - |
| YUV | 83.42 | 141.31 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 107 | 0 | 0.89 | 0.45 | 0.24 | 330.52 | 0.8 | 0.43 |
| Hex | C3 | 16 | 6B | 0 | 59 | 2D | 18 | 14B | 50 | 2B |
| Octal | 303 | 26 | 153 | 0 | 131 | 55 | 30 | 513 | 120 | 53 |
| Binary | 11000011 | 10110 | 1101011 | 0 | 1011001 | 101101 | 11000 | 101001011 | 1010000 | 101011 |
Color Harmonies of #C3166B
Complementary color
Monochromatic Colors of #C3166B
Black with #C3166B
Text Example
Text Example
White with #C3166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3166B; }
p { color: rgb(195,22,107); }
H1.HeaderClassName
{
color: #C3166B;
}
.AnyTagClassName
{
color: #C3166B;
}
</style>
background-color css
<style>
a { background-color: #C3166B; }
a { background-color: rgb(195,22,107); }
div.DivClassName
{
background-color: #C3166B;
}
.BgClassName
{
background-color: #C3166B;
}
</style>
border-color css
<style>
span { border-color: #C3166B; }
span { border-color: rgb(195,22,107); }
td.TdClassName
{
border-color: #C3166B;
}
.TagClassName
{
border-color: #C3166B;
}
</style>