Shades of Medium Violet Red #C1047A
Tints of Medium Violet Red #C1047A
RGB
CMYK
RGB Variations
Color information
#C1047A (or 0xC1047A) is known color: Medium Violet Red. HEX triplet: C1, 04 and 7A. RGB value is (193,4,122). Sum of RGB (Red+Green+Blue) = 193+4+122=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1047A is #3EFB85. Grayscale: #494949. Windows color (decimal): -4127622 or 7996609. OLE color: 7996609.
HSL color Cylindrical-coordinate representation of color #C1047A: hue angle of 322.54º 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 #C1047A is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.24 |
| HSL | 322.54º | 0.96% | 0.39% | - |
| HSV(B) | 322.54º | 0.98% | 0.76% | - |
| XYZ | 25.55 | 12.83 | 19.54 | - |
| YUV | 73.96 | 155.12 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 122 | 0 | 0.98 | 0.37 | 0.24 | 322.54 | 0.96 | 0.39 |
| Hex | C1 | 4 | 7A | 0 | 62 | 25 | 18 | 143 | 60 | 27 |
| Octal | 301 | 4 | 172 | 0 | 142 | 45 | 30 | 503 | 140 | 47 |
| Binary | 11000001 | 100 | 1111010 | 0 | 1100010 | 100101 | 11000 | 101000011 | 1100000 | 100111 |
Color Harmonies of #C1047A
Complementary color
Monochromatic Colors of #C1047A
Black with #C1047A
Text Example
Text Example
White with #C1047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1047A; }
p { color: rgb(193,4,122); }
H1.HeaderClassName
{
color: #C1047A;
}
.AnyTagClassName
{
color: #C1047A;
}
</style>
background-color css
<style>
a { background-color: #C1047A; }
a { background-color: rgb(193,4,122); }
div.DivClassName
{
background-color: #C1047A;
}
.BgClassName
{
background-color: #C1047A;
}
</style>
border-color css
<style>
span { border-color: #C1047A; }
span { border-color: rgb(193,4,122); }
td.TdClassName
{
border-color: #C1047A;
}
.TagClassName
{
border-color: #C1047A;
}
</style>