Shades of Medium Violet Red #C3119B
Tints of Medium Violet Red #C3119B
RGB
CMYK
RGB Variations
Color information
#C3119B (or 0xC3119B) is known color: Medium Violet Red. HEX triplet: C3, 11 and 9B. RGB value is (195,17,155). Sum of RGB (Red+Green+Blue) = 195+17+155=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3119B is #3CEE64. Grayscale: #555555. Windows color (decimal): -3993189 or 10162627. OLE color: 10162627.
HSL color Cylindrical-coordinate representation of color #C3119B: hue angle of 313.48º 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 #C3119B is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 155 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.24 |
| HSL | 313.48º | 0.84% | 0.42% | - |
| HSV(B) | 313.48º | 0.91% | 0.76% | - |
| XYZ | 28.62 | 14.37 | 32.28 | - |
| YUV | 85.95 | 166.97 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 155 | 0 | 0.91 | 0.21 | 0.24 | 313.48 | 0.84 | 0.42 |
| Hex | C3 | 11 | 9B | 0 | 5B | 15 | 18 | 139 | 54 | 2A |
| Octal | 303 | 21 | 233 | 0 | 133 | 25 | 30 | 471 | 124 | 52 |
| Binary | 11000011 | 10001 | 10011011 | 0 | 1011011 | 10101 | 11000 | 100111001 | 1010100 | 101010 |
Color Harmonies of #C3119B
Complementary color
Monochromatic Colors of #C3119B
Black with #C3119B
Text Example
Text Example
White with #C3119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3119B; }
p { color: rgb(195,17,155); }
H1.HeaderClassName
{
color: #C3119B;
}
.AnyTagClassName
{
color: #C3119B;
}
</style>
background-color css
<style>
a { background-color: #C3119B; }
a { background-color: rgb(195,17,155); }
div.DivClassName
{
background-color: #C3119B;
}
.BgClassName
{
background-color: #C3119B;
}
</style>
border-color css
<style>
span { border-color: #C3119B; }
span { border-color: rgb(195,17,155); }
td.TdClassName
{
border-color: #C3119B;
}
.TagClassName
{
border-color: #C3119B;
}
</style>