Shades of Fuchsia #C158B3
Tints of Fuchsia #C158B3
RGB
CMYK
RGB Variations
Color information
#C158B3 (or 0xC158B3) is known color: Fuchsia. HEX triplet: C1, 58 and B3. RGB value is (193,88,179). Sum of RGB (Red+Green+Blue) = 193+88+179=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C158B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158B3 is #3EA74C. Grayscale: #818181. Windows color (decimal): -4106061 or 11753665. OLE color: 11753665.
HSL color Cylindrical-coordinate representation of color #C158B3: hue angle of 308º 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 #C158B3 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 179 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.24 |
| HSL | 308º | 0.46% | 0.55% | - |
| HSV(B) | 308º | 0.54% | 0.76% | - |
| XYZ | 33.62 | 21.57 | 45.04 | - |
| YUV | 129.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 179 | 0 | 0.54 | 0.07 | 0.24 | 308 | 0.46 | 0.55 |
| Hex | C1 | 58 | B3 | 0 | 36 | 7 | 18 | 134 | 2E | 37 |
| Octal | 301 | 130 | 263 | 0 | 66 | 7 | 30 | 464 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10110011 | 0 | 110110 | 111 | 11000 | 100110100 | 101110 | 110111 |
Color Harmonies of #C158B3
Complementary color
Monochromatic Colors of #C158B3
Black with #C158B3
Text Example
Text Example
White with #C158B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158B3; }
p { color: rgb(193,88,179); }
H1.HeaderClassName
{
color: #C158B3;
}
.AnyTagClassName
{
color: #C158B3;
}
</style>
background-color css
<style>
a { background-color: #C158B3; }
a { background-color: rgb(193,88,179); }
div.DivClassName
{
background-color: #C158B3;
}
.BgClassName
{
background-color: #C158B3;
}
</style>
border-color css
<style>
span { border-color: #C158B3; }
span { border-color: rgb(193,88,179); }
td.TdClassName
{
border-color: #C158B3;
}
.TagClassName
{
border-color: #C158B3;
}
</style>