Shades of Fuchsia #C139A8
Tints of Fuchsia #C139A8
RGB
CMYK
RGB Variations
Color information
#C139A8 (or 0xC139A8) is known color: Fuchsia. HEX triplet: C1, 39 and A8. RGB value is (193,57,168). Sum of RGB (Red+Green+Blue) = 193+57+168=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C139A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C139A8 is #3EC657. Grayscale: #6E6E6E. Windows color (decimal): -4114008 or 11024833. OLE color: 11024833.
HSL color Cylindrical-coordinate representation of color #C139A8: hue angle of 311.03º 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 #C139A8 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 168 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.24 |
| HSL | 311.03º | 0.54% | 0.49% | - |
| HSV(B) | 311.03º | 0.7% | 0.76% | - |
| XYZ | 30.52 | 17.09 | 38.74 | - |
| YUV | 110.32 | 160.56 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 168 | 0 | 0.70 | 0.13 | 0.24 | 311.03 | 0.54 | 0.49 |
| Hex | C1 | 39 | A8 | 0 | 46 | D | 18 | 137 | 36 | 31 |
| Octal | 301 | 71 | 250 | 0 | 106 | 15 | 30 | 467 | 66 | 61 |
| Binary | 11000001 | 111001 | 10101000 | 0 | 1000110 | 1101 | 11000 | 100110111 | 110110 | 110001 |
Color Harmonies of #C139A8
Complementary color
Monochromatic Colors of #C139A8
Black with #C139A8
Text Example
Text Example
White with #C139A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139A8; }
p { color: rgb(193,57,168); }
H1.HeaderClassName
{
color: #C139A8;
}
.AnyTagClassName
{
color: #C139A8;
}
</style>
background-color css
<style>
a { background-color: #C139A8; }
a { background-color: rgb(193,57,168); }
div.DivClassName
{
background-color: #C139A8;
}
.BgClassName
{
background-color: #C139A8;
}
</style>
border-color css
<style>
span { border-color: #C139A8; }
span { border-color: rgb(193,57,168); }
td.TdClassName
{
border-color: #C139A8;
}
.TagClassName
{
border-color: #C139A8;
}
</style>