Shades of Medium Violet Red #C1036C
Tints of Medium Violet Red #C1036C
RGB
CMYK
RGB Variations
Color information
#C1036C (or 0xC1036C) is known color: Medium Violet Red. HEX triplet: C1, 03 and 6C. RGB value is (193,3,108). Sum of RGB (Red+Green+Blue) = 193+3+108=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1036C is #3EFC93. Grayscale: #474747. Windows color (decimal): -4127892 or 7078849. OLE color: 7078849.
HSL color Cylindrical-coordinate representation of color #C1036C: hue angle of 326.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1036C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.24 |
| HSL | 326.84º | 0.97% | 0.38% | - |
| HSV(B) | 326.84º | 0.98% | 0.76% | - |
| XYZ | 24.73 | 12.49 | 15.29 | - |
| YUV | 71.78 | 148.45 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 108 | 0 | 0.98 | 0.44 | 0.24 | 326.84 | 0.97 | 0.38 |
| Hex | C1 | 3 | 6C | 0 | 62 | 2C | 18 | 147 | 61 | 26 |
| Octal | 301 | 3 | 154 | 0 | 142 | 54 | 30 | 507 | 141 | 46 |
| Binary | 11000001 | 11 | 1101100 | 0 | 1100010 | 101100 | 11000 | 101000111 | 1100001 | 100110 |
Color Harmonies of #C1036C
Complementary color
Monochromatic Colors of #C1036C
Black with #C1036C
Text Example
Text Example
White with #C1036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1036C; }
p { color: rgb(193,3,108); }
H1.HeaderClassName
{
color: #C1036C;
}
.AnyTagClassName
{
color: #C1036C;
}
</style>
background-color css
<style>
a { background-color: #C1036C; }
a { background-color: rgb(193,3,108); }
div.DivClassName
{
background-color: #C1036C;
}
.BgClassName
{
background-color: #C1036C;
}
</style>
border-color css
<style>
span { border-color: #C1036C; }
span { border-color: rgb(193,3,108); }
td.TdClassName
{
border-color: #C1036C;
}
.TagClassName
{
border-color: #C1036C;
}
</style>