Shades of Fuchsia #C158A7
Tints of Fuchsia #C158A7
RGB
CMYK
RGB Variations
Color information
#C158A7 (or 0xC158A7) is known color: Fuchsia. HEX triplet: C1, 58 and A7. RGB value is (193,88,167). Sum of RGB (Red+Green+Blue) = 193+88+167=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C158A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C158A7 is #3EA758. Grayscale: #808080. Windows color (decimal): -4106073 or 10967233. OLE color: 10967233.
HSL color Cylindrical-coordinate representation of color #C158A7: hue angle of 314.86º 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 #C158A7 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 167 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.24 |
| HSL | 314.86º | 0.46% | 0.55% | - |
| HSV(B) | 314.86º | 0.54% | 0.76% | - |
| XYZ | 32.46 | 21.11 | 38.92 | - |
| YUV | 128.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 167 | 0 | 0.54 | 0.13 | 0.24 | 314.86 | 0.46 | 0.55 |
| Hex | C1 | 58 | A7 | 0 | 36 | D | 18 | 13B | 2E | 37 |
| Octal | 301 | 130 | 247 | 0 | 66 | 15 | 30 | 473 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10100111 | 0 | 110110 | 1101 | 11000 | 100111011 | 101110 | 110111 |
Color Harmonies of #C158A7
Complementary color
Monochromatic Colors of #C158A7
Black with #C158A7
Text Example
Text Example
White with #C158A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158A7; }
p { color: rgb(193,88,167); }
H1.HeaderClassName
{
color: #C158A7;
}
.AnyTagClassName
{
color: #C158A7;
}
</style>
background-color css
<style>
a { background-color: #C158A7; }
a { background-color: rgb(193,88,167); }
div.DivClassName
{
background-color: #C158A7;
}
.BgClassName
{
background-color: #C158A7;
}
</style>
border-color css
<style>
span { border-color: #C158A7; }
span { border-color: rgb(193,88,167); }
td.TdClassName
{
border-color: #C158A7;
}
.TagClassName
{
border-color: #C158A7;
}
</style>