Shades of Medium Violet Red #C1067A
Tints of Medium Violet Red #C1067A
RGB
CMYK
RGB Variations
Color information
#C1067A (or 0xC1067A) is known color: Medium Violet Red. HEX triplet: C1, 06 and 7A. RGB value is (193,6,122). Sum of RGB (Red+Green+Blue) = 193+6+122=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1067A is #3EF985. Grayscale: #4A4A4A. Windows color (decimal): -4127110 or 7997121. OLE color: 7997121.
HSL color Cylindrical-coordinate representation of color #C1067A: hue angle of 322.78º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1067A is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.24 |
| HSL | 322.78º | 0.94% | 0.39% | - |
| HSV(B) | 322.78º | 0.97% | 0.76% | - |
| XYZ | 25.57 | 12.87 | 19.55 | - |
| YUV | 75.14 | 154.45 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 122 | 0 | 0.97 | 0.37 | 0.24 | 322.78 | 0.94 | 0.39 |
| Hex | C1 | 6 | 7A | 0 | 61 | 25 | 18 | 143 | 5E | 27 |
| Octal | 301 | 6 | 172 | 0 | 141 | 45 | 30 | 503 | 136 | 47 |
| Binary | 11000001 | 110 | 1111010 | 0 | 1100001 | 100101 | 11000 | 101000011 | 1011110 | 100111 |
Color Harmonies of #C1067A
Complementary color
Monochromatic Colors of #C1067A
Black with #C1067A
Text Example
Text Example
White with #C1067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1067A; }
p { color: rgb(193,6,122); }
H1.HeaderClassName
{
color: #C1067A;
}
.AnyTagClassName
{
color: #C1067A;
}
</style>
background-color css
<style>
a { background-color: #C1067A; }
a { background-color: rgb(193,6,122); }
div.DivClassName
{
background-color: #C1067A;
}
.BgClassName
{
background-color: #C1067A;
}
</style>
border-color css
<style>
span { border-color: #C1067A; }
span { border-color: rgb(193,6,122); }
td.TdClassName
{
border-color: #C1067A;
}
.TagClassName
{
border-color: #C1067A;
}
</style>