Shades of Medium Violet Red #C104A0
Tints of Medium Violet Red #C104A0
RGB
CMYK
RGB Variations
Color information
#C104A0 (or 0xC104A0) is known color: Medium Violet Red. HEX triplet: C1, 04 and A0. RGB value is (193,4,160). Sum of RGB (Red+Green+Blue) = 193+4+160=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C104A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C104A0 is #3EFB5F. Grayscale: #4D4D4D. Windows color (decimal): -4127584 or 10486977. OLE color: 10486977.
HSL color Cylindrical-coordinate representation of color #C104A0: hue angle of 310.48º 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 #C104A0 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.24 |
| HSL | 310.48º | 0.96% | 0.39% | - |
| HSV(B) | 310.48º | 0.98% | 0.76% | - |
| XYZ | 28.38 | 13.96 | 34.46 | - |
| YUV | 78.3 | 174.12 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 160 | 0 | 0.98 | 0.17 | 0.24 | 310.48 | 0.96 | 0.39 |
| Hex | C1 | 4 | A0 | 0 | 62 | 11 | 18 | 136 | 60 | 27 |
| Octal | 301 | 4 | 240 | 0 | 142 | 21 | 30 | 466 | 140 | 47 |
| Binary | 11000001 | 100 | 10100000 | 0 | 1100010 | 10001 | 11000 | 100110110 | 1100000 | 100111 |
Color Harmonies of #C104A0
Complementary color
Monochromatic Colors of #C104A0
Black with #C104A0
Text Example
Text Example
White with #C104A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104A0; }
p { color: rgb(193,4,160); }
H1.HeaderClassName
{
color: #C104A0;
}
.AnyTagClassName
{
color: #C104A0;
}
</style>
background-color css
<style>
a { background-color: #C104A0; }
a { background-color: rgb(193,4,160); }
div.DivClassName
{
background-color: #C104A0;
}
.BgClassName
{
background-color: #C104A0;
}
</style>
border-color css
<style>
span { border-color: #C104A0; }
span { border-color: rgb(193,4,160); }
td.TdClassName
{
border-color: #C104A0;
}
.TagClassName
{
border-color: #C104A0;
}
</style>