Shades of Medium Violet Red #C1006D
Tints of Medium Violet Red #C1006D
RGB
CMYK
RGB Variations
Color information
#C1006D (or 0xC1006D) is known color: Medium Violet Red. HEX triplet: C1, 00 and 6D. RGB value is (193,0,109). Sum of RGB (Red+Green+Blue) = 193+0+109=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C1006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1006D is #3EFF92. Grayscale: #454545. Windows color (decimal): -4128659 or 7143617. OLE color: 7143617.
HSL color Cylindrical-coordinate representation of color #C1006D: hue angle of 326.11º 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 #C1006D is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.44 | 0.24 |
| HSL | 326.11º | 1% | 0.38% | - |
| HSV(B) | 326.11º | 1% | 0.76% | - |
| XYZ | 24.75 | 12.44 | 15.56 | - |
| YUV | 70.13 | 149.94 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 109 | 0 | 1 | 0.44 | 0.24 | 326.11 | 1 | 0.38 |
| Hex | C1 | 0 | 6D | 0 | 64 | 2C | 18 | 146 | 64 | 26 |
| Octal | 301 | 0 | 155 | 0 | 144 | 54 | 30 | 506 | 144 | 46 |
| Binary | 11000001 | 0 | 1101101 | 0 | 1100100 | 101100 | 11000 | 101000110 | 1100100 | 100110 |
Color Harmonies of #C1006D
Complementary color
Monochromatic Colors of #C1006D
Black with #C1006D
Text Example
Text Example
White with #C1006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1006D; }
p { color: rgb(193,0,109); }
H1.HeaderClassName
{
color: #C1006D;
}
.AnyTagClassName
{
color: #C1006D;
}
</style>
background-color css
<style>
a { background-color: #C1006D; }
a { background-color: rgb(193,0,109); }
div.DivClassName
{
background-color: #C1006D;
}
.BgClassName
{
background-color: #C1006D;
}
</style>
border-color css
<style>
span { border-color: #C1006D; }
span { border-color: rgb(193,0,109); }
td.TdClassName
{
border-color: #C1006D;
}
.TagClassName
{
border-color: #C1006D;
}
</style>