Shades of Medium Violet Red #C0059D
Tints of Medium Violet Red #C0059D
RGB
CMYK
RGB Variations
Color information
#C0059D (or 0xC0059D) is known color: Medium Violet Red. HEX triplet: C0, 05 and 9D. RGB value is (192,5,157). Sum of RGB (Red+Green+Blue) = 192+5+157=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0059D is #3FFA62. Grayscale: #4D4D4D. Windows color (decimal): -4192867 or 10290624. OLE color: 10290624.
HSL color Cylindrical-coordinate representation of color #C0059D: hue angle of 311.23º 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 #C0059D is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 157 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.25 |
| HSL | 311.23º | 0.95% | 0.39% | - |
| HSV(B) | 311.23º | 0.97% | 0.75% | - |
| XYZ | 27.88 | 13.75 | 33.08 | - |
| YUV | 78.24 | 172.45 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 157 | 0 | 0.97 | 0.18 | 0.25 | 311.23 | 0.95 | 0.39 |
| Hex | C0 | 5 | 9D | 0 | 61 | 12 | 19 | 137 | 5F | 27 |
| Octal | 300 | 5 | 235 | 0 | 141 | 22 | 31 | 467 | 137 | 47 |
| Binary | 11000000 | 101 | 10011101 | 0 | 1100001 | 10010 | 11001 | 100110111 | 1011111 | 100111 |
Color Harmonies of #C0059D
Complementary color
Monochromatic Colors of #C0059D
Black with #C0059D
Text Example
Text Example
White with #C0059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0059D; }
p { color: rgb(192,5,157); }
H1.HeaderClassName
{
color: #C0059D;
}
.AnyTagClassName
{
color: #C0059D;
}
</style>
background-color css
<style>
a { background-color: #C0059D; }
a { background-color: rgb(192,5,157); }
div.DivClassName
{
background-color: #C0059D;
}
.BgClassName
{
background-color: #C0059D;
}
</style>
border-color css
<style>
span { border-color: #C0059D; }
span { border-color: rgb(192,5,157); }
td.TdClassName
{
border-color: #C0059D;
}
.TagClassName
{
border-color: #C0059D;
}
</style>