Shades of Medium Violet Red #C10482
Tints of Medium Violet Red #C10482
RGB
CMYK
RGB Variations
Color information
#C10482 (or 0xC10482) is known color: Medium Violet Red. HEX triplet: C1, 04 and 82. RGB value is (193,4,130). Sum of RGB (Red+Green+Blue) = 193+4+130=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C10482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10482 is #3EFB7D. Grayscale: #4A4A4A. Windows color (decimal): -4127614 or 8520897. OLE color: 8520897.
HSL color Cylindrical-coordinate representation of color #C10482: hue angle of 320º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10482 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.24 |
| HSL | 320º | 0.96% | 0.39% | - |
| HSV(B) | 320º | 0.98% | 0.76% | - |
| XYZ | 26.07 | 13.04 | 22.26 | - |
| YUV | 74.88 | 159.12 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 130 | 0 | 0.98 | 0.33 | 0.24 | 320 | 0.96 | 0.39 |
| Hex | C1 | 4 | 82 | 0 | 62 | 21 | 18 | 140 | 60 | 27 |
| Octal | 301 | 4 | 202 | 0 | 142 | 41 | 30 | 500 | 140 | 47 |
| Binary | 11000001 | 100 | 10000010 | 0 | 1100010 | 100001 | 11000 | 101000000 | 1100000 | 100111 |
Color Harmonies of #C10482
Complementary color
Monochromatic Colors of #C10482
Black with #C10482
Text Example
Text Example
White with #C10482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10482; }
p { color: rgb(193,4,130); }
H1.HeaderClassName
{
color: #C10482;
}
.AnyTagClassName
{
color: #C10482;
}
</style>
background-color css
<style>
a { background-color: #C10482; }
a { background-color: rgb(193,4,130); }
div.DivClassName
{
background-color: #C10482;
}
.BgClassName
{
background-color: #C10482;
}
</style>
border-color css
<style>
span { border-color: #C10482; }
span { border-color: rgb(193,4,130); }
td.TdClassName
{
border-color: #C10482;
}
.TagClassName
{
border-color: #C10482;
}
</style>