Shades of Medium Violet Red #C3109B
Tints of Medium Violet Red #C3109B
RGB
CMYK
RGB Variations
Color information
#C3109B (or 0xC3109B) is known color: Medium Violet Red. HEX triplet: C3, 10 and 9B. RGB value is (195,16,155). Sum of RGB (Red+Green+Blue) = 195+16+155=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C3109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3109B is #3CEF64. Grayscale: #545454. Windows color (decimal): -3993445 or 10162371. OLE color: 10162371.
HSL color Cylindrical-coordinate representation of color #C3109B: hue angle of 313.41º 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 #C3109B is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 155 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.24 |
| HSL | 313.41º | 0.85% | 0.41% | - |
| HSV(B) | 313.41º | 0.92% | 0.76% | - |
| XYZ | 28.61 | 14.34 | 32.27 | - |
| YUV | 85.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 155 | 0 | 0.92 | 0.21 | 0.24 | 313.41 | 0.85 | 0.41 |
| Hex | C3 | 10 | 9B | 0 | 5C | 15 | 18 | 139 | 55 | 29 |
| Octal | 303 | 20 | 233 | 0 | 134 | 25 | 30 | 471 | 125 | 51 |
| Binary | 11000011 | 10000 | 10011011 | 0 | 1011100 | 10101 | 11000 | 100111001 | 1010101 | 101001 |
Color Harmonies of #C3109B
Complementary color
Monochromatic Colors of #C3109B
Black with #C3109B
Text Example
Text Example
White with #C3109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3109B; }
p { color: rgb(195,16,155); }
H1.HeaderClassName
{
color: #C3109B;
}
.AnyTagClassName
{
color: #C3109B;
}
</style>
background-color css
<style>
a { background-color: #C3109B; }
a { background-color: rgb(195,16,155); }
div.DivClassName
{
background-color: #C3109B;
}
.BgClassName
{
background-color: #C3109B;
}
</style>
border-color css
<style>
span { border-color: #C3109B; }
span { border-color: rgb(195,16,155); }
td.TdClassName
{
border-color: #C3109B;
}
.TagClassName
{
border-color: #C3109B;
}
</style>