Shades of Medium Violet Red #C610A3
Tints of Medium Violet Red #C610A3
RGB
CMYK
RGB Variations
Color information
#C610A3 (or 0xC610A3) is known color: Medium Violet Red. HEX triplet: C6, 10 and A3. RGB value is (198,16,163). Sum of RGB (Red+Green+Blue) = 198+16+163=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C610A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C610A3 is #39EF5C. Grayscale: #565656. Windows color (decimal): -3796829 or 10686662. OLE color: 10686662.
HSL color Cylindrical-coordinate representation of color #C610A3: hue angle of 311.54º 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 #C610A3 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 163 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.22 |
| HSL | 311.54º | 0.85% | 0.42% | - |
| HSV(B) | 311.54º | 0.92% | 0.78% | - |
| XYZ | 30.08 | 15.02 | 35.96 | - |
| YUV | 87.18 | 170.8 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 163 | 0 | 0.92 | 0.18 | 0.22 | 311.54 | 0.85 | 0.42 |
| Hex | C6 | 10 | A3 | 0 | 5C | 12 | 16 | 138 | 55 | 2A |
| Octal | 306 | 20 | 243 | 0 | 134 | 22 | 26 | 470 | 125 | 52 |
| Binary | 11000110 | 10000 | 10100011 | 0 | 1011100 | 10010 | 10110 | 100111000 | 1010101 | 101010 |
Color Harmonies of #C610A3
Complementary color
Monochromatic Colors of #C610A3
Black with #C610A3
Text Example
Text Example
White with #C610A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610A3; }
p { color: rgb(198,16,163); }
H1.HeaderClassName
{
color: #C610A3;
}
.AnyTagClassName
{
color: #C610A3;
}
</style>
background-color css
<style>
a { background-color: #C610A3; }
a { background-color: rgb(198,16,163); }
div.DivClassName
{
background-color: #C610A3;
}
.BgClassName
{
background-color: #C610A3;
}
</style>
border-color css
<style>
span { border-color: #C610A3; }
span { border-color: rgb(198,16,163); }
td.TdClassName
{
border-color: #C610A3;
}
.TagClassName
{
border-color: #C610A3;
}
</style>