Shades of Medium Violet Red #C6057D
Tints of Medium Violet Red #C6057D
RGB
CMYK
RGB Variations
Color information
#C6057D (or 0xC6057D) is known color: Medium Violet Red. HEX triplet: C6, 05 and 7D. RGB value is (198,5,125). Sum of RGB (Red+Green+Blue) = 198+5+125=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6057D is #39FA82. Grayscale: #4C4C4C. Windows color (decimal): -3799683 or 8193478. OLE color: 8193478.
HSL color Cylindrical-coordinate representation of color #C6057D: hue angle of 322.69º 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 #C6057D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.22 |
| HSL | 322.69º | 0.95% | 0.4% | - |
| HSV(B) | 322.69º | 0.97% | 0.78% | - |
| XYZ | 27.04 | 13.59 | 20.6 | - |
| YUV | 76.39 | 155.44 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 125 | 0 | 0.97 | 0.37 | 0.22 | 322.69 | 0.95 | 0.4 |
| Hex | C6 | 5 | 7D | 0 | 61 | 25 | 16 | 143 | 5F | 28 |
| Octal | 306 | 5 | 175 | 0 | 141 | 45 | 26 | 503 | 137 | 50 |
| Binary | 11000110 | 101 | 1111101 | 0 | 1100001 | 100101 | 10110 | 101000011 | 1011111 | 101000 |
Color Harmonies of #C6057D
Complementary color
Monochromatic Colors of #C6057D
Black with #C6057D
Text Example
Text Example
White with #C6057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6057D; }
p { color: rgb(198,5,125); }
H1.HeaderClassName
{
color: #C6057D;
}
.AnyTagClassName
{
color: #C6057D;
}
</style>
background-color css
<style>
a { background-color: #C6057D; }
a { background-color: rgb(198,5,125); }
div.DivClassName
{
background-color: #C6057D;
}
.BgClassName
{
background-color: #C6057D;
}
</style>
border-color css
<style>
span { border-color: #C6057D; }
span { border-color: rgb(198,5,125); }
td.TdClassName
{
border-color: #C6057D;
}
.TagClassName
{
border-color: #C6057D;
}
</style>