Shades of Medium Violet Red #C1017B
Tints of Medium Violet Red #C1017B
RGB
CMYK
RGB Variations
Color information
#C1017B (or 0xC1017B) is known color: Medium Violet Red. HEX triplet: C1, 01 and 7B. RGB value is (193,1,123). Sum of RGB (Red+Green+Blue) = 193+1+123=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1017B is #3EFE84. Grayscale: #484848. Windows color (decimal): -4128389 or 8061377. OLE color: 8061377.
HSL color Cylindrical-coordinate representation of color #C1017B: hue angle of 321.88º 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 #C1017B is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.24 |
| HSL | 321.88º | 0.99% | 0.38% | - |
| HSV(B) | 321.88º | 0.99% | 0.76% | - |
| XYZ | 25.58 | 12.79 | 19.86 | - |
| YUV | 72.32 | 156.61 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 123 | 0 | 0.99 | 0.36 | 0.24 | 321.88 | 0.99 | 0.38 |
| Hex | C1 | 1 | 7B | 0 | 63 | 24 | 18 | 142 | 63 | 26 |
| Octal | 301 | 1 | 173 | 0 | 143 | 44 | 30 | 502 | 143 | 46 |
| Binary | 11000001 | 1 | 1111011 | 0 | 1100011 | 100100 | 11000 | 101000010 | 1100011 | 100110 |
Color Harmonies of #C1017B
Complementary color
Monochromatic Colors of #C1017B
Black with #C1017B
Text Example
Text Example
White with #C1017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1017B; }
p { color: rgb(193,1,123); }
H1.HeaderClassName
{
color: #C1017B;
}
.AnyTagClassName
{
color: #C1017B;
}
</style>
background-color css
<style>
a { background-color: #C1017B; }
a { background-color: rgb(193,1,123); }
div.DivClassName
{
background-color: #C1017B;
}
.BgClassName
{
background-color: #C1017B;
}
</style>
border-color css
<style>
span { border-color: #C1017B; }
span { border-color: rgb(193,1,123); }
td.TdClassName
{
border-color: #C1017B;
}
.TagClassName
{
border-color: #C1017B;
}
</style>