Shades of Fuchsia #C158AA
Tints of Fuchsia #C158AA
RGB
CMYK
RGB Variations
Color information
#C158AA (or 0xC158AA) is known color: Fuchsia. HEX triplet: C1, 58 and AA. RGB value is (193,88,170). Sum of RGB (Red+Green+Blue) = 193+88+170=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C158AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C158AA is #3EA755. Grayscale: #808080. Windows color (decimal): -4106070 or 11163841. OLE color: 11163841.
HSL color Cylindrical-coordinate representation of color #C158AA: hue angle of 313.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C158AA is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 170 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.24 |
| HSL | 313.14º | 0.46% | 0.55% | - |
| HSV(B) | 313.14º | 0.54% | 0.76% | - |
| XYZ | 32.74 | 21.22 | 40.4 | - |
| YUV | 128.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 170 | 0 | 0.54 | 0.12 | 0.24 | 313.14 | 0.46 | 0.55 |
| Hex | C1 | 58 | AA | 0 | 36 | C | 18 | 139 | 2E | 37 |
| Octal | 301 | 130 | 252 | 0 | 66 | 14 | 30 | 471 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10101010 | 0 | 110110 | 1100 | 11000 | 100111001 | 101110 | 110111 |
Color Harmonies of #C158AA
Complementary color
Monochromatic Colors of #C158AA
Black with #C158AA
Text Example
Text Example
White with #C158AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158AA; }
p { color: rgb(193,88,170); }
H1.HeaderClassName
{
color: #C158AA;
}
.AnyTagClassName
{
color: #C158AA;
}
</style>
background-color css
<style>
a { background-color: #C158AA; }
a { background-color: rgb(193,88,170); }
div.DivClassName
{
background-color: #C158AA;
}
.BgClassName
{
background-color: #C158AA;
}
</style>
border-color css
<style>
span { border-color: #C158AA; }
span { border-color: rgb(193,88,170); }
td.TdClassName
{
border-color: #C158AA;
}
.TagClassName
{
border-color: #C158AA;
}
</style>