Shades of Medium Violet Red #C7057E
Tints of Medium Violet Red #C7057E
RGB
CMYK
RGB Variations
Color information
#C7057E (or 0xC7057E) is known color: Medium Violet Red. HEX triplet: C7, 05 and 7E. RGB value is (199,5,126). Sum of RGB (Red+Green+Blue) = 199+5+126=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7057E is #38FA81. Grayscale: #4C4C4C. Windows color (decimal): -3734146 or 8259015. OLE color: 8259015.
HSL color Cylindrical-coordinate representation of color #C7057E: hue angle of 322.58º 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 #C7057E is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 126 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.22 |
| HSL | 322.58º | 0.95% | 0.4% | - |
| HSV(B) | 322.58º | 0.97% | 0.78% | - |
| XYZ | 27.37 | 13.76 | 20.95 | - |
| YUV | 76.8 | 155.77 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 126 | 0 | 0.97 | 0.37 | 0.22 | 322.58 | 0.95 | 0.4 |
| Hex | C7 | 5 | 7E | 0 | 61 | 25 | 16 | 143 | 5F | 28 |
| Octal | 307 | 5 | 176 | 0 | 141 | 45 | 26 | 503 | 137 | 50 |
| Binary | 11000111 | 101 | 1111110 | 0 | 1100001 | 100101 | 10110 | 101000011 | 1011111 | 101000 |
Color Harmonies of #C7057E
Complementary color
Monochromatic Colors of #C7057E
Black with #C7057E
Text Example
Text Example
White with #C7057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7057E; }
p { color: rgb(199,5,126); }
H1.HeaderClassName
{
color: #C7057E;
}
.AnyTagClassName
{
color: #C7057E;
}
</style>
background-color css
<style>
a { background-color: #C7057E; }
a { background-color: rgb(199,5,126); }
div.DivClassName
{
background-color: #C7057E;
}
.BgClassName
{
background-color: #C7057E;
}
</style>
border-color css
<style>
span { border-color: #C7057E; }
span { border-color: rgb(199,5,126); }
td.TdClassName
{
border-color: #C7057E;
}
.TagClassName
{
border-color: #C7057E;
}
</style>