Shades of Medium Red Violet #C43D7A
Tints of Medium Red Violet #C43D7A
RGB
CMYK
RGB Variations
Color information
#C43D7A (or 0xC43D7A) is known color: Medium Red Violet. HEX triplet: C4, 3D and 7A. RGB value is (196,61,122). Sum of RGB (Red+Green+Blue) = 196+61+122=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D7A is #3BC285. Grayscale: #6C6C6C. Windows color (decimal): -3916422 or 8011204. OLE color: 8011204.
HSL color Cylindrical-coordinate representation of color #C43D7A: hue angle of 332.89º 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 #C43D7A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 122 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.23 |
| HSL | 332.89º | 0.53% | 0.5% | - |
| HSV(B) | 332.89º | 0.69% | 0.77% | - |
| XYZ | 27.95 | 16.48 | 20.12 | - |
| YUV | 108.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 122 | 0 | 0.69 | 0.38 | 0.23 | 332.89 | 0.53 | 0.5 |
| Hex | C4 | 3D | 7A | 0 | 45 | 26 | 17 | 14D | 35 | 32 |
| Octal | 304 | 75 | 172 | 0 | 105 | 46 | 27 | 515 | 65 | 62 |
| Binary | 11000100 | 111101 | 1111010 | 0 | 1000101 | 100110 | 10111 | 101001101 | 110101 | 110010 |
Color Harmonies of #C43D7A
Complementary color
Monochromatic Colors of #C43D7A
Black with #C43D7A
Text Example
Text Example
White with #C43D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D7A; }
p { color: rgb(196,61,122); }
H1.HeaderClassName
{
color: #C43D7A;
}
.AnyTagClassName
{
color: #C43D7A;
}
</style>
background-color css
<style>
a { background-color: #C43D7A; }
a { background-color: rgb(196,61,122); }
div.DivClassName
{
background-color: #C43D7A;
}
.BgClassName
{
background-color: #C43D7A;
}
</style>
border-color css
<style>
span { border-color: #C43D7A; }
span { border-color: rgb(196,61,122); }
td.TdClassName
{
border-color: #C43D7A;
}
.TagClassName
{
border-color: #C43D7A;
}
</style>