Shades of Medium Red Violet #C43D85
Tints of Medium Red Violet #C43D85
RGB
CMYK
RGB Variations
Color information
#C43D85 (or 0xC43D85) is known color: Medium Red Violet. HEX triplet: C4, 3D and 85. RGB value is (196,61,133). Sum of RGB (Red+Green+Blue) = 196+61+133=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43D85 is #3BC27A. Grayscale: #6D6D6D. Windows color (decimal): -3916411 or 8732100. OLE color: 8732100.
HSL color Cylindrical-coordinate representation of color #C43D85: hue angle of 328º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D85 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 133 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.23 |
| HSL | 328º | 0.53% | 0.5% | - |
| HSV(B) | 328º | 0.69% | 0.77% | - |
| XYZ | 28.67 | 16.77 | 23.92 | - |
| YUV | 109.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 133 | 0 | 0.69 | 0.32 | 0.23 | 328 | 0.53 | 0.5 |
| Hex | C4 | 3D | 85 | 0 | 45 | 20 | 17 | 148 | 35 | 32 |
| Octal | 304 | 75 | 205 | 0 | 105 | 40 | 27 | 510 | 65 | 62 |
| Binary | 11000100 | 111101 | 10000101 | 0 | 1000101 | 100000 | 10111 | 101001000 | 110101 | 110010 |
Color Harmonies of #C43D85
Complementary color
Monochromatic Colors of #C43D85
Black with #C43D85
Text Example
Text Example
White with #C43D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D85; }
p { color: rgb(196,61,133); }
H1.HeaderClassName
{
color: #C43D85;
}
.AnyTagClassName
{
color: #C43D85;
}
</style>
background-color css
<style>
a { background-color: #C43D85; }
a { background-color: rgb(196,61,133); }
div.DivClassName
{
background-color: #C43D85;
}
.BgClassName
{
background-color: #C43D85;
}
</style>
border-color css
<style>
span { border-color: #C43D85; }
span { border-color: rgb(196,61,133); }
td.TdClassName
{
border-color: #C43D85;
}
.TagClassName
{
border-color: #C43D85;
}
</style>