Shades of Medium Violet Red #C6058E
Tints of Medium Violet Red #C6058E
RGB
CMYK
RGB Variations
Color information
#C6058E (or 0xC6058E) is known color: Medium Violet Red. HEX triplet: C6, 05 and 8E. RGB value is (198,5,142). Sum of RGB (Red+Green+Blue) = 198+5+142=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6058E is #39FA71. Grayscale: #4D4D4D. Windows color (decimal): -3799666 or 9307590. OLE color: 9307590.
HSL color Cylindrical-coordinate representation of color #C6058E: hue angle of 317.41º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6058E is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 142 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.22 |
| HSL | 317.41º | 0.95% | 0.4% | - |
| HSV(B) | 317.41º | 0.97% | 0.78% | - |
| XYZ | 28.23 | 14.07 | 26.82 | - |
| YUV | 78.33 | 163.94 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 142 | 0 | 0.97 | 0.28 | 0.22 | 317.41 | 0.95 | 0.4 |
| Hex | C6 | 5 | 8E | 0 | 61 | 1C | 16 | 13D | 5F | 28 |
| Octal | 306 | 5 | 216 | 0 | 141 | 34 | 26 | 475 | 137 | 50 |
| Binary | 11000110 | 101 | 10001110 | 0 | 1100001 | 11100 | 10110 | 100111101 | 1011111 | 101000 |
Color Harmonies of #C6058E
Complementary color
Monochromatic Colors of #C6058E
Black with #C6058E
Text Example
Text Example
White with #C6058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6058E; }
p { color: rgb(198,5,142); }
H1.HeaderClassName
{
color: #C6058E;
}
.AnyTagClassName
{
color: #C6058E;
}
</style>
background-color css
<style>
a { background-color: #C6058E; }
a { background-color: rgb(198,5,142); }
div.DivClassName
{
background-color: #C6058E;
}
.BgClassName
{
background-color: #C6058E;
}
</style>
border-color css
<style>
span { border-color: #C6058E; }
span { border-color: rgb(198,5,142); }
td.TdClassName
{
border-color: #C6058E;
}
.TagClassName
{
border-color: #C6058E;
}
</style>