Shades of Medium Violet Red #C3108B
Tints of Medium Violet Red #C3108B
RGB
CMYK
RGB Variations
Color information
#C3108B (or 0xC3108B) is known color: Medium Violet Red. HEX triplet: C3, 10 and 8B. RGB value is (195,16,139). Sum of RGB (Red+Green+Blue) = 195+16+139=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C3108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3108B is #3CEF74. Grayscale: #535353. Windows color (decimal): -3993461 or 9113795. OLE color: 9113795.
HSL color Cylindrical-coordinate representation of color #C3108B: hue angle of 318.77º 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 #C3108B is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 139 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.24 |
| HSL | 318.77º | 0.85% | 0.41% | - |
| HSV(B) | 318.77º | 0.92% | 0.76% | - |
| XYZ | 27.35 | 13.84 | 25.66 | - |
| YUV | 83.54 | 159.3 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 139 | 0 | 0.92 | 0.29 | 0.24 | 318.77 | 0.85 | 0.41 |
| Hex | C3 | 10 | 8B | 0 | 5C | 1D | 18 | 13F | 55 | 29 |
| Octal | 303 | 20 | 213 | 0 | 134 | 35 | 30 | 477 | 125 | 51 |
| Binary | 11000011 | 10000 | 10001011 | 0 | 1011100 | 11101 | 11000 | 100111111 | 1010101 | 101001 |
Color Harmonies of #C3108B
Complementary color
Monochromatic Colors of #C3108B
Black with #C3108B
Text Example
Text Example
White with #C3108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3108B; }
p { color: rgb(195,16,139); }
H1.HeaderClassName
{
color: #C3108B;
}
.AnyTagClassName
{
color: #C3108B;
}
</style>
background-color css
<style>
a { background-color: #C3108B; }
a { background-color: rgb(195,16,139); }
div.DivClassName
{
background-color: #C3108B;
}
.BgClassName
{
background-color: #C3108B;
}
</style>
border-color css
<style>
span { border-color: #C3108B; }
span { border-color: rgb(195,16,139); }
td.TdClassName
{
border-color: #C3108B;
}
.TagClassName
{
border-color: #C3108B;
}
</style>