Shades of Fuchsia #C139AA
Tints of Fuchsia #C139AA
RGB
CMYK
RGB Variations
Color information
#C139AA (or 0xC139AA) is known color: Fuchsia. HEX triplet: C1, 39 and AA. RGB value is (193,57,170). Sum of RGB (Red+Green+Blue) = 193+57+170=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C139AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C139AA is #3EC655. Grayscale: #6E6E6E. Windows color (decimal): -4114006 or 11155905. OLE color: 11155905.
HSL color Cylindrical-coordinate representation of color #C139AA: hue angle of 310.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C139AA is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 170 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.24 |
| HSL | 310.15º | 0.54% | 0.49% | - |
| HSV(B) | 310.15º | 0.7% | 0.76% | - |
| XYZ | 30.71 | 17.17 | 39.72 | - |
| YUV | 110.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 170 | 0 | 0.70 | 0.12 | 0.24 | 310.15 | 0.54 | 0.49 |
| Hex | C1 | 39 | AA | 0 | 46 | C | 18 | 136 | 36 | 31 |
| Octal | 301 | 71 | 252 | 0 | 106 | 14 | 30 | 466 | 66 | 61 |
| Binary | 11000001 | 111001 | 10101010 | 0 | 1000110 | 1100 | 11000 | 100110110 | 110110 | 110001 |
Color Harmonies of #C139AA
Complementary color
Monochromatic Colors of #C139AA
Black with #C139AA
Text Example
Text Example
White with #C139AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139AA; }
p { color: rgb(193,57,170); }
H1.HeaderClassName
{
color: #C139AA;
}
.AnyTagClassName
{
color: #C139AA;
}
</style>
background-color css
<style>
a { background-color: #C139AA; }
a { background-color: rgb(193,57,170); }
div.DivClassName
{
background-color: #C139AA;
}
.BgClassName
{
background-color: #C139AA;
}
</style>
border-color css
<style>
span { border-color: #C139AA; }
span { border-color: rgb(193,57,170); }
td.TdClassName
{
border-color: #C139AA;
}
.TagClassName
{
border-color: #C139AA;
}
</style>