Shades of Medium Violet Red #C1049D
Tints of Medium Violet Red #C1049D
RGB
CMYK
RGB Variations
Color information
#C1049D (or 0xC1049D) is known color: Medium Violet Red. HEX triplet: C1, 04 and 9D. RGB value is (193,4,157). Sum of RGB (Red+Green+Blue) = 193+4+157=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1049D is #3EFB62. Grayscale: #4D4D4D. Windows color (decimal): -4127587 or 10290369. OLE color: 10290369.
HSL color Cylindrical-coordinate representation of color #C1049D: hue angle of 311.43º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1049D is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.24 |
| HSL | 311.43º | 0.96% | 0.39% | - |
| HSV(B) | 311.43º | 0.98% | 0.76% | - |
| XYZ | 28.12 | 13.86 | 33.09 | - |
| YUV | 77.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 157 | 0 | 0.98 | 0.19 | 0.24 | 311.43 | 0.96 | 0.39 |
| Hex | C1 | 4 | 9D | 0 | 62 | 13 | 18 | 137 | 60 | 27 |
| Octal | 301 | 4 | 235 | 0 | 142 | 23 | 30 | 467 | 140 | 47 |
| Binary | 11000001 | 100 | 10011101 | 0 | 1100010 | 10011 | 11000 | 100110111 | 1100000 | 100111 |
Color Harmonies of #C1049D
Complementary color
Monochromatic Colors of #C1049D
Black with #C1049D
Text Example
Text Example
White with #C1049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1049D; }
p { color: rgb(193,4,157); }
H1.HeaderClassName
{
color: #C1049D;
}
.AnyTagClassName
{
color: #C1049D;
}
</style>
background-color css
<style>
a { background-color: #C1049D; }
a { background-color: rgb(193,4,157); }
div.DivClassName
{
background-color: #C1049D;
}
.BgClassName
{
background-color: #C1049D;
}
</style>
border-color css
<style>
span { border-color: #C1049D; }
span { border-color: rgb(193,4,157); }
td.TdClassName
{
border-color: #C1049D;
}
.TagClassName
{
border-color: #C1049D;
}
</style>