Shades of Fuchsia #C558B8
Tints of Fuchsia #C558B8
RGB
CMYK
RGB Variations
Color information
#C558B8 (or 0xC558B8) is known color: Fuchsia. HEX triplet: C5, 58 and B8. RGB value is (197,88,184). Sum of RGB (Red+Green+Blue) = 197+88+184=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C558B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558B8 is #3AA747. Grayscale: #838383. Windows color (decimal): -3843912 or 12081349. OLE color: 12081349.
HSL color Cylindrical-coordinate representation of color #C558B8: hue angle of 307.16º 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 #C558B8 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 184 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.23 |
| HSL | 307.16º | 0.48% | 0.56% | - |
| HSV(B) | 307.16º | 0.55% | 0.77% | - |
| XYZ | 35.17 | 22.31 | 47.8 | - |
| YUV | 131.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 184 | 0 | 0.55 | 0.07 | 0.23 | 307.16 | 0.48 | 0.56 |
| Hex | C5 | 58 | B8 | 0 | 37 | 7 | 17 | 133 | 30 | 38 |
| Octal | 305 | 130 | 270 | 0 | 67 | 7 | 27 | 463 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10111000 | 0 | 110111 | 111 | 10111 | 100110011 | 110000 | 111000 |
Color Harmonies of #C558B8
Complementary color
Monochromatic Colors of #C558B8
Black with #C558B8
Text Example
Text Example
White with #C558B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558B8; }
p { color: rgb(197,88,184); }
H1.HeaderClassName
{
color: #C558B8;
}
.AnyTagClassName
{
color: #C558B8;
}
</style>
background-color css
<style>
a { background-color: #C558B8; }
a { background-color: rgb(197,88,184); }
div.DivClassName
{
background-color: #C558B8;
}
.BgClassName
{
background-color: #C558B8;
}
</style>
border-color css
<style>
span { border-color: #C558B8; }
span { border-color: rgb(197,88,184); }
td.TdClassName
{
border-color: #C558B8;
}
.TagClassName
{
border-color: #C558B8;
}
</style>