Shades of Medium Violet Red #C60DA0
Tints of Medium Violet Red #C60DA0
RGB
CMYK
RGB Variations
Color information
#C60DA0 (or 0xC60DA0) is known color: Medium Violet Red. HEX triplet: C6, 0D and A0. RGB value is (198,13,160). Sum of RGB (Red+Green+Blue) = 198+13+160=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C60DA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60DA0 is #39F25F. Grayscale: #545454. Windows color (decimal): -3797600 or 10489286. OLE color: 10489286.
HSL color Cylindrical-coordinate representation of color #C60DA0: hue angle of 312.32º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60DA0 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 160 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.22 |
| HSL | 312.32º | 0.88% | 0.41% | - |
| HSV(B) | 312.32º | 0.93% | 0.78% | - |
| XYZ | 29.78 | 14.83 | 34.55 | - |
| YUV | 85.07 | 170.29 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 160 | 0 | 0.93 | 0.19 | 0.22 | 312.32 | 0.88 | 0.41 |
| Hex | C6 | D | A0 | 0 | 5D | 13 | 16 | 138 | 58 | 29 |
| Octal | 306 | 15 | 240 | 0 | 135 | 23 | 26 | 470 | 130 | 51 |
| Binary | 11000110 | 1101 | 10100000 | 0 | 1011101 | 10011 | 10110 | 100111000 | 1011000 | 101001 |
Color Harmonies of #C60DA0
Complementary color
Monochromatic Colors of #C60DA0
Black with #C60DA0
Text Example
Text Example
White with #C60DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DA0; }
p { color: rgb(198,13,160); }
H1.HeaderClassName
{
color: #C60DA0;
}
.AnyTagClassName
{
color: #C60DA0;
}
</style>
background-color css
<style>
a { background-color: #C60DA0; }
a { background-color: rgb(198,13,160); }
div.DivClassName
{
background-color: #C60DA0;
}
.BgClassName
{
background-color: #C60DA0;
}
</style>
border-color css
<style>
span { border-color: #C60DA0; }
span { border-color: rgb(198,13,160); }
td.TdClassName
{
border-color: #C60DA0;
}
.TagClassName
{
border-color: #C60DA0;
}
</style>