Shades of Medium Red Violet #C13882
Tints of Medium Red Violet #C13882
RGB
CMYK
RGB Variations
Color information
#C13882 (or 0xC13882) is known color: Medium Red Violet. HEX triplet: C1, 38 and 82. RGB value is (193,56,130). Sum of RGB (Red+Green+Blue) = 193+56+130=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C13882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13882 is #3EC77D. Grayscale: #696969. Windows color (decimal): -4114302 or 8534209. OLE color: 8534209.
HSL color Cylindrical-coordinate representation of color #C13882: hue angle of 327.59º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13882 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 130 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.24 |
| HSL | 327.59º | 0.55% | 0.49% | - |
| HSV(B) | 327.59º | 0.71% | 0.76% | - |
| XYZ | 27.44 | 15.78 | 22.72 | - |
| YUV | 105.4 | 141.89 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 130 | 0 | 0.71 | 0.33 | 0.24 | 327.59 | 0.55 | 0.49 |
| Hex | C1 | 38 | 82 | 0 | 47 | 21 | 18 | 148 | 37 | 31 |
| Octal | 301 | 70 | 202 | 0 | 107 | 41 | 30 | 510 | 67 | 61 |
| Binary | 11000001 | 111000 | 10000010 | 0 | 1000111 | 100001 | 11000 | 101001000 | 110111 | 110001 |
Color Harmonies of #C13882
Complementary color
Monochromatic Colors of #C13882
Black with #C13882
Text Example
Text Example
White with #C13882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13882; }
p { color: rgb(193,56,130); }
H1.HeaderClassName
{
color: #C13882;
}
.AnyTagClassName
{
color: #C13882;
}
</style>
background-color css
<style>
a { background-color: #C13882; }
a { background-color: rgb(193,56,130); }
div.DivClassName
{
background-color: #C13882;
}
.BgClassName
{
background-color: #C13882;
}
</style>
border-color css
<style>
span { border-color: #C13882; }
span { border-color: rgb(193,56,130); }
td.TdClassName
{
border-color: #C13882;
}
.TagClassName
{
border-color: #C13882;
}
</style>