Shades of Medium Violet Red #C512A1
Tints of Medium Violet Red #C512A1
RGB
CMYK
RGB Variations
Color information
#C512A1 (or 0xC512A1) is known color: Medium Violet Red. HEX triplet: C5, 12 and A1. RGB value is (197,18,161). Sum of RGB (Red+Green+Blue) = 197+18+161=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C512A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C512A1 is #3AED5E. Grayscale: #575757. Windows color (decimal): -3861855 or 10556101. OLE color: 10556101.
HSL color Cylindrical-coordinate representation of color #C512A1: hue angle of 312.07º 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 #C512A1 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 161 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.23 |
| HSL | 312.07º | 0.83% | 0.42% | - |
| HSV(B) | 312.07º | 0.91% | 0.77% | - |
| XYZ | 29.68 | 14.88 | 35.03 | - |
| YUV | 87.82 | 169.3 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 161 | 0 | 0.91 | 0.18 | 0.23 | 312.07 | 0.83 | 0.42 |
| Hex | C5 | 12 | A1 | 0 | 5B | 12 | 17 | 138 | 53 | 2A |
| Octal | 305 | 22 | 241 | 0 | 133 | 22 | 27 | 470 | 123 | 52 |
| Binary | 11000101 | 10010 | 10100001 | 0 | 1011011 | 10010 | 10111 | 100111000 | 1010011 | 101010 |
Color Harmonies of #C512A1
Complementary color
Monochromatic Colors of #C512A1
Black with #C512A1
Text Example
Text Example
White with #C512A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512A1; }
p { color: rgb(197,18,161); }
H1.HeaderClassName
{
color: #C512A1;
}
.AnyTagClassName
{
color: #C512A1;
}
</style>
background-color css
<style>
a { background-color: #C512A1; }
a { background-color: rgb(197,18,161); }
div.DivClassName
{
background-color: #C512A1;
}
.BgClassName
{
background-color: #C512A1;
}
</style>
border-color css
<style>
span { border-color: #C512A1; }
span { border-color: rgb(197,18,161); }
td.TdClassName
{
border-color: #C512A1;
}
.TagClassName
{
border-color: #C512A1;
}
</style>