Shades of Medium Red Violet #C13382
Tints of Medium Red Violet #C13382
RGB
CMYK
RGB Variations
Color information
#C13382 (or 0xC13382) is known color: Medium Red Violet. HEX triplet: C1, 33 and 82. RGB value is (193,51,130). Sum of RGB (Red+Green+Blue) = 193+51+130=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C13382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13382 is #3ECC7D. Grayscale: #666666. Windows color (decimal): -4115582 or 8532929. OLE color: 8532929.
HSL color Cylindrical-coordinate representation of color #C13382: hue angle of 326.62º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13382 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 130 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.24 |
| HSL | 326.62º | 0.58% | 0.48% | - |
| HSV(B) | 326.62º | 0.74% | 0.76% | - |
| XYZ | 27.21 | 15.32 | 22.64 | - |
| YUV | 102.46 | 143.54 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 130 | 0 | 0.74 | 0.33 | 0.24 | 326.62 | 0.58 | 0.48 |
| Hex | C1 | 33 | 82 | 0 | 4A | 21 | 18 | 147 | 3A | 30 |
| Octal | 301 | 63 | 202 | 0 | 112 | 41 | 30 | 507 | 72 | 60 |
| Binary | 11000001 | 110011 | 10000010 | 0 | 1001010 | 100001 | 11000 | 101000111 | 111010 | 110000 |
Color Harmonies of #C13382
Complementary color
Monochromatic Colors of #C13382
Black with #C13382
Text Example
Text Example
White with #C13382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13382; }
p { color: rgb(193,51,130); }
H1.HeaderClassName
{
color: #C13382;
}
.AnyTagClassName
{
color: #C13382;
}
</style>
background-color css
<style>
a { background-color: #C13382; }
a { background-color: rgb(193,51,130); }
div.DivClassName
{
background-color: #C13382;
}
.BgClassName
{
background-color: #C13382;
}
</style>
border-color css
<style>
span { border-color: #C13382; }
span { border-color: rgb(193,51,130); }
td.TdClassName
{
border-color: #C13382;
}
.TagClassName
{
border-color: #C13382;
}
</style>