Shades of Fuchsia #C158B0
Tints of Fuchsia #C158B0
RGB
CMYK
RGB Variations
Color information
#C158B0 (or 0xC158B0) is known color: Fuchsia. HEX triplet: C1, 58 and B0. RGB value is (193,88,176). Sum of RGB (Red+Green+Blue) = 193+88+176=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C158B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C158B0 is #3EA74F. Grayscale: #818181. Windows color (decimal): -4106064 or 11557057. OLE color: 11557057.
HSL color Cylindrical-coordinate representation of color #C158B0: hue angle of 309.71º 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 #C158B0 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 176 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.24 |
| HSL | 309.71º | 0.46% | 0.55% | - |
| HSV(B) | 309.71º | 0.54% | 0.76% | - |
| XYZ | 33.32 | 21.45 | 43.46 | - |
| YUV | 129.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 176 | 0 | 0.54 | 0.09 | 0.24 | 309.71 | 0.46 | 0.55 |
| Hex | C1 | 58 | B0 | 0 | 36 | 9 | 18 | 136 | 2E | 37 |
| Octal | 301 | 130 | 260 | 0 | 66 | 11 | 30 | 466 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10110000 | 0 | 110110 | 1001 | 11000 | 100110110 | 101110 | 110111 |
Color Harmonies of #C158B0
Complementary color
Monochromatic Colors of #C158B0
Black with #C158B0
Text Example
Text Example
White with #C158B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158B0; }
p { color: rgb(193,88,176); }
H1.HeaderClassName
{
color: #C158B0;
}
.AnyTagClassName
{
color: #C158B0;
}
</style>
background-color css
<style>
a { background-color: #C158B0; }
a { background-color: rgb(193,88,176); }
div.DivClassName
{
background-color: #C158B0;
}
.BgClassName
{
background-color: #C158B0;
}
</style>
border-color css
<style>
span { border-color: #C158B0; }
span { border-color: rgb(193,88,176); }
td.TdClassName
{
border-color: #C158B0;
}
.TagClassName
{
border-color: #C158B0;
}
</style>