Shades of Medium Violet Red #C3058D
Tints of Medium Violet Red #C3058D
RGB
CMYK
RGB Variations
Color information
#C3058D (or 0xC3058D) is known color: Medium Violet Red. HEX triplet: C3, 05 and 8D. RGB value is (195,5,141). Sum of RGB (Red+Green+Blue) = 195+5+141=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3058D is #3CFA72. Grayscale: #4C4C4C. Windows color (decimal): -3996275 or 9242051. OLE color: 9242051.
HSL color Cylindrical-coordinate representation of color #C3058D: hue angle of 317.05º 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 #C3058D is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 141 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.24 |
| HSL | 317.05º | 0.95% | 0.39% | - |
| HSV(B) | 317.05º | 0.97% | 0.76% | - |
| XYZ | 27.37 | 13.63 | 26.39 | - |
| YUV | 77.31 | 163.95 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 141 | 0 | 0.97 | 0.28 | 0.24 | 317.05 | 0.95 | 0.39 |
| Hex | C3 | 5 | 8D | 0 | 61 | 1C | 18 | 13D | 5F | 27 |
| Octal | 303 | 5 | 215 | 0 | 141 | 34 | 30 | 475 | 137 | 47 |
| Binary | 11000011 | 101 | 10001101 | 0 | 1100001 | 11100 | 11000 | 100111101 | 1011111 | 100111 |
Color Harmonies of #C3058D
Complementary color
Monochromatic Colors of #C3058D
Black with #C3058D
Text Example
Text Example
White with #C3058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3058D; }
p { color: rgb(195,5,141); }
H1.HeaderClassName
{
color: #C3058D;
}
.AnyTagClassName
{
color: #C3058D;
}
</style>
background-color css
<style>
a { background-color: #C3058D; }
a { background-color: rgb(195,5,141); }
div.DivClassName
{
background-color: #C3058D;
}
.BgClassName
{
background-color: #C3058D;
}
</style>
border-color css
<style>
span { border-color: #C3058D; }
span { border-color: rgb(195,5,141); }
td.TdClassName
{
border-color: #C3058D;
}
.TagClassName
{
border-color: #C3058D;
}
</style>