Shades of Medium Violet Red #C10178
Tints of Medium Violet Red #C10178
RGB
CMYK
RGB Variations
Color information
#C10178 (or 0xC10178) is known color: Medium Violet Red. HEX triplet: C1, 01 and 78. RGB value is (193,1,120). Sum of RGB (Red+Green+Blue) = 193+1+120=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C10178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10178 is #3EFE87. Grayscale: #474747. Windows color (decimal): -4128392 or 7864769. OLE color: 7864769.
HSL color Cylindrical-coordinate representation of color #C10178: hue angle of 322.81º 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 #C10178 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 120 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.24 |
| HSL | 322.81º | 0.99% | 0.38% | - |
| HSV(B) | 322.81º | 0.99% | 0.76% | - |
| XYZ | 25.39 | 12.72 | 18.89 | - |
| YUV | 71.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 120 | 0 | 0.99 | 0.38 | 0.24 | 322.81 | 0.99 | 0.38 |
| Hex | C1 | 1 | 78 | 0 | 63 | 26 | 18 | 143 | 63 | 26 |
| Octal | 301 | 1 | 170 | 0 | 143 | 46 | 30 | 503 | 143 | 46 |
| Binary | 11000001 | 1 | 1111000 | 0 | 1100011 | 100110 | 11000 | 101000011 | 1100011 | 100110 |
Color Harmonies of #C10178
Complementary color
Monochromatic Colors of #C10178
Black with #C10178
Text Example
Text Example
White with #C10178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10178; }
p { color: rgb(193,1,120); }
H1.HeaderClassName
{
color: #C10178;
}
.AnyTagClassName
{
color: #C10178;
}
</style>
background-color css
<style>
a { background-color: #C10178; }
a { background-color: rgb(193,1,120); }
div.DivClassName
{
background-color: #C10178;
}
.BgClassName
{
background-color: #C10178;
}
</style>
border-color css
<style>
span { border-color: #C10178; }
span { border-color: rgb(193,1,120); }
td.TdClassName
{
border-color: #C10178;
}
.TagClassName
{
border-color: #C10178;
}
</style>