Shades of Medium Violet Red #C10379
Tints of Medium Violet Red #C10379
RGB
CMYK
RGB Variations
Color information
#C10379 (or 0xC10379) is known color: Medium Violet Red. HEX triplet: C1, 03 and 79. RGB value is (193,3,121). Sum of RGB (Red+Green+Blue) = 193+3+121=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C10379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10379 is #3EFC86. Grayscale: #484848. Windows color (decimal): -4127879 or 7930817. OLE color: 7930817.
HSL color Cylindrical-coordinate representation of color #C10379: hue angle of 322.74º 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 #C10379 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 121 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.24 |
| HSL | 322.74º | 0.97% | 0.38% | - |
| HSV(B) | 322.74º | 0.98% | 0.76% | - |
| XYZ | 25.48 | 12.78 | 19.21 | - |
| YUV | 73.26 | 154.95 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 121 | 0 | 0.98 | 0.37 | 0.24 | 322.74 | 0.97 | 0.38 |
| Hex | C1 | 3 | 79 | 0 | 62 | 25 | 18 | 143 | 61 | 26 |
| Octal | 301 | 3 | 171 | 0 | 142 | 45 | 30 | 503 | 141 | 46 |
| Binary | 11000001 | 11 | 1111001 | 0 | 1100010 | 100101 | 11000 | 101000011 | 1100001 | 100110 |
Color Harmonies of #C10379
Complementary color
Monochromatic Colors of #C10379
Black with #C10379
Text Example
Text Example
White with #C10379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10379; }
p { color: rgb(193,3,121); }
H1.HeaderClassName
{
color: #C10379;
}
.AnyTagClassName
{
color: #C10379;
}
</style>
background-color css
<style>
a { background-color: #C10379; }
a { background-color: rgb(193,3,121); }
div.DivClassName
{
background-color: #C10379;
}
.BgClassName
{
background-color: #C10379;
}
</style>
border-color css
<style>
span { border-color: #C10379; }
span { border-color: rgb(193,3,121); }
td.TdClassName
{
border-color: #C10379;
}
.TagClassName
{
border-color: #C10379;
}
</style>