Shades of Medium Red Violet #C43593
Tints of Medium Red Violet #C43593
RGB
CMYK
RGB Variations
Color information
#C43593 (or 0xC43593) is known color: Medium Red Violet. HEX triplet: C4, 35 and 93. RGB value is (196,53,147). Sum of RGB (Red+Green+Blue) = 196+53+147=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C43593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43593 is #3BCA6C. Grayscale: #6A6A6A. Windows color (decimal): -3918445 or 9647556. OLE color: 9647556.
HSL color Cylindrical-coordinate representation of color #C43593: hue angle of 320.56º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43593 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 147 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.23 |
| HSL | 320.56º | 0.57% | 0.49% | - |
| HSV(B) | 320.56º | 0.73% | 0.77% | - |
| XYZ | 29.3 | 16.39 | 29.22 | - |
| YUV | 106.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 147 | 0 | 0.73 | 0.25 | 0.23 | 320.56 | 0.57 | 0.49 |
| Hex | C4 | 35 | 93 | 0 | 49 | 19 | 17 | 141 | 39 | 31 |
| Octal | 304 | 65 | 223 | 0 | 111 | 31 | 27 | 501 | 71 | 61 |
| Binary | 11000100 | 110101 | 10010011 | 0 | 1001001 | 11001 | 10111 | 101000001 | 111001 | 110001 |
Color Harmonies of #C43593
Complementary color
Monochromatic Colors of #C43593
Black with #C43593
Text Example
Text Example
White with #C43593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43593; }
p { color: rgb(196,53,147); }
H1.HeaderClassName
{
color: #C43593;
}
.AnyTagClassName
{
color: #C43593;
}
</style>
background-color css
<style>
a { background-color: #C43593; }
a { background-color: rgb(196,53,147); }
div.DivClassName
{
background-color: #C43593;
}
.BgClassName
{
background-color: #C43593;
}
</style>
border-color css
<style>
span { border-color: #C43593; }
span { border-color: rgb(196,53,147); }
td.TdClassName
{
border-color: #C43593;
}
.TagClassName
{
border-color: #C43593;
}
</style>