Shades of Medium Violet Red #C1037C
Tints of Medium Violet Red #C1037C
RGB
CMYK
RGB Variations
Color information
#C1037C (or 0xC1037C) is known color: Medium Violet Red. HEX triplet: C1, 03 and 7C. RGB value is (193,3,124). Sum of RGB (Red+Green+Blue) = 193+3+124=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1037C is #3EFC83. Grayscale: #494949. Windows color (decimal): -4127876 or 8127425. OLE color: 8127425.
HSL color Cylindrical-coordinate representation of color #C1037C: hue angle of 321.79º 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 #C1037C is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.24 |
| HSL | 321.79º | 0.97% | 0.38% | - |
| HSV(B) | 321.79º | 0.98% | 0.76% | - |
| XYZ | 25.66 | 12.86 | 20.2 | - |
| YUV | 73.6 | 156.45 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 124 | 0 | 0.98 | 0.36 | 0.24 | 321.79 | 0.97 | 0.38 |
| Hex | C1 | 3 | 7C | 0 | 62 | 24 | 18 | 142 | 61 | 26 |
| Octal | 301 | 3 | 174 | 0 | 142 | 44 | 30 | 502 | 141 | 46 |
| Binary | 11000001 | 11 | 1111100 | 0 | 1100010 | 100100 | 11000 | 101000010 | 1100001 | 100110 |
Color Harmonies of #C1037C
Complementary color
Monochromatic Colors of #C1037C
Black with #C1037C
Text Example
Text Example
White with #C1037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1037C; }
p { color: rgb(193,3,124); }
H1.HeaderClassName
{
color: #C1037C;
}
.AnyTagClassName
{
color: #C1037C;
}
</style>
background-color css
<style>
a { background-color: #C1037C; }
a { background-color: rgb(193,3,124); }
div.DivClassName
{
background-color: #C1037C;
}
.BgClassName
{
background-color: #C1037C;
}
</style>
border-color css
<style>
span { border-color: #C1037C; }
span { border-color: rgb(193,3,124); }
td.TdClassName
{
border-color: #C1037C;
}
.TagClassName
{
border-color: #C1037C;
}
</style>