Shades of Medium Red Violet #C43594
Tints of Medium Red Violet #C43594
RGB
CMYK
RGB Variations
Color information
#C43594 (or 0xC43594) is known color: Medium Red Violet. HEX triplet: C4, 35 and 94. RGB value is (196,53,148). Sum of RGB (Red+Green+Blue) = 196+53+148=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C43594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43594 is #3BCA6B. Grayscale: #6A6A6A. Windows color (decimal): -3918444 or 9713092. OLE color: 9713092.
HSL color Cylindrical-coordinate representation of color #C43594: hue angle of 320.14º 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 #C43594 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 148 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.23 |
| HSL | 320.14º | 0.57% | 0.49% | - |
| HSV(B) | 320.14º | 0.73% | 0.77% | - |
| XYZ | 29.38 | 16.42 | 29.64 | - |
| YUV | 106.59 | 151.38 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 148 | 0 | 0.73 | 0.24 | 0.23 | 320.14 | 0.57 | 0.49 |
| Hex | C4 | 35 | 94 | 0 | 49 | 18 | 17 | 140 | 39 | 31 |
| Octal | 304 | 65 | 224 | 0 | 111 | 30 | 27 | 500 | 71 | 61 |
| Binary | 11000100 | 110101 | 10010100 | 0 | 1001001 | 11000 | 10111 | 101000000 | 111001 | 110001 |
Color Harmonies of #C43594
Complementary color
Monochromatic Colors of #C43594
Black with #C43594
Text Example
Text Example
White with #C43594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43594; }
p { color: rgb(196,53,148); }
H1.HeaderClassName
{
color: #C43594;
}
.AnyTagClassName
{
color: #C43594;
}
</style>
background-color css
<style>
a { background-color: #C43594; }
a { background-color: rgb(196,53,148); }
div.DivClassName
{
background-color: #C43594;
}
.BgClassName
{
background-color: #C43594;
}
</style>
border-color css
<style>
span { border-color: #C43594; }
span { border-color: rgb(196,53,148); }
td.TdClassName
{
border-color: #C43594;
}
.TagClassName
{
border-color: #C43594;
}
</style>