Shades of Medium Red Violet #C43582
Tints of Medium Red Violet #C43582
RGB
CMYK
RGB Variations
Color information
#C43582 (or 0xC43582) is known color: Medium Red Violet. HEX triplet: C4, 35 and 82. RGB value is (196,53,130). Sum of RGB (Red+Green+Blue) = 196+53+130=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C43582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43582 is #3BCA7D. Grayscale: #686868. Windows color (decimal): -3918462 or 8533444. OLE color: 8533444.
HSL color Cylindrical-coordinate representation of color #C43582: hue angle of 327.69º 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 #C43582 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 130 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.23 |
| HSL | 327.69º | 0.57% | 0.49% | - |
| HSV(B) | 327.69º | 0.73% | 0.77% | - |
| XYZ | 28.07 | 15.89 | 22.71 | - |
| YUV | 104.54 | 142.38 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 130 | 0 | 0.73 | 0.34 | 0.23 | 327.69 | 0.57 | 0.49 |
| Hex | C4 | 35 | 82 | 0 | 49 | 22 | 17 | 148 | 39 | 31 |
| Octal | 304 | 65 | 202 | 0 | 111 | 42 | 27 | 510 | 71 | 61 |
| Binary | 11000100 | 110101 | 10000010 | 0 | 1001001 | 100010 | 10111 | 101001000 | 111001 | 110001 |
Color Harmonies of #C43582
Complementary color
Monochromatic Colors of #C43582
Black with #C43582
Text Example
Text Example
White with #C43582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43582; }
p { color: rgb(196,53,130); }
H1.HeaderClassName
{
color: #C43582;
}
.AnyTagClassName
{
color: #C43582;
}
</style>
background-color css
<style>
a { background-color: #C43582; }
a { background-color: rgb(196,53,130); }
div.DivClassName
{
background-color: #C43582;
}
.BgClassName
{
background-color: #C43582;
}
</style>
border-color css
<style>
span { border-color: #C43582; }
span { border-color: rgb(196,53,130); }
td.TdClassName
{
border-color: #C43582;
}
.TagClassName
{
border-color: #C43582;
}
</style>