Shades of Medium Violet Red #C3109D
Tints of Medium Violet Red #C3109D
RGB
CMYK
RGB Variations
Color information
#C3109D (or 0xC3109D) is known color: Medium Violet Red. HEX triplet: C3, 10 and 9D. RGB value is (195,16,157). Sum of RGB (Red+Green+Blue) = 195+16+157=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3109D is #3CEF62. Grayscale: #555555. Windows color (decimal): -3993443 or 10293443. OLE color: 10293443.
HSL color Cylindrical-coordinate representation of color #C3109D: hue angle of 312.74º 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 #C3109D is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 157 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.24 |
| HSL | 312.74º | 0.85% | 0.41% | - |
| HSV(B) | 312.74º | 0.92% | 0.76% | - |
| XYZ | 28.78 | 14.41 | 33.16 | - |
| YUV | 85.6 | 168.3 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 157 | 0 | 0.92 | 0.19 | 0.24 | 312.74 | 0.85 | 0.41 |
| Hex | C3 | 10 | 9D | 0 | 5C | 13 | 18 | 139 | 55 | 29 |
| Octal | 303 | 20 | 235 | 0 | 134 | 23 | 30 | 471 | 125 | 51 |
| Binary | 11000011 | 10000 | 10011101 | 0 | 1011100 | 10011 | 11000 | 100111001 | 1010101 | 101001 |
Color Harmonies of #C3109D
Complementary color
Monochromatic Colors of #C3109D
Black with #C3109D
Text Example
Text Example
White with #C3109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3109D; }
p { color: rgb(195,16,157); }
H1.HeaderClassName
{
color: #C3109D;
}
.AnyTagClassName
{
color: #C3109D;
}
</style>
background-color css
<style>
a { background-color: #C3109D; }
a { background-color: rgb(195,16,157); }
div.DivClassName
{
background-color: #C3109D;
}
.BgClassName
{
background-color: #C3109D;
}
</style>
border-color css
<style>
span { border-color: #C3109D; }
span { border-color: rgb(195,16,157); }
td.TdClassName
{
border-color: #C3109D;
}
.TagClassName
{
border-color: #C3109D;
}
</style>