Shades of Medium Violet Red #C3166E
Tints of Medium Violet Red #C3166E
RGB
CMYK
RGB Variations
Color information
#C3166E (or 0xC3166E) is known color: Medium Violet Red. HEX triplet: C3, 16 and 6E. RGB value is (195,22,110). Sum of RGB (Red+Green+Blue) = 195+22+110=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3166E is #3CE991. Grayscale: #535353. Windows color (decimal): -3991954 or 7214787. OLE color: 7214787.
HSL color Cylindrical-coordinate representation of color #C3166E: hue angle of 329.48º 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 #C3166E is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 110 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.24 |
| HSL | 329.48º | 0.8% | 0.43% | - |
| HSV(B) | 329.48º | 0.89% | 0.76% | - |
| XYZ | 25.61 | 13.3 | 15.97 | - |
| YUV | 83.76 | 142.81 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 110 | 0 | 0.89 | 0.44 | 0.24 | 329.48 | 0.8 | 0.43 |
| Hex | C3 | 16 | 6E | 0 | 59 | 2C | 18 | 149 | 50 | 2B |
| Octal | 303 | 26 | 156 | 0 | 131 | 54 | 30 | 511 | 120 | 53 |
| Binary | 11000011 | 10110 | 1101110 | 0 | 1011001 | 101100 | 11000 | 101001001 | 1010000 | 101011 |
Color Harmonies of #C3166E
Complementary color
Monochromatic Colors of #C3166E
Black with #C3166E
Text Example
Text Example
White with #C3166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3166E; }
p { color: rgb(195,22,110); }
H1.HeaderClassName
{
color: #C3166E;
}
.AnyTagClassName
{
color: #C3166E;
}
</style>
background-color css
<style>
a { background-color: #C3166E; }
a { background-color: rgb(195,22,110); }
div.DivClassName
{
background-color: #C3166E;
}
.BgClassName
{
background-color: #C3166E;
}
</style>
border-color css
<style>
span { border-color: #C3166E; }
span { border-color: rgb(195,22,110); }
td.TdClassName
{
border-color: #C3166E;
}
.TagClassName
{
border-color: #C3166E;
}
</style>