Shades of Medium Violet Red #C314A7
Tints of Medium Violet Red #C314A7
RGB
CMYK
RGB Variations
Color information
#C314A7 (or 0xC314A7) is known color: Medium Violet Red. HEX triplet: C3, 14 and A7. RGB value is (195,20,167). Sum of RGB (Red+Green+Blue) = 195+20+167=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C314A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C314A7 is #3CEB58. Grayscale: #585858. Windows color (decimal): -3992409 or 10949827. OLE color: 10949827.
HSL color Cylindrical-coordinate representation of color #C314A7: hue angle of 309.6º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C314A7 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 167 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.24 |
| HSL | 309.6º | 0.81% | 0.42% | - |
| HSV(B) | 309.6º | 0.9% | 0.76% | - |
| XYZ | 29.73 | 14.89 | 37.87 | - |
| YUV | 89.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 167 | 0 | 0.90 | 0.14 | 0.24 | 309.6 | 0.81 | 0.42 |
| Hex | C3 | 14 | A7 | 0 | 5A | E | 18 | 136 | 51 | 2A |
| Octal | 303 | 24 | 247 | 0 | 132 | 16 | 30 | 466 | 121 | 52 |
| Binary | 11000011 | 10100 | 10100111 | 0 | 1011010 | 1110 | 11000 | 100110110 | 1010001 | 101010 |
Color Harmonies of #C314A7
Complementary color
Monochromatic Colors of #C314A7
Black with #C314A7
Text Example
Text Example
White with #C314A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314A7; }
p { color: rgb(195,20,167); }
H1.HeaderClassName
{
color: #C314A7;
}
.AnyTagClassName
{
color: #C314A7;
}
</style>
background-color css
<style>
a { background-color: #C314A7; }
a { background-color: rgb(195,20,167); }
div.DivClassName
{
background-color: #C314A7;
}
.BgClassName
{
background-color: #C314A7;
}
</style>
border-color css
<style>
span { border-color: #C314A7; }
span { border-color: rgb(195,20,167); }
td.TdClassName
{
border-color: #C314A7;
}
.TagClassName
{
border-color: #C314A7;
}
</style>