Shades of Medium Violet Red #C10F79
Tints of Medium Violet Red #C10F79
RGB
CMYK
RGB Variations
Color information
#C10F79 (or 0xC10F79) is known color: Medium Violet Red. HEX triplet: C1, 0F and 79. RGB value is (193,15,121). Sum of RGB (Red+Green+Blue) = 193+15+121=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F79 is #3EF086. Grayscale: #505050. Windows color (decimal): -4124807 or 7933889. OLE color: 7933889.
HSL color Cylindrical-coordinate representation of color #C10F79: hue angle of 324.27º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F79 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 121 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.24 |
| HSL | 324.27º | 0.86% | 0.41% | - |
| HSV(B) | 324.27º | 0.92% | 0.76% | - |
| XYZ | 25.61 | 13.06 | 19.26 | - |
| YUV | 80.31 | 150.97 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 121 | 0 | 0.92 | 0.37 | 0.24 | 324.27 | 0.86 | 0.41 |
| Hex | C1 | F | 79 | 0 | 5C | 25 | 18 | 144 | 56 | 29 |
| Octal | 301 | 17 | 171 | 0 | 134 | 45 | 30 | 504 | 126 | 51 |
| Binary | 11000001 | 1111 | 1111001 | 0 | 1011100 | 100101 | 11000 | 101000100 | 1010110 | 101001 |
Color Harmonies of #C10F79
Complementary color
Monochromatic Colors of #C10F79
Black with #C10F79
Text Example
Text Example
White with #C10F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F79; }
p { color: rgb(193,15,121); }
H1.HeaderClassName
{
color: #C10F79;
}
.AnyTagClassName
{
color: #C10F79;
}
</style>
background-color css
<style>
a { background-color: #C10F79; }
a { background-color: rgb(193,15,121); }
div.DivClassName
{
background-color: #C10F79;
}
.BgClassName
{
background-color: #C10F79;
}
</style>
border-color css
<style>
span { border-color: #C10F79; }
span { border-color: rgb(193,15,121); }
td.TdClassName
{
border-color: #C10F79;
}
.TagClassName
{
border-color: #C10F79;
}
</style>