Shades of Medium Red Violet #C43693
Tints of Medium Red Violet #C43693
RGB
CMYK
RGB Variations
Color information
#C43693 (or 0xC43693) is known color: Medium Red Violet. HEX triplet: C4, 36 and 93. RGB value is (196,54,147). Sum of RGB (Red+Green+Blue) = 196+54+147=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C43693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43693 is #3BC96C. Grayscale: #6A6A6A. Windows color (decimal): -3918189 or 9647812. OLE color: 9647812.
HSL color Cylindrical-coordinate representation of color #C43693: hue angle of 320.7º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43693 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 147 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.23 |
| HSL | 320.7º | 0.57% | 0.49% | - |
| HSV(B) | 320.7º | 0.72% | 0.77% | - |
| XYZ | 29.35 | 16.48 | 29.24 | - |
| YUV | 107.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 147 | 0 | 0.72 | 0.25 | 0.23 | 320.7 | 0.57 | 0.49 |
| Hex | C4 | 36 | 93 | 0 | 48 | 19 | 17 | 141 | 39 | 31 |
| Octal | 304 | 66 | 223 | 0 | 110 | 31 | 27 | 501 | 71 | 61 |
| Binary | 11000100 | 110110 | 10010011 | 0 | 1001000 | 11001 | 10111 | 101000001 | 111001 | 110001 |
Color Harmonies of #C43693
Complementary color
Monochromatic Colors of #C43693
Black with #C43693
Text Example
Text Example
White with #C43693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43693; }
p { color: rgb(196,54,147); }
H1.HeaderClassName
{
color: #C43693;
}
.AnyTagClassName
{
color: #C43693;
}
</style>
background-color css
<style>
a { background-color: #C43693; }
a { background-color: rgb(196,54,147); }
div.DivClassName
{
background-color: #C43693;
}
.BgClassName
{
background-color: #C43693;
}
</style>
border-color css
<style>
span { border-color: #C43693; }
span { border-color: rgb(196,54,147); }
td.TdClassName
{
border-color: #C43693;
}
.TagClassName
{
border-color: #C43693;
}
</style>