Shades of Fuchsia #C558B5
Tints of Fuchsia #C558B5
RGB
CMYK
RGB Variations
Color information
#C558B5 (or 0xC558B5) is known color: Fuchsia. HEX triplet: C5, 58 and B5. RGB value is (197,88,181). Sum of RGB (Red+Green+Blue) = 197+88+181=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C558B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558B5 is #3AA74A. Grayscale: #828282. Windows color (decimal): -3843915 or 11884741. OLE color: 11884741.
HSL color Cylindrical-coordinate representation of color #C558B5: hue angle of 308.81º 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 #C558B5 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 181 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.23 |
| HSL | 308.81º | 0.48% | 0.56% | - |
| HSV(B) | 308.81º | 0.55% | 0.77% | - |
| XYZ | 34.86 | 22.19 | 46.16 | - |
| YUV | 131.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 181 | 0 | 0.55 | 0.08 | 0.23 | 308.81 | 0.48 | 0.56 |
| Hex | C5 | 58 | B5 | 0 | 37 | 8 | 17 | 135 | 30 | 38 |
| Octal | 305 | 130 | 265 | 0 | 67 | 10 | 27 | 465 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10110101 | 0 | 110111 | 1000 | 10111 | 100110101 | 110000 | 111000 |
Color Harmonies of #C558B5
Complementary color
Monochromatic Colors of #C558B5
Black with #C558B5
Text Example
Text Example
White with #C558B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558B5; }
p { color: rgb(197,88,181); }
H1.HeaderClassName
{
color: #C558B5;
}
.AnyTagClassName
{
color: #C558B5;
}
</style>
background-color css
<style>
a { background-color: #C558B5; }
a { background-color: rgb(197,88,181); }
div.DivClassName
{
background-color: #C558B5;
}
.BgClassName
{
background-color: #C558B5;
}
</style>
border-color css
<style>
span { border-color: #C558B5; }
span { border-color: rgb(197,88,181); }
td.TdClassName
{
border-color: #C558B5;
}
.TagClassName
{
border-color: #C558B5;
}
</style>