Shades of Fuchsia #C158BD
Tints of Fuchsia #C158BD
RGB
CMYK
RGB Variations
Color information
#C158BD (or 0xC158BD) is known color: Fuchsia. HEX triplet: C1, 58 and BD. RGB value is (193,88,189). Sum of RGB (Red+Green+Blue) = 193+88+189=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C158BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158BD is #3EA742. Grayscale: #828282. Windows color (decimal): -4106051 or 12409025. OLE color: 12409025.
HSL color Cylindrical-coordinate representation of color #C158BD: hue angle of 302.29º 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 #C158BD is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 189 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.24 |
| HSL | 302.29º | 0.46% | 0.55% | - |
| HSV(B) | 302.29º | 0.54% | 0.76% | - |
| XYZ | 34.67 | 21.99 | 50.56 | - |
| YUV | 130.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 189 | 0 | 0.54 | 0.02 | 0.24 | 302.29 | 0.46 | 0.55 |
| Hex | C1 | 58 | BD | 0 | 36 | 2 | 18 | 12E | 2E | 37 |
| Octal | 301 | 130 | 275 | 0 | 66 | 2 | 30 | 456 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10111101 | 0 | 110110 | 10 | 11000 | 100101110 | 101110 | 110111 |
Color Harmonies of #C158BD
Complementary color
Monochromatic Colors of #C158BD
Black with #C158BD
Text Example
Text Example
White with #C158BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158BD; }
p { color: rgb(193,88,189); }
H1.HeaderClassName
{
color: #C158BD;
}
.AnyTagClassName
{
color: #C158BD;
}
</style>
background-color css
<style>
a { background-color: #C158BD; }
a { background-color: rgb(193,88,189); }
div.DivClassName
{
background-color: #C158BD;
}
.BgClassName
{
background-color: #C158BD;
}
</style>
border-color css
<style>
span { border-color: #C158BD; }
span { border-color: rgb(193,88,189); }
td.TdClassName
{
border-color: #C158BD;
}
.TagClassName
{
border-color: #C158BD;
}
</style>