Shades of Medium Violet Red #C10175
Tints of Medium Violet Red #C10175
RGB
CMYK
RGB Variations
Color information
#C10175 (or 0xC10175) is known color: Medium Violet Red. HEX triplet: C1, 01 and 75. RGB value is (193,1,117). Sum of RGB (Red+Green+Blue) = 193+1+117=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C10175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10175 is #3EFE8A. Grayscale: #474747. Windows color (decimal): -4128395 or 7668161. OLE color: 7668161.
HSL color Cylindrical-coordinate representation of color #C10175: hue angle of 323.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10175 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.24 |
| HSL | 323.75º | 0.99% | 0.38% | - |
| HSV(B) | 323.75º | 0.99% | 0.76% | - |
| XYZ | 25.21 | 12.64 | 17.94 | - |
| YUV | 71.63 | 153.61 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 117 | 0 | 0.99 | 0.39 | 0.24 | 323.75 | 0.99 | 0.38 |
| Hex | C1 | 1 | 75 | 0 | 63 | 27 | 18 | 144 | 63 | 26 |
| Octal | 301 | 1 | 165 | 0 | 143 | 47 | 30 | 504 | 143 | 46 |
| Binary | 11000001 | 1 | 1110101 | 0 | 1100011 | 100111 | 11000 | 101000100 | 1100011 | 100110 |
Color Harmonies of #C10175
Complementary color
Monochromatic Colors of #C10175
Black with #C10175
Text Example
Text Example
White with #C10175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10175; }
p { color: rgb(193,1,117); }
H1.HeaderClassName
{
color: #C10175;
}
.AnyTagClassName
{
color: #C10175;
}
</style>
background-color css
<style>
a { background-color: #C10175; }
a { background-color: rgb(193,1,117); }
div.DivClassName
{
background-color: #C10175;
}
.BgClassName
{
background-color: #C10175;
}
</style>
border-color css
<style>
span { border-color: #C10175; }
span { border-color: rgb(193,1,117); }
td.TdClassName
{
border-color: #C10175;
}
.TagClassName
{
border-color: #C10175;
}
</style>