Shades of Medium Red Violet #C43A8D
Tints of Medium Red Violet #C43A8D
RGB
CMYK
RGB Variations
Color information
#C43A8D (or 0xC43A8D) is known color: Medium Red Violet. HEX triplet: C4, 3A and 8D. RGB value is (196,58,141). Sum of RGB (Red+Green+Blue) = 196+58+141=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43A8D is #3BC572. Grayscale: #6C6C6C. Windows color (decimal): -3917171 or 9255620. OLE color: 9255620.
HSL color Cylindrical-coordinate representation of color #C43A8D: hue angle of 323.91º 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 #C43A8D is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 141 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.23 |
| HSL | 323.91º | 0.54% | 0.5% | - |
| HSV(B) | 323.91º | 0.7% | 0.77% | - |
| XYZ | 29.09 | 16.68 | 26.89 | - |
| YUV | 108.72 | 146.22 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 141 | 0 | 0.70 | 0.28 | 0.23 | 323.91 | 0.54 | 0.5 |
| Hex | C4 | 3A | 8D | 0 | 46 | 1C | 17 | 144 | 36 | 32 |
| Octal | 304 | 72 | 215 | 0 | 106 | 34 | 27 | 504 | 66 | 62 |
| Binary | 11000100 | 111010 | 10001101 | 0 | 1000110 | 11100 | 10111 | 101000100 | 110110 | 110010 |
Color Harmonies of #C43A8D
Complementary color
Monochromatic Colors of #C43A8D
Black with #C43A8D
Text Example
Text Example
White with #C43A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A8D; }
p { color: rgb(196,58,141); }
H1.HeaderClassName
{
color: #C43A8D;
}
.AnyTagClassName
{
color: #C43A8D;
}
</style>
background-color css
<style>
a { background-color: #C43A8D; }
a { background-color: rgb(196,58,141); }
div.DivClassName
{
background-color: #C43A8D;
}
.BgClassName
{
background-color: #C43A8D;
}
</style>
border-color css
<style>
span { border-color: #C43A8D; }
span { border-color: rgb(196,58,141); }
td.TdClassName
{
border-color: #C43A8D;
}
.TagClassName
{
border-color: #C43A8D;
}
</style>