Shades of Medium Violet Red #C3198C
Tints of Medium Violet Red #C3198C
RGB
CMYK
RGB Variations
Color information
#C3198C (or 0xC3198C) is known color: Medium Violet Red. HEX triplet: C3, 19 and 8C. RGB value is (195,25,140). Sum of RGB (Red+Green+Blue) = 195+25+140=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3198C is #3CE673. Grayscale: #585858. Windows color (decimal): -3991156 or 9181635. OLE color: 9181635.
HSL color Cylindrical-coordinate representation of color #C3198C: hue angle of 319.41º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3198C is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 140 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.24 |
| HSL | 319.41º | 0.77% | 0.43% | - |
| HSV(B) | 319.41º | 0.87% | 0.76% | - |
| XYZ | 27.59 | 14.19 | 26.1 | - |
| YUV | 88.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 140 | 0 | 0.87 | 0.28 | 0.24 | 319.41 | 0.77 | 0.43 |
| Hex | C3 | 19 | 8C | 0 | 57 | 1C | 18 | 13F | 4D | 2B |
| Octal | 303 | 31 | 214 | 0 | 127 | 34 | 30 | 477 | 115 | 53 |
| Binary | 11000011 | 11001 | 10001100 | 0 | 1010111 | 11100 | 11000 | 100111111 | 1001101 | 101011 |
Color Harmonies of #C3198C
Complementary color
Monochromatic Colors of #C3198C
Black with #C3198C
Text Example
Text Example
White with #C3198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3198C; }
p { color: rgb(195,25,140); }
H1.HeaderClassName
{
color: #C3198C;
}
.AnyTagClassName
{
color: #C3198C;
}
</style>
background-color css
<style>
a { background-color: #C3198C; }
a { background-color: rgb(195,25,140); }
div.DivClassName
{
background-color: #C3198C;
}
.BgClassName
{
background-color: #C3198C;
}
</style>
border-color css
<style>
span { border-color: #C3198C; }
span { border-color: rgb(195,25,140); }
td.TdClassName
{
border-color: #C3198C;
}
.TagClassName
{
border-color: #C3198C;
}
</style>