Shades of Medium Violet Red #C30586
Tints of Medium Violet Red #C30586
RGB
CMYK
RGB Variations
Color information
#C30586 (or 0xC30586) is known color: Medium Violet Red. HEX triplet: C3, 05 and 86. RGB value is (195,5,134). Sum of RGB (Red+Green+Blue) = 195+5+134=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C30586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30586 is #3CFA79. Grayscale: #4C4C4C. Windows color (decimal): -3996282 or 8783299. OLE color: 8783299.
HSL color Cylindrical-coordinate representation of color #C30586: hue angle of 319.26º 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 #C30586 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 134 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.24 |
| HSL | 319.26º | 0.95% | 0.39% | - |
| HSV(B) | 319.26º | 0.97% | 0.76% | - |
| XYZ | 26.86 | 13.43 | 23.73 | - |
| YUV | 76.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 134 | 0 | 0.97 | 0.31 | 0.24 | 319.26 | 0.95 | 0.39 |
| Hex | C3 | 5 | 86 | 0 | 61 | 1F | 18 | 13F | 5F | 27 |
| Octal | 303 | 5 | 206 | 0 | 141 | 37 | 30 | 477 | 137 | 47 |
| Binary | 11000011 | 101 | 10000110 | 0 | 1100001 | 11111 | 11000 | 100111111 | 1011111 | 100111 |
Color Harmonies of #C30586
Complementary color
Monochromatic Colors of #C30586
Black with #C30586
Text Example
Text Example
White with #C30586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30586; }
p { color: rgb(195,5,134); }
H1.HeaderClassName
{
color: #C30586;
}
.AnyTagClassName
{
color: #C30586;
}
</style>
background-color css
<style>
a { background-color: #C30586; }
a { background-color: rgb(195,5,134); }
div.DivClassName
{
background-color: #C30586;
}
.BgClassName
{
background-color: #C30586;
}
</style>
border-color css
<style>
span { border-color: #C30586; }
span { border-color: rgb(195,5,134); }
td.TdClassName
{
border-color: #C30586;
}
.TagClassName
{
border-color: #C30586;
}
</style>