Shades of Medium Violet Red #C10982
Tints of Medium Violet Red #C10982
RGB
CMYK
RGB Variations
Color information
#C10982 (or 0xC10982) is known color: Medium Violet Red. HEX triplet: C1, 09 and 82. RGB value is (193,9,130). Sum of RGB (Red+Green+Blue) = 193+9+130=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C10982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10982 is #3EF67D. Grayscale: #4D4D4D. Windows color (decimal): -4126334 or 8522177. OLE color: 8522177.
HSL color Cylindrical-coordinate representation of color #C10982: hue angle of 320.54º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10982 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 130 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.24 |
| HSL | 320.54º | 0.91% | 0.4% | - |
| HSV(B) | 320.54º | 0.95% | 0.76% | - |
| XYZ | 26.12 | 13.14 | 22.28 | - |
| YUV | 77.81 | 157.46 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 130 | 0 | 0.95 | 0.33 | 0.24 | 320.54 | 0.91 | 0.4 |
| Hex | C1 | 9 | 82 | 0 | 5F | 21 | 18 | 141 | 5B | 28 |
| Octal | 301 | 11 | 202 | 0 | 137 | 41 | 30 | 501 | 133 | 50 |
| Binary | 11000001 | 1001 | 10000010 | 0 | 1011111 | 100001 | 11000 | 101000001 | 1011011 | 101000 |
Color Harmonies of #C10982
Complementary color
Monochromatic Colors of #C10982
Black with #C10982
Text Example
Text Example
White with #C10982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10982; }
p { color: rgb(193,9,130); }
H1.HeaderClassName
{
color: #C10982;
}
.AnyTagClassName
{
color: #C10982;
}
</style>
background-color css
<style>
a { background-color: #C10982; }
a { background-color: rgb(193,9,130); }
div.DivClassName
{
background-color: #C10982;
}
.BgClassName
{
background-color: #C10982;
}
</style>
border-color css
<style>
span { border-color: #C10982; }
span { border-color: rgb(193,9,130); }
td.TdClassName
{
border-color: #C10982;
}
.TagClassName
{
border-color: #C10982;
}
</style>