Shades of Medium Violet Red #C319A0
Tints of Medium Violet Red #C319A0
RGB
CMYK
RGB Variations
Color information
#C319A0 (or 0xC319A0) is known color: Medium Violet Red. HEX triplet: C3, 19 and A0. RGB value is (195,25,160). Sum of RGB (Red+Green+Blue) = 195+25+160=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C319A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C319A0 is #3CE65F. Grayscale: #5A5A5A. Windows color (decimal): -3991136 or 10492355. OLE color: 10492355.
HSL color Cylindrical-coordinate representation of color #C319A0: hue angle of 312.35º 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 #C319A0 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 160 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.24 |
| HSL | 312.35º | 0.77% | 0.43% | - |
| HSV(B) | 312.35º | 0.87% | 0.76% | - |
| XYZ | 29.2 | 14.84 | 34.58 | - |
| YUV | 91.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 160 | 0 | 0.87 | 0.18 | 0.24 | 312.35 | 0.77 | 0.43 |
| Hex | C3 | 19 | A0 | 0 | 57 | 12 | 18 | 138 | 4D | 2B |
| Octal | 303 | 31 | 240 | 0 | 127 | 22 | 30 | 470 | 115 | 53 |
| Binary | 11000011 | 11001 | 10100000 | 0 | 1010111 | 10010 | 11000 | 100111000 | 1001101 | 101011 |
Color Harmonies of #C319A0
Complementary color
Monochromatic Colors of #C319A0
Black with #C319A0
Text Example
Text Example
White with #C319A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319A0; }
p { color: rgb(195,25,160); }
H1.HeaderClassName
{
color: #C319A0;
}
.AnyTagClassName
{
color: #C319A0;
}
</style>
background-color css
<style>
a { background-color: #C319A0; }
a { background-color: rgb(195,25,160); }
div.DivClassName
{
background-color: #C319A0;
}
.BgClassName
{
background-color: #C319A0;
}
</style>
border-color css
<style>
span { border-color: #C319A0; }
span { border-color: rgb(195,25,160); }
td.TdClassName
{
border-color: #C319A0;
}
.TagClassName
{
border-color: #C319A0;
}
</style>