Shades of Medium Violet Red #C610A0
Tints of Medium Violet Red #C610A0
RGB
CMYK
RGB Variations
Color information
#C610A0 (or 0xC610A0) is known color: Medium Violet Red. HEX triplet: C6, 10 and A0. RGB value is (198,16,160). Sum of RGB (Red+Green+Blue) = 198+16+160=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C610A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C610A0 is #39EF5F. Grayscale: #565656. Windows color (decimal): -3796832 or 10490054. OLE color: 10490054.
HSL color Cylindrical-coordinate representation of color #C610A0: hue angle of 312.53º 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 #C610A0 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 160 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.22 |
| HSL | 312.53º | 0.85% | 0.42% | - |
| HSV(B) | 312.53º | 0.92% | 0.78% | - |
| XYZ | 29.82 | 14.91 | 34.56 | - |
| YUV | 86.83 | 169.3 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 160 | 0 | 0.92 | 0.19 | 0.22 | 312.53 | 0.85 | 0.42 |
| Hex | C6 | 10 | A0 | 0 | 5C | 13 | 16 | 139 | 55 | 2A |
| Octal | 306 | 20 | 240 | 0 | 134 | 23 | 26 | 471 | 125 | 52 |
| Binary | 11000110 | 10000 | 10100000 | 0 | 1011100 | 10011 | 10110 | 100111001 | 1010101 | 101010 |
Color Harmonies of #C610A0
Complementary color
Monochromatic Colors of #C610A0
Black with #C610A0
Text Example
Text Example
White with #C610A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610A0; }
p { color: rgb(198,16,160); }
H1.HeaderClassName
{
color: #C610A0;
}
.AnyTagClassName
{
color: #C610A0;
}
</style>
background-color css
<style>
a { background-color: #C610A0; }
a { background-color: rgb(198,16,160); }
div.DivClassName
{
background-color: #C610A0;
}
.BgClassName
{
background-color: #C610A0;
}
</style>
border-color css
<style>
span { border-color: #C610A0; }
span { border-color: rgb(198,16,160); }
td.TdClassName
{
border-color: #C610A0;
}
.TagClassName
{
border-color: #C610A0;
}
</style>