Shades of Medium Violet Red #C315A0
Tints of Medium Violet Red #C315A0
RGB
CMYK
RGB Variations
Color information
#C315A0 (or 0xC315A0) is known color: Medium Violet Red. HEX triplet: C3, 15 and A0. RGB value is (195,21,160). Sum of RGB (Red+Green+Blue) = 195+21+160=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C315A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C315A0 is #3CEA5F. Grayscale: #585858. Windows color (decimal): -3992160 or 10491331. OLE color: 10491331.
HSL color Cylindrical-coordinate representation of color #C315A0: hue angle of 312.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C315A0 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 160 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.24 |
| HSL | 312.07º | 0.81% | 0.42% | - |
| HSV(B) | 312.07º | 0.89% | 0.76% | - |
| XYZ | 29.12 | 14.68 | 34.56 | - |
| YUV | 88.87 | 168.15 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 160 | 0 | 0.89 | 0.18 | 0.24 | 312.07 | 0.81 | 0.42 |
| Hex | C3 | 15 | A0 | 0 | 59 | 12 | 18 | 138 | 51 | 2A |
| Octal | 303 | 25 | 240 | 0 | 131 | 22 | 30 | 470 | 121 | 52 |
| Binary | 11000011 | 10101 | 10100000 | 0 | 1011001 | 10010 | 11000 | 100111000 | 1010001 | 101010 |
Color Harmonies of #C315A0
Complementary color
Monochromatic Colors of #C315A0
Black with #C315A0
Text Example
Text Example
White with #C315A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C315A0; }
p { color: rgb(195,21,160); }
H1.HeaderClassName
{
color: #C315A0;
}
.AnyTagClassName
{
color: #C315A0;
}
</style>
background-color css
<style>
a { background-color: #C315A0; }
a { background-color: rgb(195,21,160); }
div.DivClassName
{
background-color: #C315A0;
}
.BgClassName
{
background-color: #C315A0;
}
</style>
border-color css
<style>
span { border-color: #C315A0; }
span { border-color: rgb(195,21,160); }
td.TdClassName
{
border-color: #C315A0;
}
.TagClassName
{
border-color: #C315A0;
}
</style>