Shades of Medium Violet Red #C1039A
Tints of Medium Violet Red #C1039A
RGB
CMYK
RGB Variations
Color information
#C1039A (or 0xC1039A) is known color: Medium Violet Red. HEX triplet: C1, 03 and 9A. RGB value is (193,3,154). Sum of RGB (Red+Green+Blue) = 193+3+154=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1039A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1039A is #3EFC65. Grayscale: #4C4C4C. Windows color (decimal): -4127846 or 10093505. OLE color: 10093505.
HSL color Cylindrical-coordinate representation of color #C1039A: hue angle of 312.32º 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 #C1039A is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 154 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.24 |
| HSL | 312.32º | 0.97% | 0.38% | - |
| HSV(B) | 312.32º | 0.98% | 0.76% | - |
| XYZ | 27.86 | 13.74 | 31.75 | - |
| YUV | 77.02 | 171.45 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 154 | 0 | 0.98 | 0.20 | 0.24 | 312.32 | 0.97 | 0.38 |
| Hex | C1 | 3 | 9A | 0 | 62 | 14 | 18 | 138 | 61 | 26 |
| Octal | 301 | 3 | 232 | 0 | 142 | 24 | 30 | 470 | 141 | 46 |
| Binary | 11000001 | 11 | 10011010 | 0 | 1100010 | 10100 | 11000 | 100111000 | 1100001 | 100110 |
Color Harmonies of #C1039A
Complementary color
Monochromatic Colors of #C1039A
Black with #C1039A
Text Example
Text Example
White with #C1039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1039A; }
p { color: rgb(193,3,154); }
H1.HeaderClassName
{
color: #C1039A;
}
.AnyTagClassName
{
color: #C1039A;
}
</style>
background-color css
<style>
a { background-color: #C1039A; }
a { background-color: rgb(193,3,154); }
div.DivClassName
{
background-color: #C1039A;
}
.BgClassName
{
background-color: #C1039A;
}
</style>
border-color css
<style>
span { border-color: #C1039A; }
span { border-color: rgb(193,3,154); }
td.TdClassName
{
border-color: #C1039A;
}
.TagClassName
{
border-color: #C1039A;
}
</style>