Shades of Medium Violet Red #C60A6F
Tints of Medium Violet Red #C60A6F
RGB
CMYK
RGB Variations
Color information
#C60A6F (or 0xC60A6F) is known color: Medium Violet Red. HEX triplet: C6, 0A and 6F. RGB value is (198,10,111). Sum of RGB (Red+Green+Blue) = 198+10+111=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A6F is #39F590. Grayscale: #4D4D4D. Windows color (decimal): -3798417 or 7277254. OLE color: 7277254.
HSL color Cylindrical-coordinate representation of color #C60A6F: hue angle of 327.77º 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 #C60A6F is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 111 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.22 |
| HSL | 327.77º | 0.9% | 0.41% | - |
| HSV(B) | 327.77º | 0.95% | 0.78% | - |
| XYZ | 26.27 | 13.37 | 16.24 | - |
| YUV | 77.73 | 146.78 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 111 | 0 | 0.95 | 0.44 | 0.22 | 327.77 | 0.9 | 0.41 |
| Hex | C6 | A | 6F | 0 | 5F | 2C | 16 | 148 | 5A | 29 |
| Octal | 306 | 12 | 157 | 0 | 137 | 54 | 26 | 510 | 132 | 51 |
| Binary | 11000110 | 1010 | 1101111 | 0 | 1011111 | 101100 | 10110 | 101001000 | 1011010 | 101001 |
Color Harmonies of #C60A6F
Complementary color
Monochromatic Colors of #C60A6F
Black with #C60A6F
Text Example
Text Example
White with #C60A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A6F; }
p { color: rgb(198,10,111); }
H1.HeaderClassName
{
color: #C60A6F;
}
.AnyTagClassName
{
color: #C60A6F;
}
</style>
background-color css
<style>
a { background-color: #C60A6F; }
a { background-color: rgb(198,10,111); }
div.DivClassName
{
background-color: #C60A6F;
}
.BgClassName
{
background-color: #C60A6F;
}
</style>
border-color css
<style>
span { border-color: #C60A6F; }
span { border-color: rgb(198,10,111); }
td.TdClassName
{
border-color: #C60A6F;
}
.TagClassName
{
border-color: #C60A6F;
}
</style>