Shades of Medium Red Violet #C43785
Tints of Medium Red Violet #C43785
RGB
CMYK
RGB Variations
Color information
#C43785 (or 0xC43785) is known color: Medium Red Violet. HEX triplet: C4, 37 and 85. RGB value is (196,55,133). Sum of RGB (Red+Green+Blue) = 196+55+133=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C43785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43785 is #3BC87A. Grayscale: #696969. Windows color (decimal): -3917947 or 8730564. OLE color: 8730564.
HSL color Cylindrical-coordinate representation of color #C43785: hue angle of 326.81º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43785 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 133 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.23 |
| HSL | 326.81º | 0.56% | 0.49% | - |
| HSV(B) | 326.81º | 0.72% | 0.77% | - |
| XYZ | 28.36 | 16.16 | 23.81 | - |
| YUV | 106.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 133 | 0 | 0.72 | 0.32 | 0.23 | 326.81 | 0.56 | 0.49 |
| Hex | C4 | 37 | 85 | 0 | 48 | 20 | 17 | 147 | 38 | 31 |
| Octal | 304 | 67 | 205 | 0 | 110 | 40 | 27 | 507 | 70 | 61 |
| Binary | 11000100 | 110111 | 10000101 | 0 | 1001000 | 100000 | 10111 | 101000111 | 111000 | 110001 |
Color Harmonies of #C43785
Complementary color
Monochromatic Colors of #C43785
Black with #C43785
Text Example
Text Example
White with #C43785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43785; }
p { color: rgb(196,55,133); }
H1.HeaderClassName
{
color: #C43785;
}
.AnyTagClassName
{
color: #C43785;
}
</style>
background-color css
<style>
a { background-color: #C43785; }
a { background-color: rgb(196,55,133); }
div.DivClassName
{
background-color: #C43785;
}
.BgClassName
{
background-color: #C43785;
}
</style>
border-color css
<style>
span { border-color: #C43785; }
span { border-color: rgb(196,55,133); }
td.TdClassName
{
border-color: #C43785;
}
.TagClassName
{
border-color: #C43785;
}
</style>