Shades of Medium Violet Red #C3106D
Tints of Medium Violet Red #C3106D
RGB
CMYK
RGB Variations
Color information
#C3106D (or 0xC3106D) is known color: Medium Violet Red. HEX triplet: C3, 10 and 6D. RGB value is (195,16,109). Sum of RGB (Red+Green+Blue) = 195+16+109=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3106D is #3CEF92. Grayscale: #4F4F4F. Windows color (decimal): -3993491 or 7147715. OLE color: 7147715.
HSL color Cylindrical-coordinate representation of color #C3106D: hue angle of 328.83º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3106D is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 109 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.24 |
| HSL | 328.83º | 0.85% | 0.41% | - |
| HSV(B) | 328.83º | 0.92% | 0.76% | - |
| XYZ | 25.45 | 13.08 | 15.65 | - |
| YUV | 80.12 | 144.3 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 109 | 0 | 0.92 | 0.44 | 0.24 | 328.83 | 0.85 | 0.41 |
| Hex | C3 | 10 | 6D | 0 | 5C | 2C | 18 | 149 | 55 | 29 |
| Octal | 303 | 20 | 155 | 0 | 134 | 54 | 30 | 511 | 125 | 51 |
| Binary | 11000011 | 10000 | 1101101 | 0 | 1011100 | 101100 | 11000 | 101001001 | 1010101 | 101001 |
Color Harmonies of #C3106D
Complementary color
Monochromatic Colors of #C3106D
Black with #C3106D
Text Example
Text Example
White with #C3106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3106D; }
p { color: rgb(195,16,109); }
H1.HeaderClassName
{
color: #C3106D;
}
.AnyTagClassName
{
color: #C3106D;
}
</style>
background-color css
<style>
a { background-color: #C3106D; }
a { background-color: rgb(195,16,109); }
div.DivClassName
{
background-color: #C3106D;
}
.BgClassName
{
background-color: #C3106D;
}
</style>
border-color css
<style>
span { border-color: #C3106D; }
span { border-color: rgb(195,16,109); }
td.TdClassName
{
border-color: #C3106D;
}
.TagClassName
{
border-color: #C3106D;
}
</style>