Shades of Medium Violet Red #C1039B
Tints of Medium Violet Red #C1039B
RGB
CMYK
RGB Variations
Color information
#C1039B (or 0xC1039B) is known color: Medium Violet Red. HEX triplet: C1, 03 and 9B. RGB value is (193,3,155). Sum of RGB (Red+Green+Blue) = 193+3+155=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1039B is #3EFC64. Grayscale: #4C4C4C. Windows color (decimal): -4127845 or 10159041. OLE color: 10159041.
HSL color Cylindrical-coordinate representation of color #C1039B: hue angle of 312º 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 #C1039B is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.24 |
| HSL | 312º | 0.97% | 0.38% | - |
| HSV(B) | 312º | 0.98% | 0.76% | - |
| XYZ | 27.94 | 13.77 | 32.2 | - |
| YUV | 77.14 | 171.95 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 155 | 0 | 0.98 | 0.20 | 0.24 | 312 | 0.97 | 0.38 |
| Hex | C1 | 3 | 9B | 0 | 62 | 14 | 18 | 138 | 61 | 26 |
| Octal | 301 | 3 | 233 | 0 | 142 | 24 | 30 | 470 | 141 | 46 |
| Binary | 11000001 | 11 | 10011011 | 0 | 1100010 | 10100 | 11000 | 100111000 | 1100001 | 100110 |
Color Harmonies of #C1039B
Complementary color
Monochromatic Colors of #C1039B
Black with #C1039B
Text Example
Text Example
White with #C1039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1039B; }
p { color: rgb(193,3,155); }
H1.HeaderClassName
{
color: #C1039B;
}
.AnyTagClassName
{
color: #C1039B;
}
</style>
background-color css
<style>
a { background-color: #C1039B; }
a { background-color: rgb(193,3,155); }
div.DivClassName
{
background-color: #C1039B;
}
.BgClassName
{
background-color: #C1039B;
}
</style>
border-color css
<style>
span { border-color: #C1039B; }
span { border-color: rgb(193,3,155); }
td.TdClassName
{
border-color: #C1039B;
}
.TagClassName
{
border-color: #C1039B;
}
</style>