Shades of Medium Red Violet #C13082
Tints of Medium Red Violet #C13082
RGB
CMYK
RGB Variations
Color information
#C13082 (or 0xC13082) is known color: Medium Red Violet. HEX triplet: C1, 30 and 82. RGB value is (193,48,130). Sum of RGB (Red+Green+Blue) = 193+48+130=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C13082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13082 is #3ECF7D. Grayscale: #646464. Windows color (decimal): -4116350 or 8532161. OLE color: 8532161.
HSL color Cylindrical-coordinate representation of color #C13082: hue angle of 326.07º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13082 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 130 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.24 |
| HSL | 326.07º | 0.6% | 0.47% | - |
| HSV(B) | 326.07º | 0.75% | 0.76% | - |
| XYZ | 27.08 | 15.06 | 22.6 | - |
| YUV | 100.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 130 | 0 | 0.75 | 0.33 | 0.24 | 326.07 | 0.6 | 0.47 |
| Hex | C1 | 30 | 82 | 0 | 4B | 21 | 18 | 146 | 3C | 2F |
| Octal | 301 | 60 | 202 | 0 | 113 | 41 | 30 | 506 | 74 | 57 |
| Binary | 11000001 | 110000 | 10000010 | 0 | 1001011 | 100001 | 11000 | 101000110 | 111100 | 101111 |
Color Harmonies of #C13082
Complementary color
Monochromatic Colors of #C13082
Black with #C13082
Text Example
Text Example
White with #C13082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13082; }
p { color: rgb(193,48,130); }
H1.HeaderClassName
{
color: #C13082;
}
.AnyTagClassName
{
color: #C13082;
}
</style>
background-color css
<style>
a { background-color: #C13082; }
a { background-color: rgb(193,48,130); }
div.DivClassName
{
background-color: #C13082;
}
.BgClassName
{
background-color: #C13082;
}
</style>
border-color css
<style>
span { border-color: #C13082; }
span { border-color: rgb(193,48,130); }
td.TdClassName
{
border-color: #C13082;
}
.TagClassName
{
border-color: #C13082;
}
</style>