Shades of Medium Violet Red #C6057E
Tints of Medium Violet Red #C6057E
RGB
CMYK
RGB Variations
Color information
#C6057E (or 0xC6057E) is known color: Medium Violet Red. HEX triplet: C6, 05 and 7E. RGB value is (198,5,126). Sum of RGB (Red+Green+Blue) = 198+5+126=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6057E is #39FA81. Grayscale: #4C4C4C. Windows color (decimal): -3799682 or 8259014. OLE color: 8259014.
HSL color Cylindrical-coordinate representation of color #C6057E: hue angle of 322.38º 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 #C6057E is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 126 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.22 |
| HSL | 322.38º | 0.95% | 0.4% | - |
| HSV(B) | 322.38º | 0.97% | 0.78% | - |
| XYZ | 27.11 | 13.62 | 20.94 | - |
| YUV | 76.5 | 155.94 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 126 | 0 | 0.97 | 0.36 | 0.22 | 322.38 | 0.95 | 0.4 |
| Hex | C6 | 5 | 7E | 0 | 61 | 24 | 16 | 142 | 5F | 28 |
| Octal | 306 | 5 | 176 | 0 | 141 | 44 | 26 | 502 | 137 | 50 |
| Binary | 11000110 | 101 | 1111110 | 0 | 1100001 | 100100 | 10110 | 101000010 | 1011111 | 101000 |
Color Harmonies of #C6057E
Complementary color
Monochromatic Colors of #C6057E
Black with #C6057E
Text Example
Text Example
White with #C6057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6057E; }
p { color: rgb(198,5,126); }
H1.HeaderClassName
{
color: #C6057E;
}
.AnyTagClassName
{
color: #C6057E;
}
</style>
background-color css
<style>
a { background-color: #C6057E; }
a { background-color: rgb(198,5,126); }
div.DivClassName
{
background-color: #C6057E;
}
.BgClassName
{
background-color: #C6057E;
}
</style>
border-color css
<style>
span { border-color: #C6057E; }
span { border-color: rgb(198,5,126); }
td.TdClassName
{
border-color: #C6057E;
}
.TagClassName
{
border-color: #C6057E;
}
</style>