Shades of Medium Red Violet #C03A86
Tints of Medium Red Violet #C03A86
RGB
CMYK
RGB Variations
Color information
#C03A86 (or 0xC03A86) is known color: Medium Red Violet. HEX triplet: C0, 3A and 86. RGB value is (192,58,134). Sum of RGB (Red+Green+Blue) = 192+58+134=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03A86 is #3FC579. Grayscale: #6A6A6A. Windows color (decimal): -4179322 or 8796864. OLE color: 8796864.
HSL color Cylindrical-coordinate representation of color #C03A86: hue angle of 325.97º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A86 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 134 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.25 |
| HSL | 325.97º | 0.54% | 0.49% | - |
| HSV(B) | 325.97º | 0.7% | 0.75% | - |
| XYZ | 27.55 | 15.95 | 24.18 | - |
| YUV | 106.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 134 | 0 | 0.70 | 0.30 | 0.25 | 325.97 | 0.54 | 0.49 |
| Hex | C0 | 3A | 86 | 0 | 46 | 1E | 19 | 146 | 36 | 31 |
| Octal | 300 | 72 | 206 | 0 | 106 | 36 | 31 | 506 | 66 | 61 |
| Binary | 11000000 | 111010 | 10000110 | 0 | 1000110 | 11110 | 11001 | 101000110 | 110110 | 110001 |
Color Harmonies of #C03A86
Complementary color
Monochromatic Colors of #C03A86
Black with #C03A86
Text Example
Text Example
White with #C03A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A86; }
p { color: rgb(192,58,134); }
H1.HeaderClassName
{
color: #C03A86;
}
.AnyTagClassName
{
color: #C03A86;
}
</style>
background-color css
<style>
a { background-color: #C03A86; }
a { background-color: rgb(192,58,134); }
div.DivClassName
{
background-color: #C03A86;
}
.BgClassName
{
background-color: #C03A86;
}
</style>
border-color css
<style>
span { border-color: #C03A86; }
span { border-color: rgb(192,58,134); }
td.TdClassName
{
border-color: #C03A86;
}
.TagClassName
{
border-color: #C03A86;
}
</style>