Shades of Fuchsia #C558B3
Tints of Fuchsia #C558B3
RGB
CMYK
RGB Variations
Color information
#C558B3 (or 0xC558B3) is known color: Fuchsia. HEX triplet: C5, 58 and B3. RGB value is (197,88,179). Sum of RGB (Red+Green+Blue) = 197+88+179=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C558B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558B3 is #3AA74C. Grayscale: #828282. Windows color (decimal): -3843917 or 11753669. OLE color: 11753669.
HSL color Cylindrical-coordinate representation of color #C558B3: hue angle of 309.91º 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 #C558B3 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 179 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.23 |
| HSL | 309.91º | 0.48% | 0.56% | - |
| HSV(B) | 309.91º | 0.55% | 0.77% | - |
| XYZ | 34.65 | 22.1 | 45.09 | - |
| YUV | 130.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 179 | 0 | 0.55 | 0.09 | 0.23 | 309.91 | 0.48 | 0.56 |
| Hex | C5 | 58 | B3 | 0 | 37 | 9 | 17 | 136 | 30 | 38 |
| Octal | 305 | 130 | 263 | 0 | 67 | 11 | 27 | 466 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10110011 | 0 | 110111 | 1001 | 10111 | 100110110 | 110000 | 111000 |
Color Harmonies of #C558B3
Complementary color
Monochromatic Colors of #C558B3
Black with #C558B3
Text Example
Text Example
White with #C558B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558B3; }
p { color: rgb(197,88,179); }
H1.HeaderClassName
{
color: #C558B3;
}
.AnyTagClassName
{
color: #C558B3;
}
</style>
background-color css
<style>
a { background-color: #C558B3; }
a { background-color: rgb(197,88,179); }
div.DivClassName
{
background-color: #C558B3;
}
.BgClassName
{
background-color: #C558B3;
}
</style>
border-color css
<style>
span { border-color: #C558B3; }
span { border-color: rgb(197,88,179); }
td.TdClassName
{
border-color: #C558B3;
}
.TagClassName
{
border-color: #C558B3;
}
</style>