Shades of Medium Red Violet #C13682
Tints of Medium Red Violet #C13682
RGB
CMYK
RGB Variations
Color information
#C13682 (or 0xC13682) is known color: Medium Red Violet. HEX triplet: C1, 36 and 82. RGB value is (193,54,130). Sum of RGB (Red+Green+Blue) = 193+54+130=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C13682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13682 is #3EC97D. Grayscale: #686868. Windows color (decimal): -4114814 or 8533697. OLE color: 8533697.
HSL color Cylindrical-coordinate representation of color #C13682: hue angle of 327.19º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13682 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 130 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.24 |
| HSL | 327.19º | 0.56% | 0.48% | - |
| HSV(B) | 327.19º | 0.72% | 0.76% | - |
| XYZ | 27.34 | 15.59 | 22.69 | - |
| YUV | 104.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 130 | 0 | 0.72 | 0.33 | 0.24 | 327.19 | 0.56 | 0.48 |
| Hex | C1 | 36 | 82 | 0 | 48 | 21 | 18 | 147 | 38 | 30 |
| Octal | 301 | 66 | 202 | 0 | 110 | 41 | 30 | 507 | 70 | 60 |
| Binary | 11000001 | 110110 | 10000010 | 0 | 1001000 | 100001 | 11000 | 101000111 | 111000 | 110000 |
Color Harmonies of #C13682
Complementary color
Monochromatic Colors of #C13682
Black with #C13682
Text Example
Text Example
White with #C13682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13682; }
p { color: rgb(193,54,130); }
H1.HeaderClassName
{
color: #C13682;
}
.AnyTagClassName
{
color: #C13682;
}
</style>
background-color css
<style>
a { background-color: #C13682; }
a { background-color: rgb(193,54,130); }
div.DivClassName
{
background-color: #C13682;
}
.BgClassName
{
background-color: #C13682;
}
</style>
border-color css
<style>
span { border-color: #C13682; }
span { border-color: rgb(193,54,130); }
td.TdClassName
{
border-color: #C13682;
}
.TagClassName
{
border-color: #C13682;
}
</style>