Shades of Fuchsia #C558BA
Tints of Fuchsia #C558BA
RGB
CMYK
RGB Variations
Color information
#C558BA (or 0xC558BA) is known color: Fuchsia. HEX triplet: C5, 58 and BA. RGB value is (197,88,186). Sum of RGB (Red+Green+Blue) = 197+88+186=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C558BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558BA is #3AA745. Grayscale: #838383. Windows color (decimal): -3843910 or 12212421. OLE color: 12212421.
HSL color Cylindrical-coordinate representation of color #C558BA: hue angle of 306.06º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C558BA is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 186 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.23 |
| HSL | 306.06º | 0.48% | 0.56% | - |
| HSV(B) | 306.06º | 0.55% | 0.77% | - |
| XYZ | 35.38 | 22.39 | 48.91 | - |
| YUV | 131.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 186 | 0 | 0.55 | 0.06 | 0.23 | 306.06 | 0.48 | 0.56 |
| Hex | C5 | 58 | BA | 0 | 37 | 6 | 17 | 132 | 30 | 38 |
| Octal | 305 | 130 | 272 | 0 | 67 | 6 | 27 | 462 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10111010 | 0 | 110111 | 110 | 10111 | 100110010 | 110000 | 111000 |
Color Harmonies of #C558BA
Complementary color
Monochromatic Colors of #C558BA
Black with #C558BA
Text Example
Text Example
White with #C558BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558BA; }
p { color: rgb(197,88,186); }
H1.HeaderClassName
{
color: #C558BA;
}
.AnyTagClassName
{
color: #C558BA;
}
</style>
background-color css
<style>
a { background-color: #C558BA; }
a { background-color: rgb(197,88,186); }
div.DivClassName
{
background-color: #C558BA;
}
.BgClassName
{
background-color: #C558BA;
}
</style>
border-color css
<style>
span { border-color: #C558BA; }
span { border-color: rgb(197,88,186); }
td.TdClassName
{
border-color: #C558BA;
}
.TagClassName
{
border-color: #C558BA;
}
</style>