Shades of Medium Violet Red #C610A1
Tints of Medium Violet Red #C610A1
RGB
CMYK
RGB Variations
Color information
#C610A1 (or 0xC610A1) is known color: Medium Violet Red. HEX triplet: C6, 10 and A1. RGB value is (198,16,161). Sum of RGB (Red+Green+Blue) = 198+16+161=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C610A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C610A1 is #39EF5E. Grayscale: #565656. Windows color (decimal): -3796831 or 10555590. OLE color: 10555590.
HSL color Cylindrical-coordinate representation of color #C610A1: hue angle of 312.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610A1 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 161 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.22 |
| HSL | 312.2º | 0.85% | 0.42% | - |
| HSV(B) | 312.2º | 0.92% | 0.78% | - |
| XYZ | 29.91 | 14.95 | 35.03 | - |
| YUV | 86.95 | 169.8 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 161 | 0 | 0.92 | 0.19 | 0.22 | 312.2 | 0.85 | 0.42 |
| Hex | C6 | 10 | A1 | 0 | 5C | 13 | 16 | 138 | 55 | 2A |
| Octal | 306 | 20 | 241 | 0 | 134 | 23 | 26 | 470 | 125 | 52 |
| Binary | 11000110 | 10000 | 10100001 | 0 | 1011100 | 10011 | 10110 | 100111000 | 1010101 | 101010 |
Color Harmonies of #C610A1
Complementary color
Monochromatic Colors of #C610A1
Black with #C610A1
Text Example
Text Example
White with #C610A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610A1; }
p { color: rgb(198,16,161); }
H1.HeaderClassName
{
color: #C610A1;
}
.AnyTagClassName
{
color: #C610A1;
}
</style>
background-color css
<style>
a { background-color: #C610A1; }
a { background-color: rgb(198,16,161); }
div.DivClassName
{
background-color: #C610A1;
}
.BgClassName
{
background-color: #C610A1;
}
</style>
border-color css
<style>
span { border-color: #C610A1; }
span { border-color: rgb(198,16,161); }
td.TdClassName
{
border-color: #C610A1;
}
.TagClassName
{
border-color: #C610A1;
}
</style>