Shades of Medium Violet Red #C3119D
Tints of Medium Violet Red #C3119D
RGB
CMYK
RGB Variations
Color information
#C3119D (or 0xC3119D) is known color: Medium Violet Red. HEX triplet: C3, 11 and 9D. RGB value is (195,17,157). Sum of RGB (Red+Green+Blue) = 195+17+157=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3119D is #3CEE62. Grayscale: #555555. Windows color (decimal): -3993187 or 10293699. OLE color: 10293699.
HSL color Cylindrical-coordinate representation of color #C3119D: hue angle of 312.81º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3119D is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 157 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.24 |
| HSL | 312.81º | 0.84% | 0.42% | - |
| HSV(B) | 312.81º | 0.91% | 0.76% | - |
| XYZ | 28.79 | 14.44 | 33.17 | - |
| YUV | 86.18 | 167.97 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 157 | 0 | 0.91 | 0.19 | 0.24 | 312.81 | 0.84 | 0.42 |
| Hex | C3 | 11 | 9D | 0 | 5B | 13 | 18 | 139 | 54 | 2A |
| Octal | 303 | 21 | 235 | 0 | 133 | 23 | 30 | 471 | 124 | 52 |
| Binary | 11000011 | 10001 | 10011101 | 0 | 1011011 | 10011 | 11000 | 100111001 | 1010100 | 101010 |
Color Harmonies of #C3119D
Complementary color
Monochromatic Colors of #C3119D
Black with #C3119D
Text Example
Text Example
White with #C3119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3119D; }
p { color: rgb(195,17,157); }
H1.HeaderClassName
{
color: #C3119D;
}
.AnyTagClassName
{
color: #C3119D;
}
</style>
background-color css
<style>
a { background-color: #C3119D; }
a { background-color: rgb(195,17,157); }
div.DivClassName
{
background-color: #C3119D;
}
.BgClassName
{
background-color: #C3119D;
}
</style>
border-color css
<style>
span { border-color: #C3119D; }
span { border-color: rgb(195,17,157); }
td.TdClassName
{
border-color: #C3119D;
}
.TagClassName
{
border-color: #C3119D;
}
</style>