Shades of Medium Red Violet #C43584
Tints of Medium Red Violet #C43584
RGB
CMYK
RGB Variations
Color information
#C43584 (or 0xC43584) is known color: Medium Red Violet. HEX triplet: C4, 35 and 84. RGB value is (196,53,132). Sum of RGB (Red+Green+Blue) = 196+53+132=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C43584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43584 is #3BCA7B. Grayscale: #686868. Windows color (decimal): -3918460 or 8664516. OLE color: 8664516.
HSL color Cylindrical-coordinate representation of color #C43584: hue angle of 326.85º 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 #C43584 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 132 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.23 |
| HSL | 326.85º | 0.57% | 0.49% | - |
| HSV(B) | 326.85º | 0.73% | 0.77% | - |
| XYZ | 28.2 | 15.95 | 23.42 | - |
| YUV | 104.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 132 | 0 | 0.73 | 0.33 | 0.23 | 326.85 | 0.57 | 0.49 |
| Hex | C4 | 35 | 84 | 0 | 49 | 21 | 17 | 147 | 39 | 31 |
| Octal | 304 | 65 | 204 | 0 | 111 | 41 | 27 | 507 | 71 | 61 |
| Binary | 11000100 | 110101 | 10000100 | 0 | 1001001 | 100001 | 10111 | 101000111 | 111001 | 110001 |
Color Harmonies of #C43584
Complementary color
Monochromatic Colors of #C43584
Black with #C43584
Text Example
Text Example
White with #C43584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43584; }
p { color: rgb(196,53,132); }
H1.HeaderClassName
{
color: #C43584;
}
.AnyTagClassName
{
color: #C43584;
}
</style>
background-color css
<style>
a { background-color: #C43584; }
a { background-color: rgb(196,53,132); }
div.DivClassName
{
background-color: #C43584;
}
.BgClassName
{
background-color: #C43584;
}
</style>
border-color css
<style>
span { border-color: #C43584; }
span { border-color: rgb(196,53,132); }
td.TdClassName
{
border-color: #C43584;
}
.TagClassName
{
border-color: #C43584;
}
</style>