Shades of Medium Violet Red #C1007A
Tints of Medium Violet Red #C1007A
RGB
CMYK
RGB Variations
Color information
#C1007A (or 0xC1007A) is known color: Medium Violet Red. HEX triplet: C1, 00 and 7A. RGB value is (193,0,122). Sum of RGB (Red+Green+Blue) = 193+0+122=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C1007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1007A is #3EFF85. Grayscale: #474747. Windows color (decimal): -4128646 or 7995585. OLE color: 7995585.
HSL color Cylindrical-coordinate representation of color #C1007A: hue angle of 322.07º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1007A is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.37 | 0.24 |
| HSL | 322.07º | 1% | 0.38% | - |
| HSV(B) | 322.07º | 1% | 0.76% | - |
| XYZ | 25.51 | 12.74 | 19.53 | - |
| YUV | 71.62 | 156.44 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 122 | 0 | 1 | 0.37 | 0.24 | 322.07 | 1 | 0.38 |
| Hex | C1 | 0 | 7A | 0 | 64 | 25 | 18 | 142 | 64 | 26 |
| Octal | 301 | 0 | 172 | 0 | 144 | 45 | 30 | 502 | 144 | 46 |
| Binary | 11000001 | 0 | 1111010 | 0 | 1100100 | 100101 | 11000 | 101000010 | 1100100 | 100110 |
Color Harmonies of #C1007A
Complementary color
Monochromatic Colors of #C1007A
Black with #C1007A
Text Example
Text Example
White with #C1007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1007A; }
p { color: rgb(193,0,122); }
H1.HeaderClassName
{
color: #C1007A;
}
.AnyTagClassName
{
color: #C1007A;
}
</style>
background-color css
<style>
a { background-color: #C1007A; }
a { background-color: rgb(193,0,122); }
div.DivClassName
{
background-color: #C1007A;
}
.BgClassName
{
background-color: #C1007A;
}
</style>
border-color css
<style>
span { border-color: #C1007A; }
span { border-color: rgb(193,0,122); }
td.TdClassName
{
border-color: #C1007A;
}
.TagClassName
{
border-color: #C1007A;
}
</style>