Shades of Medium Violet Red #C6058A
Tints of Medium Violet Red #C6058A
RGB
CMYK
RGB Variations
Color information
#C6058A (or 0xC6058A) is known color: Medium Violet Red. HEX triplet: C6, 05 and 8A. RGB value is (198,5,138). Sum of RGB (Red+Green+Blue) = 198+5+138=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6058A is #39FA75. Grayscale: #4D4D4D. Windows color (decimal): -3799670 or 9045446. OLE color: 9045446.
HSL color Cylindrical-coordinate representation of color #C6058A: hue angle of 318.65º 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 #C6058A is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 138 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.22 |
| HSL | 318.65º | 0.95% | 0.4% | - |
| HSV(B) | 318.65º | 0.97% | 0.78% | - |
| XYZ | 27.93 | 13.95 | 25.27 | - |
| YUV | 77.87 | 161.94 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 138 | 0 | 0.97 | 0.30 | 0.22 | 318.65 | 0.95 | 0.4 |
| Hex | C6 | 5 | 8A | 0 | 61 | 1E | 16 | 13F | 5F | 28 |
| Octal | 306 | 5 | 212 | 0 | 141 | 36 | 26 | 477 | 137 | 50 |
| Binary | 11000110 | 101 | 10001010 | 0 | 1100001 | 11110 | 10110 | 100111111 | 1011111 | 101000 |
Color Harmonies of #C6058A
Complementary color
Monochromatic Colors of #C6058A
Black with #C6058A
Text Example
Text Example
White with #C6058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6058A; }
p { color: rgb(198,5,138); }
H1.HeaderClassName
{
color: #C6058A;
}
.AnyTagClassName
{
color: #C6058A;
}
</style>
background-color css
<style>
a { background-color: #C6058A; }
a { background-color: rgb(198,5,138); }
div.DivClassName
{
background-color: #C6058A;
}
.BgClassName
{
background-color: #C6058A;
}
</style>
border-color css
<style>
span { border-color: #C6058A; }
span { border-color: rgb(198,5,138); }
td.TdClassName
{
border-color: #C6058A;
}
.TagClassName
{
border-color: #C6058A;
}
</style>