Shades of Medium Violet Red #C610A7
Tints of Medium Violet Red #C610A7
RGB
CMYK
RGB Variations
Color information
#C610A7 (or 0xC610A7) is known color: Medium Violet Red. HEX triplet: C6, 10 and A7. RGB value is (198,16,167). Sum of RGB (Red+Green+Blue) = 198+16+167=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C610A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C610A7 is #39EF58. Grayscale: #575757. Windows color (decimal): -3796825 or 10948806. OLE color: 10948806.
HSL color Cylindrical-coordinate representation of color #C610A7: hue angle of 310.22º 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 #C610A7 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 167 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.22 |
| HSL | 310.22º | 0.85% | 0.42% | - |
| HSV(B) | 310.22º | 0.92% | 0.78% | - |
| XYZ | 30.45 | 15.17 | 37.88 | - |
| YUV | 87.63 | 172.8 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 167 | 0 | 0.92 | 0.16 | 0.22 | 310.22 | 0.85 | 0.42 |
| Hex | C6 | 10 | A7 | 0 | 5C | 10 | 16 | 136 | 55 | 2A |
| Octal | 306 | 20 | 247 | 0 | 134 | 20 | 26 | 466 | 125 | 52 |
| Binary | 11000110 | 10000 | 10100111 | 0 | 1011100 | 10000 | 10110 | 100110110 | 1010101 | 101010 |
Color Harmonies of #C610A7
Complementary color
Monochromatic Colors of #C610A7
Black with #C610A7
Text Example
Text Example
White with #C610A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610A7; }
p { color: rgb(198,16,167); }
H1.HeaderClassName
{
color: #C610A7;
}
.AnyTagClassName
{
color: #C610A7;
}
</style>
background-color css
<style>
a { background-color: #C610A7; }
a { background-color: rgb(198,16,167); }
div.DivClassName
{
background-color: #C610A7;
}
.BgClassName
{
background-color: #C610A7;
}
</style>
border-color css
<style>
span { border-color: #C610A7; }
span { border-color: rgb(198,16,167); }
td.TdClassName
{
border-color: #C610A7;
}
.TagClassName
{
border-color: #C610A7;
}
</style>