Shades of Medium Violet Red #C1017D
Tints of Medium Violet Red #C1017D
RGB
CMYK
RGB Variations
Color information
#C1017D (or 0xC1017D) is known color: Medium Violet Red. HEX triplet: C1, 01 and 7D. RGB value is (193,1,125). Sum of RGB (Red+Green+Blue) = 193+1+125=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1017D is #3EFE82. Grayscale: #484848. Windows color (decimal): -4128387 or 8192449. OLE color: 8192449.
HSL color Cylindrical-coordinate representation of color #C1017D: hue angle of 321.25º 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 #C1017D is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.24 |
| HSL | 321.25º | 0.99% | 0.38% | - |
| HSV(B) | 321.25º | 0.99% | 0.76% | - |
| XYZ | 25.7 | 12.84 | 20.53 | - |
| YUV | 72.54 | 157.61 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 125 | 0 | 0.99 | 0.35 | 0.24 | 321.25 | 0.99 | 0.38 |
| Hex | C1 | 1 | 7D | 0 | 63 | 23 | 18 | 141 | 63 | 26 |
| Octal | 301 | 1 | 175 | 0 | 143 | 43 | 30 | 501 | 143 | 46 |
| Binary | 11000001 | 1 | 1111101 | 0 | 1100011 | 100011 | 11000 | 101000001 | 1100011 | 100110 |
Color Harmonies of #C1017D
Complementary color
Monochromatic Colors of #C1017D
Black with #C1017D
Text Example
Text Example
White with #C1017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1017D; }
p { color: rgb(193,1,125); }
H1.HeaderClassName
{
color: #C1017D;
}
.AnyTagClassName
{
color: #C1017D;
}
</style>
background-color css
<style>
a { background-color: #C1017D; }
a { background-color: rgb(193,1,125); }
div.DivClassName
{
background-color: #C1017D;
}
.BgClassName
{
background-color: #C1017D;
}
</style>
border-color css
<style>
span { border-color: #C1017D; }
span { border-color: rgb(193,1,125); }
td.TdClassName
{
border-color: #C1017D;
}
.TagClassName
{
border-color: #C1017D;
}
</style>