Shades of Medium Violet Red #C512A8
Tints of Medium Violet Red #C512A8
RGB
CMYK
RGB Variations
Color information
#C512A8 (or 0xC512A8) is known color: Medium Violet Red. HEX triplet: C5, 12 and A8. RGB value is (197,18,168). Sum of RGB (Red+Green+Blue) = 197+18+168=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C512A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C512A8 is #3AED57. Grayscale: #585858. Windows color (decimal): -3861848 or 11014853. OLE color: 11014853.
HSL color Cylindrical-coordinate representation of color #C512A8: hue angle of 309.72º 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 #C512A8 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 168 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.23 |
| HSL | 309.72º | 0.83% | 0.42% | - |
| HSV(B) | 309.72º | 0.91% | 0.77% | - |
| XYZ | 30.31 | 15.13 | 38.37 | - |
| YUV | 88.62 | 172.8 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 168 | 0 | 0.91 | 0.15 | 0.23 | 309.72 | 0.83 | 0.42 |
| Hex | C5 | 12 | A8 | 0 | 5B | F | 17 | 136 | 53 | 2A |
| Octal | 305 | 22 | 250 | 0 | 133 | 17 | 27 | 466 | 123 | 52 |
| Binary | 11000101 | 10010 | 10101000 | 0 | 1011011 | 1111 | 10111 | 100110110 | 1010011 | 101010 |
Color Harmonies of #C512A8
Complementary color
Monochromatic Colors of #C512A8
Black with #C512A8
Text Example
Text Example
White with #C512A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512A8; }
p { color: rgb(197,18,168); }
H1.HeaderClassName
{
color: #C512A8;
}
.AnyTagClassName
{
color: #C512A8;
}
</style>
background-color css
<style>
a { background-color: #C512A8; }
a { background-color: rgb(197,18,168); }
div.DivClassName
{
background-color: #C512A8;
}
.BgClassName
{
background-color: #C512A8;
}
</style>
border-color css
<style>
span { border-color: #C512A8; }
span { border-color: rgb(197,18,168); }
td.TdClassName
{
border-color: #C512A8;
}
.TagClassName
{
border-color: #C512A8;
}
</style>