Shades of Medium Violet Red #C0057F
Tints of Medium Violet Red #C0057F
RGB
CMYK
RGB Variations
Color information
#C0057F (or 0xC0057F) is known color: Medium Violet Red. HEX triplet: C0, 05 and 7F. RGB value is (192,5,127). Sum of RGB (Red+Green+Blue) = 192+5+127=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0057F is #3FFA80. Grayscale: #4A4A4A. Windows color (decimal): -4192897 or 8324544. OLE color: 8324544.
HSL color Cylindrical-coordinate representation of color #C0057F: hue angle of 320.86º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0057F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 127 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.25 |
| HSL | 320.86º | 0.95% | 0.39% | - |
| HSV(B) | 320.86º | 0.97% | 0.75% | - |
| XYZ | 25.62 | 12.85 | 21.21 | - |
| YUV | 74.82 | 157.45 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 127 | 0 | 0.97 | 0.34 | 0.25 | 320.86 | 0.95 | 0.39 |
| Hex | C0 | 5 | 7F | 0 | 61 | 22 | 19 | 141 | 5F | 27 |
| Octal | 300 | 5 | 177 | 0 | 141 | 42 | 31 | 501 | 137 | 47 |
| Binary | 11000000 | 101 | 1111111 | 0 | 1100001 | 100010 | 11001 | 101000001 | 1011111 | 100111 |
Color Harmonies of #C0057F
Complementary color
Monochromatic Colors of #C0057F
Black with #C0057F
Text Example
Text Example
White with #C0057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0057F; }
p { color: rgb(192,5,127); }
H1.HeaderClassName
{
color: #C0057F;
}
.AnyTagClassName
{
color: #C0057F;
}
</style>
background-color css
<style>
a { background-color: #C0057F; }
a { background-color: rgb(192,5,127); }
div.DivClassName
{
background-color: #C0057F;
}
.BgClassName
{
background-color: #C0057F;
}
</style>
border-color css
<style>
span { border-color: #C0057F; }
span { border-color: rgb(192,5,127); }
td.TdClassName
{
border-color: #C0057F;
}
.TagClassName
{
border-color: #C0057F;
}
</style>