Shades of Medium Red Violet #C43E7B
Tints of Medium Red Violet #C43E7B
RGB
CMYK
RGB Variations
Color information
#C43E7B (or 0xC43E7B) is known color: Medium Red Violet. HEX triplet: C4, 3E and 7B. RGB value is (196,62,123). Sum of RGB (Red+Green+Blue) = 196+62+123=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E7B is #3BC184. Grayscale: #6C6C6C. Windows color (decimal): -3916165 or 8076996. OLE color: 8076996.
HSL color Cylindrical-coordinate representation of color #C43E7B: hue angle of 332.69º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43E7B is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 123 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.23 |
| HSL | 332.69º | 0.53% | 0.51% | - |
| HSV(B) | 332.69º | 0.68% | 0.77% | - |
| XYZ | 28.06 | 16.61 | 20.47 | - |
| YUV | 109.02 | 135.89 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 123 | 0 | 0.68 | 0.37 | 0.23 | 332.69 | 0.53 | 0.51 |
| Hex | C4 | 3E | 7B | 0 | 44 | 25 | 17 | 14D | 35 | 33 |
| Octal | 304 | 76 | 173 | 0 | 104 | 45 | 27 | 515 | 65 | 63 |
| Binary | 11000100 | 111110 | 1111011 | 0 | 1000100 | 100101 | 10111 | 101001101 | 110101 | 110011 |
Color Harmonies of #C43E7B
Complementary color
Monochromatic Colors of #C43E7B
Black with #C43E7B
Text Example
Text Example
White with #C43E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E7B; }
p { color: rgb(196,62,123); }
H1.HeaderClassName
{
color: #C43E7B;
}
.AnyTagClassName
{
color: #C43E7B;
}
</style>
background-color css
<style>
a { background-color: #C43E7B; }
a { background-color: rgb(196,62,123); }
div.DivClassName
{
background-color: #C43E7B;
}
.BgClassName
{
background-color: #C43E7B;
}
</style>
border-color css
<style>
span { border-color: #C43E7B; }
span { border-color: rgb(196,62,123); }
td.TdClassName
{
border-color: #C43E7B;
}
.TagClassName
{
border-color: #C43E7B;
}
</style>