Shades of Medium Violet Red #C1017A
Tints of Medium Violet Red #C1017A
RGB
CMYK
RGB Variations
Color information
#C1017A (or 0xC1017A) is known color: Medium Violet Red. HEX triplet: C1, 01 and 7A. RGB value is (193,1,122). Sum of RGB (Red+Green+Blue) = 193+1+122=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C1017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1017A is #3EFE85. Grayscale: #474747. Windows color (decimal): -4128390 or 7995841. OLE color: 7995841.
HSL color Cylindrical-coordinate representation of color #C1017A: hue angle of 322.19º 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 #C1017A is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.24 |
| HSL | 322.19º | 0.99% | 0.38% | - |
| HSV(B) | 322.19º | 0.99% | 0.76% | - |
| XYZ | 25.52 | 12.76 | 19.53 | - |
| YUV | 72.2 | 156.11 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 122 | 0 | 0.99 | 0.37 | 0.24 | 322.19 | 0.99 | 0.38 |
| Hex | C1 | 1 | 7A | 0 | 63 | 25 | 18 | 142 | 63 | 26 |
| Octal | 301 | 1 | 172 | 0 | 143 | 45 | 30 | 502 | 143 | 46 |
| Binary | 11000001 | 1 | 1111010 | 0 | 1100011 | 100101 | 11000 | 101000010 | 1100011 | 100110 |
Color Harmonies of #C1017A
Complementary color
Monochromatic Colors of #C1017A
Black with #C1017A
Text Example
Text Example
White with #C1017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1017A; }
p { color: rgb(193,1,122); }
H1.HeaderClassName
{
color: #C1017A;
}
.AnyTagClassName
{
color: #C1017A;
}
</style>
background-color css
<style>
a { background-color: #C1017A; }
a { background-color: rgb(193,1,122); }
div.DivClassName
{
background-color: #C1017A;
}
.BgClassName
{
background-color: #C1017A;
}
</style>
border-color css
<style>
span { border-color: #C1017A; }
span { border-color: rgb(193,1,122); }
td.TdClassName
{
border-color: #C1017A;
}
.TagClassName
{
border-color: #C1017A;
}
</style>