Shades of Medium Violet Red #C10775
Tints of Medium Violet Red #C10775
RGB
CMYK
RGB Variations
Color information
#C10775 (or 0xC10775) is known color: Medium Violet Red. HEX triplet: C1, 07 and 75. RGB value is (193,7,117). Sum of RGB (Red+Green+Blue) = 193+7+117=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C10775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10775 is #3EF88A. Grayscale: #4A4A4A. Windows color (decimal): -4126859 or 7669697. OLE color: 7669697.
HSL color Cylindrical-coordinate representation of color #C10775: hue angle of 324.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10775 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 117 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.24 |
| HSL | 324.52º | 0.93% | 0.39% | - |
| HSV(B) | 324.52º | 0.96% | 0.76% | - |
| XYZ | 25.28 | 12.77 | 17.96 | - |
| YUV | 75.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 117 | 0 | 0.96 | 0.39 | 0.24 | 324.52 | 0.93 | 0.39 |
| Hex | C1 | 7 | 75 | 0 | 60 | 27 | 18 | 145 | 5D | 27 |
| Octal | 301 | 7 | 165 | 0 | 140 | 47 | 30 | 505 | 135 | 47 |
| Binary | 11000001 | 111 | 1110101 | 0 | 1100000 | 100111 | 11000 | 101000101 | 1011101 | 100111 |
Color Harmonies of #C10775
Complementary color
Monochromatic Colors of #C10775
Black with #C10775
Text Example
Text Example
White with #C10775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10775; }
p { color: rgb(193,7,117); }
H1.HeaderClassName
{
color: #C10775;
}
.AnyTagClassName
{
color: #C10775;
}
</style>
background-color css
<style>
a { background-color: #C10775; }
a { background-color: rgb(193,7,117); }
div.DivClassName
{
background-color: #C10775;
}
.BgClassName
{
background-color: #C10775;
}
</style>
border-color css
<style>
span { border-color: #C10775; }
span { border-color: rgb(193,7,117); }
td.TdClassName
{
border-color: #C10775;
}
.TagClassName
{
border-color: #C10775;
}
</style>