Shades of Medium Violet Red #C1049A
Tints of Medium Violet Red #C1049A
RGB
CMYK
RGB Variations
Color information
#C1049A (or 0xC1049A) is known color: Medium Violet Red. HEX triplet: C1, 04 and 9A. RGB value is (193,4,154). Sum of RGB (Red+Green+Blue) = 193+4+154=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1049A is #3EFB65. Grayscale: #4D4D4D. Windows color (decimal): -4127590 or 10093761. OLE color: 10093761.
HSL color Cylindrical-coordinate representation of color #C1049A: hue angle of 312.38º 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 #C1049A is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.24 |
| HSL | 312.38º | 0.96% | 0.39% | - |
| HSV(B) | 312.38º | 0.98% | 0.76% | - |
| XYZ | 27.87 | 13.76 | 31.76 | - |
| YUV | 77.61 | 171.12 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 154 | 0 | 0.98 | 0.20 | 0.24 | 312.38 | 0.96 | 0.39 |
| Hex | C1 | 4 | 9A | 0 | 62 | 14 | 18 | 138 | 60 | 27 |
| Octal | 301 | 4 | 232 | 0 | 142 | 24 | 30 | 470 | 140 | 47 |
| Binary | 11000001 | 100 | 10011010 | 0 | 1100010 | 10100 | 11000 | 100111000 | 1100000 | 100111 |
Color Harmonies of #C1049A
Complementary color
Monochromatic Colors of #C1049A
Black with #C1049A
Text Example
Text Example
White with #C1049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1049A; }
p { color: rgb(193,4,154); }
H1.HeaderClassName
{
color: #C1049A;
}
.AnyTagClassName
{
color: #C1049A;
}
</style>
background-color css
<style>
a { background-color: #C1049A; }
a { background-color: rgb(193,4,154); }
div.DivClassName
{
background-color: #C1049A;
}
.BgClassName
{
background-color: #C1049A;
}
</style>
border-color css
<style>
span { border-color: #C1049A; }
span { border-color: rgb(193,4,154); }
td.TdClassName
{
border-color: #C1049A;
}
.TagClassName
{
border-color: #C1049A;
}
</style>