Shades of Medium Violet Red #C2058C
Tints of Medium Violet Red #C2058C
RGB
CMYK
RGB Variations
Color information
#C2058C (or 0xC2058C) is known color: Medium Violet Red. HEX triplet: C2, 05 and 8C. RGB value is (194,5,140). Sum of RGB (Red+Green+Blue) = 194+5+140=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2058C is #3DFA73. Grayscale: #4C4C4C. Windows color (decimal): -4061812 or 9176514. OLE color: 9176514.
HSL color Cylindrical-coordinate representation of color #C2058C: hue angle of 317.14º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2058C is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 140 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.24 |
| HSL | 317.14º | 0.95% | 0.39% | - |
| HSV(B) | 317.14º | 0.97% | 0.76% | - |
| XYZ | 27.04 | 13.47 | 25.99 | - |
| YUV | 76.9 | 163.62 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 140 | 0 | 0.97 | 0.28 | 0.24 | 317.14 | 0.95 | 0.39 |
| Hex | C2 | 5 | 8C | 0 | 61 | 1C | 18 | 13D | 5F | 27 |
| Octal | 302 | 5 | 214 | 0 | 141 | 34 | 30 | 475 | 137 | 47 |
| Binary | 11000010 | 101 | 10001100 | 0 | 1100001 | 11100 | 11000 | 100111101 | 1011111 | 100111 |
Color Harmonies of #C2058C
Complementary color
Monochromatic Colors of #C2058C
Black with #C2058C
Text Example
Text Example
White with #C2058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2058C; }
p { color: rgb(194,5,140); }
H1.HeaderClassName
{
color: #C2058C;
}
.AnyTagClassName
{
color: #C2058C;
}
</style>
background-color css
<style>
a { background-color: #C2058C; }
a { background-color: rgb(194,5,140); }
div.DivClassName
{
background-color: #C2058C;
}
.BgClassName
{
background-color: #C2058C;
}
</style>
border-color css
<style>
span { border-color: #C2058C; }
span { border-color: rgb(194,5,140); }
td.TdClassName
{
border-color: #C2058C;
}
.TagClassName
{
border-color: #C2058C;
}
</style>