Shades of Medium Red Violet #C43A86
Tints of Medium Red Violet #C43A86
RGB
CMYK
RGB Variations
Color information
#C43A86 (or 0xC43A86) is known color: Medium Red Violet. HEX triplet: C4, 3A and 86. RGB value is (196,58,134). Sum of RGB (Red+Green+Blue) = 196+58+134=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43A86 is #3BC579. Grayscale: #6B6B6B. Windows color (decimal): -3917178 or 8796868. OLE color: 8796868.
HSL color Cylindrical-coordinate representation of color #C43A86: hue angle of 326.96º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A86 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 134 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.23 |
| HSL | 326.96º | 0.54% | 0.5% | - |
| HSV(B) | 326.96º | 0.7% | 0.77% | - |
| XYZ | 28.58 | 16.48 | 24.23 | - |
| YUV | 107.93 | 142.72 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 134 | 0 | 0.70 | 0.32 | 0.23 | 326.96 | 0.54 | 0.5 |
| Hex | C4 | 3A | 86 | 0 | 46 | 20 | 17 | 147 | 36 | 32 |
| Octal | 304 | 72 | 206 | 0 | 106 | 40 | 27 | 507 | 66 | 62 |
| Binary | 11000100 | 111010 | 10000110 | 0 | 1000110 | 100000 | 10111 | 101000111 | 110110 | 110010 |
Color Harmonies of #C43A86
Complementary color
Monochromatic Colors of #C43A86
Black with #C43A86
Text Example
Text Example
White with #C43A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A86; }
p { color: rgb(196,58,134); }
H1.HeaderClassName
{
color: #C43A86;
}
.AnyTagClassName
{
color: #C43A86;
}
</style>
background-color css
<style>
a { background-color: #C43A86; }
a { background-color: rgb(196,58,134); }
div.DivClassName
{
background-color: #C43A86;
}
.BgClassName
{
background-color: #C43A86;
}
</style>
border-color css
<style>
span { border-color: #C43A86; }
span { border-color: rgb(196,58,134); }
td.TdClassName
{
border-color: #C43A86;
}
.TagClassName
{
border-color: #C43A86;
}
</style>