Shades of Fuchsia #C558BF
Tints of Fuchsia #C558BF
RGB
CMYK
RGB Variations
Color information
#C558BF (or 0xC558BF) is known color: Fuchsia. HEX triplet: C5, 58 and BF. RGB value is (197,88,191). Sum of RGB (Red+Green+Blue) = 197+88+191=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C558BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558BF is #3AA740. Grayscale: #848484. Windows color (decimal): -3843905 or 12540101. OLE color: 12540101.
HSL color Cylindrical-coordinate representation of color #C558BF: hue angle of 303.3º 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 #C558BF is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 191 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.23 |
| HSL | 303.3º | 0.48% | 0.56% | - |
| HSV(B) | 303.3º | 0.55% | 0.77% | - |
| XYZ | 35.92 | 22.61 | 51.76 | - |
| YUV | 132.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 191 | 0 | 0.55 | 0.03 | 0.23 | 303.3 | 0.48 | 0.56 |
| Hex | C5 | 58 | BF | 0 | 37 | 3 | 17 | 12F | 30 | 38 |
| Octal | 305 | 130 | 277 | 0 | 67 | 3 | 27 | 457 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10111111 | 0 | 110111 | 11 | 10111 | 100101111 | 110000 | 111000 |
Color Harmonies of #C558BF
Complementary color
Monochromatic Colors of #C558BF
Black with #C558BF
Text Example
Text Example
White with #C558BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558BF; }
p { color: rgb(197,88,191); }
H1.HeaderClassName
{
color: #C558BF;
}
.AnyTagClassName
{
color: #C558BF;
}
</style>
background-color css
<style>
a { background-color: #C558BF; }
a { background-color: rgb(197,88,191); }
div.DivClassName
{
background-color: #C558BF;
}
.BgClassName
{
background-color: #C558BF;
}
</style>
border-color css
<style>
span { border-color: #C558BF; }
span { border-color: rgb(197,88,191); }
td.TdClassName
{
border-color: #C558BF;
}
.TagClassName
{
border-color: #C558BF;
}
</style>