Shades of Medium Red Violet #C43D7F
Tints of Medium Red Violet #C43D7F
RGB
CMYK
RGB Variations
Color information
#C43D7F (or 0xC43D7F) is known color: Medium Red Violet. HEX triplet: C4, 3D and 7F. RGB value is (196,61,127). Sum of RGB (Red+Green+Blue) = 196+61+127=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D7F is #3BC280. Grayscale: #6C6C6C. Windows color (decimal): -3916417 or 8338884. OLE color: 8338884.
HSL color Cylindrical-coordinate representation of color #C43D7F: hue angle of 330.67º 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 #C43D7F is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 127 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.23 |
| HSL | 330.67º | 0.53% | 0.5% | - |
| HSV(B) | 330.67º | 0.69% | 0.77% | - |
| XYZ | 28.26 | 16.61 | 21.79 | - |
| YUV | 108.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 127 | 0 | 0.69 | 0.35 | 0.23 | 330.67 | 0.53 | 0.5 |
| Hex | C4 | 3D | 7F | 0 | 45 | 23 | 17 | 14B | 35 | 32 |
| Octal | 304 | 75 | 177 | 0 | 105 | 43 | 27 | 513 | 65 | 62 |
| Binary | 11000100 | 111101 | 1111111 | 0 | 1000101 | 100011 | 10111 | 101001011 | 110101 | 110010 |
Color Harmonies of #C43D7F
Complementary color
Monochromatic Colors of #C43D7F
Black with #C43D7F
Text Example
Text Example
White with #C43D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D7F; }
p { color: rgb(196,61,127); }
H1.HeaderClassName
{
color: #C43D7F;
}
.AnyTagClassName
{
color: #C43D7F;
}
</style>
background-color css
<style>
a { background-color: #C43D7F; }
a { background-color: rgb(196,61,127); }
div.DivClassName
{
background-color: #C43D7F;
}
.BgClassName
{
background-color: #C43D7F;
}
</style>
border-color css
<style>
span { border-color: #C43D7F; }
span { border-color: rgb(196,61,127); }
td.TdClassName
{
border-color: #C43D7F;
}
.TagClassName
{
border-color: #C43D7F;
}
</style>