Shades of Medium Violet Red #C10382
Tints of Medium Violet Red #C10382
RGB
CMYK
RGB Variations
Color information
#C10382 (or 0xC10382) is known color: Medium Violet Red. HEX triplet: C1, 03 and 82. RGB value is (193,3,130). Sum of RGB (Red+Green+Blue) = 193+3+130=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C10382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10382 is #3EFC7D. Grayscale: #494949. Windows color (decimal): -4127870 or 8520641. OLE color: 8520641.
HSL color Cylindrical-coordinate representation of color #C10382: hue angle of 319.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10382 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 130 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.24 |
| HSL | 319.89º | 0.97% | 0.38% | - |
| HSV(B) | 319.89º | 0.98% | 0.76% | - |
| XYZ | 26.05 | 13.01 | 22.26 | - |
| YUV | 74.29 | 159.45 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 130 | 0 | 0.98 | 0.33 | 0.24 | 319.89 | 0.97 | 0.38 |
| Hex | C1 | 3 | 82 | 0 | 62 | 21 | 18 | 140 | 61 | 26 |
| Octal | 301 | 3 | 202 | 0 | 142 | 41 | 30 | 500 | 141 | 46 |
| Binary | 11000001 | 11 | 10000010 | 0 | 1100010 | 100001 | 11000 | 101000000 | 1100001 | 100110 |
Color Harmonies of #C10382
Complementary color
Monochromatic Colors of #C10382
Black with #C10382
Text Example
Text Example
White with #C10382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10382; }
p { color: rgb(193,3,130); }
H1.HeaderClassName
{
color: #C10382;
}
.AnyTagClassName
{
color: #C10382;
}
</style>
background-color css
<style>
a { background-color: #C10382; }
a { background-color: rgb(193,3,130); }
div.DivClassName
{
background-color: #C10382;
}
.BgClassName
{
background-color: #C10382;
}
</style>
border-color css
<style>
span { border-color: #C10382; }
span { border-color: rgb(193,3,130); }
td.TdClassName
{
border-color: #C10382;
}
.TagClassName
{
border-color: #C10382;
}
</style>