Shades of Fuchsia #C158B7
Tints of Fuchsia #C158B7
RGB
CMYK
RGB Variations
Color information
#C158B7 (or 0xC158B7) is known color: Fuchsia. HEX triplet: C1, 58 and B7. RGB value is (193,88,183). Sum of RGB (Red+Green+Blue) = 193+88+183=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C158B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158B7 is #3EA748. Grayscale: #818181. Windows color (decimal): -4106057 or 12015809. OLE color: 12015809.
HSL color Cylindrical-coordinate representation of color #C158B7: hue angle of 305.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 #C158B7 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 183 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.24 |
| HSL | 305.71º | 0.46% | 0.55% | - |
| HSV(B) | 305.71º | 0.54% | 0.76% | - |
| XYZ | 34.03 | 21.74 | 47.2 | - |
| YUV | 130.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 183 | 0 | 0.54 | 0.05 | 0.24 | 305.71 | 0.46 | 0.55 |
| Hex | C1 | 58 | B7 | 0 | 36 | 5 | 18 | 132 | 2E | 37 |
| Octal | 301 | 130 | 267 | 0 | 66 | 5 | 30 | 462 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10110111 | 0 | 110110 | 101 | 11000 | 100110010 | 101110 | 110111 |
Color Harmonies of #C158B7
Complementary color
Monochromatic Colors of #C158B7
Black with #C158B7
Text Example
Text Example
White with #C158B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158B7; }
p { color: rgb(193,88,183); }
H1.HeaderClassName
{
color: #C158B7;
}
.AnyTagClassName
{
color: #C158B7;
}
</style>
background-color css
<style>
a { background-color: #C158B7; }
a { background-color: rgb(193,88,183); }
div.DivClassName
{
background-color: #C158B7;
}
.BgClassName
{
background-color: #C158B7;
}
</style>
border-color css
<style>
span { border-color: #C158B7; }
span { border-color: rgb(193,88,183); }
td.TdClassName
{
border-color: #C158B7;
}
.TagClassName
{
border-color: #C158B7;
}
</style>