Shades of Medium Red Violet #C43882
Tints of Medium Red Violet #C43882
RGB
CMYK
RGB Variations
Color information
#C43882 (or 0xC43882) is known color: Medium Red Violet. HEX triplet: C4, 38 and 82. RGB value is (196,56,130). Sum of RGB (Red+Green+Blue) = 196+56+130=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C43882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43882 is #3BC77D. Grayscale: #6A6A6A. Windows color (decimal): -3917694 or 8534212. OLE color: 8534212.
HSL color Cylindrical-coordinate representation of color #C43882: hue angle of 328.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43882 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 130 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.23 |
| HSL | 328.29º | 0.56% | 0.49% | - |
| HSV(B) | 328.29º | 0.71% | 0.77% | - |
| XYZ | 28.21 | 16.18 | 22.75 | - |
| YUV | 106.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 130 | 0 | 0.71 | 0.34 | 0.23 | 328.29 | 0.56 | 0.49 |
| Hex | C4 | 38 | 82 | 0 | 47 | 22 | 17 | 148 | 38 | 31 |
| Octal | 304 | 70 | 202 | 0 | 107 | 42 | 27 | 510 | 70 | 61 |
| Binary | 11000100 | 111000 | 10000010 | 0 | 1000111 | 100010 | 10111 | 101001000 | 111000 | 110001 |
Color Harmonies of #C43882
Complementary color
Monochromatic Colors of #C43882
Black with #C43882
Text Example
Text Example
White with #C43882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43882; }
p { color: rgb(196,56,130); }
H1.HeaderClassName
{
color: #C43882;
}
.AnyTagClassName
{
color: #C43882;
}
</style>
background-color css
<style>
a { background-color: #C43882; }
a { background-color: rgb(196,56,130); }
div.DivClassName
{
background-color: #C43882;
}
.BgClassName
{
background-color: #C43882;
}
</style>
border-color css
<style>
span { border-color: #C43882; }
span { border-color: rgb(196,56,130); }
td.TdClassName
{
border-color: #C43882;
}
.TagClassName
{
border-color: #C43882;
}
</style>