Shades of Medium Violet Red #C014A7
Tints of Medium Violet Red #C014A7
RGB
CMYK
RGB Variations
Color information
#C014A7 (or 0xC014A7) is known color: Medium Violet Red. HEX triplet: C0, 14 and A7. RGB value is (192,20,167). Sum of RGB (Red+Green+Blue) = 192+20+167=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C014A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C014A7 is #3FEB58. Grayscale: #575757. Windows color (decimal): -4189017 or 10949824. OLE color: 10949824.
HSL color Cylindrical-coordinate representation of color #C014A7: hue angle of 308.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C014A7 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 167 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.25 |
| HSL | 308.72º | 0.81% | 0.42% | - |
| HSV(B) | 308.72º | 0.9% | 0.75% | - |
| XYZ | 28.96 | 14.5 | 37.83 | - |
| YUV | 88.19 | 172.48 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 167 | 0 | 0.90 | 0.13 | 0.25 | 308.72 | 0.81 | 0.42 |
| Hex | C0 | 14 | A7 | 0 | 5A | D | 19 | 135 | 51 | 2A |
| Octal | 300 | 24 | 247 | 0 | 132 | 15 | 31 | 465 | 121 | 52 |
| Binary | 11000000 | 10100 | 10100111 | 0 | 1011010 | 1101 | 11001 | 100110101 | 1010001 | 101010 |
Color Harmonies of #C014A7
Complementary color
Monochromatic Colors of #C014A7
Black with #C014A7
Text Example
Text Example
White with #C014A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014A7; }
p { color: rgb(192,20,167); }
H1.HeaderClassName
{
color: #C014A7;
}
.AnyTagClassName
{
color: #C014A7;
}
</style>
background-color css
<style>
a { background-color: #C014A7; }
a { background-color: rgb(192,20,167); }
div.DivClassName
{
background-color: #C014A7;
}
.BgClassName
{
background-color: #C014A7;
}
</style>
border-color css
<style>
span { border-color: #C014A7; }
span { border-color: rgb(192,20,167); }
td.TdClassName
{
border-color: #C014A7;
}
.TagClassName
{
border-color: #C014A7;
}
</style>