Shades of Medium Violet Red #C1037F
Tints of Medium Violet Red #C1037F
RGB
CMYK
RGB Variations
Color information
#C1037F (or 0xC1037F) is known color: Medium Violet Red. HEX triplet: C1, 03 and 7F. RGB value is (193,3,127). Sum of RGB (Red+Green+Blue) = 193+3+127=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1037F is #3EFC80. Grayscale: #494949. Windows color (decimal): -4127873 or 8324033. OLE color: 8324033.
HSL color Cylindrical-coordinate representation of color #C1037F: hue angle of 320.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 #C1037F is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 127 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.24 |
| HSL | 320.84º | 0.97% | 0.38% | - |
| HSV(B) | 320.84º | 0.98% | 0.76% | - |
| XYZ | 25.86 | 12.93 | 21.21 | - |
| YUV | 73.95 | 157.95 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 127 | 0 | 0.98 | 0.34 | 0.24 | 320.84 | 0.97 | 0.38 |
| Hex | C1 | 3 | 7F | 0 | 62 | 22 | 18 | 141 | 61 | 26 |
| Octal | 301 | 3 | 177 | 0 | 142 | 42 | 30 | 501 | 141 | 46 |
| Binary | 11000001 | 11 | 1111111 | 0 | 1100010 | 100010 | 11000 | 101000001 | 1100001 | 100110 |
Color Harmonies of #C1037F
Complementary color
Monochromatic Colors of #C1037F
Black with #C1037F
Text Example
Text Example
White with #C1037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1037F; }
p { color: rgb(193,3,127); }
H1.HeaderClassName
{
color: #C1037F;
}
.AnyTagClassName
{
color: #C1037F;
}
</style>
background-color css
<style>
a { background-color: #C1037F; }
a { background-color: rgb(193,3,127); }
div.DivClassName
{
background-color: #C1037F;
}
.BgClassName
{
background-color: #C1037F;
}
</style>
border-color css
<style>
span { border-color: #C1037F; }
span { border-color: rgb(193,3,127); }
td.TdClassName
{
border-color: #C1037F;
}
.TagClassName
{
border-color: #C1037F;
}
</style>