Shades of Medium Violet Red #C60A6C
Tints of Medium Violet Red #C60A6C
RGB
CMYK
RGB Variations
Color information
#C60A6C (or 0xC60A6C) is known color: Medium Violet Red. HEX triplet: C6, 0A and 6C. RGB value is (198,10,108). Sum of RGB (Red+Green+Blue) = 198+10+108=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A6C is #39F593. Grayscale: #4D4D4D. Windows color (decimal): -3798420 or 7080646. OLE color: 7080646.
HSL color Cylindrical-coordinate representation of color #C60A6C: hue angle of 328.72º 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 #C60A6C is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 108 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.22 |
| HSL | 328.72º | 0.9% | 0.41% | - |
| HSV(B) | 328.72º | 0.95% | 0.78% | - |
| XYZ | 26.1 | 13.31 | 15.38 | - |
| YUV | 77.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 108 | 0 | 0.95 | 0.45 | 0.22 | 328.72 | 0.9 | 0.41 |
| Hex | C6 | A | 6C | 0 | 5F | 2D | 16 | 149 | 5A | 29 |
| Octal | 306 | 12 | 154 | 0 | 137 | 55 | 26 | 511 | 132 | 51 |
| Binary | 11000110 | 1010 | 1101100 | 0 | 1011111 | 101101 | 10110 | 101001001 | 1011010 | 101001 |
Color Harmonies of #C60A6C
Complementary color
Monochromatic Colors of #C60A6C
Black with #C60A6C
Text Example
Text Example
White with #C60A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A6C; }
p { color: rgb(198,10,108); }
H1.HeaderClassName
{
color: #C60A6C;
}
.AnyTagClassName
{
color: #C60A6C;
}
</style>
background-color css
<style>
a { background-color: #C60A6C; }
a { background-color: rgb(198,10,108); }
div.DivClassName
{
background-color: #C60A6C;
}
.BgClassName
{
background-color: #C60A6C;
}
</style>
border-color css
<style>
span { border-color: #C60A6C; }
span { border-color: rgb(198,10,108); }
td.TdClassName
{
border-color: #C60A6C;
}
.TagClassName
{
border-color: #C60A6C;
}
</style>