Shades of Medium Violet Red #C60AA3
Tints of Medium Violet Red #C60AA3
RGB
CMYK
RGB Variations
Color information
#C60AA3 (or 0xC60AA3) is known color: Medium Violet Red. HEX triplet: C6, 0A and A3. RGB value is (198,10,163). Sum of RGB (Red+Green+Blue) = 198+10+163=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60AA3 is #39F55C. Grayscale: #535353. Windows color (decimal): -3798365 or 10685126. OLE color: 10685126.
HSL color Cylindrical-coordinate representation of color #C60AA3: hue angle of 311.17º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60AA3 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 163 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.22 |
| HSL | 311.17º | 0.9% | 0.41% | - |
| HSV(B) | 311.17º | 0.95% | 0.78% | - |
| XYZ | 30.01 | 14.87 | 35.94 | - |
| YUV | 83.65 | 172.78 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 163 | 0 | 0.95 | 0.18 | 0.22 | 311.17 | 0.9 | 0.41 |
| Hex | C6 | A | A3 | 0 | 5F | 12 | 16 | 137 | 5A | 29 |
| Octal | 306 | 12 | 243 | 0 | 137 | 22 | 26 | 467 | 132 | 51 |
| Binary | 11000110 | 1010 | 10100011 | 0 | 1011111 | 10010 | 10110 | 100110111 | 1011010 | 101001 |
Color Harmonies of #C60AA3
Complementary color
Monochromatic Colors of #C60AA3
Black with #C60AA3
Text Example
Text Example
White with #C60AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60AA3; }
p { color: rgb(198,10,163); }
H1.HeaderClassName
{
color: #C60AA3;
}
.AnyTagClassName
{
color: #C60AA3;
}
</style>
background-color css
<style>
a { background-color: #C60AA3; }
a { background-color: rgb(198,10,163); }
div.DivClassName
{
background-color: #C60AA3;
}
.BgClassName
{
background-color: #C60AA3;
}
</style>
border-color css
<style>
span { border-color: #C60AA3; }
span { border-color: rgb(198,10,163); }
td.TdClassName
{
border-color: #C60AA3;
}
.TagClassName
{
border-color: #C60AA3;
}
</style>