Shades of Medium Violet Red #C1047D
Tints of Medium Violet Red #C1047D
RGB
CMYK
RGB Variations
Color information
#C1047D (or 0xC1047D) is known color: Medium Violet Red. HEX triplet: C1, 04 and 7D. RGB value is (193,4,125). Sum of RGB (Red+Green+Blue) = 193+4+125=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1047D is #3EFB82. Grayscale: #4A4A4A. Windows color (decimal): -4127619 or 8193217. OLE color: 8193217.
HSL color Cylindrical-coordinate representation of color #C1047D: hue angle of 321.59º 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 #C1047D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.24 |
| HSL | 321.59º | 0.96% | 0.39% | - |
| HSV(B) | 321.59º | 0.98% | 0.76% | - |
| XYZ | 25.74 | 12.9 | 20.54 | - |
| YUV | 74.31 | 156.62 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 125 | 0 | 0.98 | 0.35 | 0.24 | 321.59 | 0.96 | 0.39 |
| Hex | C1 | 4 | 7D | 0 | 62 | 23 | 18 | 142 | 60 | 27 |
| Octal | 301 | 4 | 175 | 0 | 142 | 43 | 30 | 502 | 140 | 47 |
| Binary | 11000001 | 100 | 1111101 | 0 | 1100010 | 100011 | 11000 | 101000010 | 1100000 | 100111 |
Color Harmonies of #C1047D
Complementary color
Monochromatic Colors of #C1047D
Black with #C1047D
Text Example
Text Example
White with #C1047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1047D; }
p { color: rgb(193,4,125); }
H1.HeaderClassName
{
color: #C1047D;
}
.AnyTagClassName
{
color: #C1047D;
}
</style>
background-color css
<style>
a { background-color: #C1047D; }
a { background-color: rgb(193,4,125); }
div.DivClassName
{
background-color: #C1047D;
}
.BgClassName
{
background-color: #C1047D;
}
</style>
border-color css
<style>
span { border-color: #C1047D; }
span { border-color: rgb(193,4,125); }
td.TdClassName
{
border-color: #C1047D;
}
.TagClassName
{
border-color: #C1047D;
}
</style>