Shades of Medium Violet Red #C3118B
Tints of Medium Violet Red #C3118B
RGB
CMYK
RGB Variations
Color information
#C3118B (or 0xC3118B) is known color: Medium Violet Red. HEX triplet: C3, 11 and 8B. RGB value is (195,17,139). Sum of RGB (Red+Green+Blue) = 195+17+139=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C3118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3118B is #3CEE74. Grayscale: #535353. Windows color (decimal): -3993205 or 9114051. OLE color: 9114051.
HSL color Cylindrical-coordinate representation of color #C3118B: hue angle of 318.88º 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 #C3118B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 139 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.24 |
| HSL | 318.88º | 0.84% | 0.42% | - |
| HSV(B) | 318.88º | 0.91% | 0.76% | - |
| XYZ | 27.37 | 13.87 | 25.66 | - |
| YUV | 84.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 139 | 0 | 0.91 | 0.29 | 0.24 | 318.88 | 0.84 | 0.42 |
| Hex | C3 | 11 | 8B | 0 | 5B | 1D | 18 | 13F | 54 | 2A |
| Octal | 303 | 21 | 213 | 0 | 133 | 35 | 30 | 477 | 124 | 52 |
| Binary | 11000011 | 10001 | 10001011 | 0 | 1011011 | 11101 | 11000 | 100111111 | 1010100 | 101010 |
Color Harmonies of #C3118B
Complementary color
Monochromatic Colors of #C3118B
Black with #C3118B
Text Example
Text Example
White with #C3118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3118B; }
p { color: rgb(195,17,139); }
H1.HeaderClassName
{
color: #C3118B;
}
.AnyTagClassName
{
color: #C3118B;
}
</style>
background-color css
<style>
a { background-color: #C3118B; }
a { background-color: rgb(195,17,139); }
div.DivClassName
{
background-color: #C3118B;
}
.BgClassName
{
background-color: #C3118B;
}
</style>
border-color css
<style>
span { border-color: #C3118B; }
span { border-color: rgb(195,17,139); }
td.TdClassName
{
border-color: #C3118B;
}
.TagClassName
{
border-color: #C3118B;
}
</style>