Shades of Medium Violet Red #C0057D
Tints of Medium Violet Red #C0057D
RGB
CMYK
RGB Variations
Color information
#C0057D (or 0xC0057D) is known color: Medium Violet Red. HEX triplet: C0, 05 and 7D. RGB value is (192,5,125). Sum of RGB (Red+Green+Blue) = 192+5+125=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0057D is #3FFA82. Grayscale: #4A4A4A. Windows color (decimal): -4192899 or 8193472. OLE color: 8193472.
HSL color Cylindrical-coordinate representation of color #C0057D: hue angle of 321.5º 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 #C0057D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.25 |
| HSL | 321.5º | 0.95% | 0.39% | - |
| HSV(B) | 321.5º | 0.97% | 0.75% | - |
| XYZ | 25.49 | 12.8 | 20.53 | - |
| YUV | 74.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 125 | 0 | 0.97 | 0.35 | 0.25 | 321.5 | 0.95 | 0.39 |
| Hex | C0 | 5 | 7D | 0 | 61 | 23 | 19 | 141 | 5F | 27 |
| Octal | 300 | 5 | 175 | 0 | 141 | 43 | 31 | 501 | 137 | 47 |
| Binary | 11000000 | 101 | 1111101 | 0 | 1100001 | 100011 | 11001 | 101000001 | 1011111 | 100111 |
Color Harmonies of #C0057D
Complementary color
Monochromatic Colors of #C0057D
Black with #C0057D
Text Example
Text Example
White with #C0057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0057D; }
p { color: rgb(192,5,125); }
H1.HeaderClassName
{
color: #C0057D;
}
.AnyTagClassName
{
color: #C0057D;
}
</style>
background-color css
<style>
a { background-color: #C0057D; }
a { background-color: rgb(192,5,125); }
div.DivClassName
{
background-color: #C0057D;
}
.BgClassName
{
background-color: #C0057D;
}
</style>
border-color css
<style>
span { border-color: #C0057D; }
span { border-color: rgb(192,5,125); }
td.TdClassName
{
border-color: #C0057D;
}
.TagClassName
{
border-color: #C0057D;
}
</style>