Shades of Medium Violet Red #C510A2
Tints of Medium Violet Red #C510A2
RGB
CMYK
RGB Variations
Color information
#C510A2 (or 0xC510A2) is known color: Medium Violet Red. HEX triplet: C5, 10 and A2. RGB value is (197,16,162). Sum of RGB (Red+Green+Blue) = 197+16+162=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C510A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C510A2 is #3AEF5D. Grayscale: #565656. Windows color (decimal): -3862366 or 10621125. OLE color: 10621125.
HSL color Cylindrical-coordinate representation of color #C510A2: hue angle of 311.6º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C510A2 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 162 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.23 |
| HSL | 311.6º | 0.85% | 0.42% | - |
| HSV(B) | 311.6º | 0.92% | 0.77% | - |
| XYZ | 29.73 | 14.85 | 35.48 | - |
| YUV | 86.76 | 170.47 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 162 | 0 | 0.92 | 0.18 | 0.23 | 311.6 | 0.85 | 0.42 |
| Hex | C5 | 10 | A2 | 0 | 5C | 12 | 17 | 138 | 55 | 2A |
| Octal | 305 | 20 | 242 | 0 | 134 | 22 | 27 | 470 | 125 | 52 |
| Binary | 11000101 | 10000 | 10100010 | 0 | 1011100 | 10010 | 10111 | 100111000 | 1010101 | 101010 |
Color Harmonies of #C510A2
Complementary color
Monochromatic Colors of #C510A2
Black with #C510A2
Text Example
Text Example
White with #C510A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510A2; }
p { color: rgb(197,16,162); }
H1.HeaderClassName
{
color: #C510A2;
}
.AnyTagClassName
{
color: #C510A2;
}
</style>
background-color css
<style>
a { background-color: #C510A2; }
a { background-color: rgb(197,16,162); }
div.DivClassName
{
background-color: #C510A2;
}
.BgClassName
{
background-color: #C510A2;
}
</style>
border-color css
<style>
span { border-color: #C510A2; }
span { border-color: rgb(197,16,162); }
td.TdClassName
{
border-color: #C510A2;
}
.TagClassName
{
border-color: #C510A2;
}
</style>