Shades of Medium Violet Red #C512A7
Tints of Medium Violet Red #C512A7
RGB
CMYK
RGB Variations
Color information
#C512A7 (or 0xC512A7) is known color: Medium Violet Red. HEX triplet: C5, 12 and A7. RGB value is (197,18,167). Sum of RGB (Red+Green+Blue) = 197+18+167=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C512A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C512A7 is #3AED58. Grayscale: #585858. Windows color (decimal): -3861849 or 10949317. OLE color: 10949317.
HSL color Cylindrical-coordinate representation of color #C512A7: hue angle of 310.06º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C512A7 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 167 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.23 |
| HSL | 310.06º | 0.83% | 0.42% | - |
| HSV(B) | 310.06º | 0.91% | 0.77% | - |
| XYZ | 30.22 | 15.09 | 37.88 | - |
| YUV | 88.51 | 172.3 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 167 | 0 | 0.91 | 0.15 | 0.23 | 310.06 | 0.83 | 0.42 |
| Hex | C5 | 12 | A7 | 0 | 5B | F | 17 | 136 | 53 | 2A |
| Octal | 305 | 22 | 247 | 0 | 133 | 17 | 27 | 466 | 123 | 52 |
| Binary | 11000101 | 10010 | 10100111 | 0 | 1011011 | 1111 | 10111 | 100110110 | 1010011 | 101010 |
Color Harmonies of #C512A7
Complementary color
Monochromatic Colors of #C512A7
Black with #C512A7
Text Example
Text Example
White with #C512A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512A7; }
p { color: rgb(197,18,167); }
H1.HeaderClassName
{
color: #C512A7;
}
.AnyTagClassName
{
color: #C512A7;
}
</style>
background-color css
<style>
a { background-color: #C512A7; }
a { background-color: rgb(197,18,167); }
div.DivClassName
{
background-color: #C512A7;
}
.BgClassName
{
background-color: #C512A7;
}
</style>
border-color css
<style>
span { border-color: #C512A7; }
span { border-color: rgb(197,18,167); }
td.TdClassName
{
border-color: #C512A7;
}
.TagClassName
{
border-color: #C512A7;
}
</style>