Shades of Medium Red Violet #C43D7E
Tints of Medium Red Violet #C43D7E
RGB
CMYK
RGB Variations
Color information
#C43D7E (or 0xC43D7E) is known color: Medium Red Violet. HEX triplet: C4, 3D and 7E. RGB value is (196,61,126). Sum of RGB (Red+Green+Blue) = 196+61+126=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D7E is #3BC281. Grayscale: #6C6C6C. Windows color (decimal): -3916418 or 8273348. OLE color: 8273348.
HSL color Cylindrical-coordinate representation of color #C43D7E: hue angle of 331.11º 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 #C43D7E is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 126 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.23 |
| HSL | 331.11º | 0.53% | 0.5% | - |
| HSV(B) | 331.11º | 0.69% | 0.77% | - |
| XYZ | 28.2 | 16.58 | 21.45 | - |
| YUV | 108.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 126 | 0 | 0.69 | 0.36 | 0.23 | 331.11 | 0.53 | 0.5 |
| Hex | C4 | 3D | 7E | 0 | 45 | 24 | 17 | 14B | 35 | 32 |
| Octal | 304 | 75 | 176 | 0 | 105 | 44 | 27 | 513 | 65 | 62 |
| Binary | 11000100 | 111101 | 1111110 | 0 | 1000101 | 100100 | 10111 | 101001011 | 110101 | 110010 |
Color Harmonies of #C43D7E
Complementary color
Monochromatic Colors of #C43D7E
Black with #C43D7E
Text Example
Text Example
White with #C43D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D7E; }
p { color: rgb(196,61,126); }
H1.HeaderClassName
{
color: #C43D7E;
}
.AnyTagClassName
{
color: #C43D7E;
}
</style>
background-color css
<style>
a { background-color: #C43D7E; }
a { background-color: rgb(196,61,126); }
div.DivClassName
{
background-color: #C43D7E;
}
.BgClassName
{
background-color: #C43D7E;
}
</style>
border-color css
<style>
span { border-color: #C43D7E; }
span { border-color: rgb(196,61,126); }
td.TdClassName
{
border-color: #C43D7E;
}
.TagClassName
{
border-color: #C43D7E;
}
</style>