Shades of Fuchsia #C558A8
Tints of Fuchsia #C558A8
RGB
CMYK
RGB Variations
Color information
#C558A8 (or 0xC558A8) is known color: Fuchsia. HEX triplet: C5, 58 and A8. RGB value is (197,88,168). Sum of RGB (Red+Green+Blue) = 197+88+168=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C558A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C558A8 is #3AA757. Grayscale: #818181. Windows color (decimal): -3843928 or 11032773. OLE color: 11032773.
HSL color Cylindrical-coordinate representation of color #C558A8: hue angle of 315.96º 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 #C558A8 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 168 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.23 |
| HSL | 315.96º | 0.48% | 0.56% | - |
| HSV(B) | 315.96º | 0.55% | 0.77% | - |
| XYZ | 33.58 | 21.68 | 39.46 | - |
| YUV | 129.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 168 | 0 | 0.55 | 0.15 | 0.23 | 315.96 | 0.48 | 0.56 |
| Hex | C5 | 58 | A8 | 0 | 37 | F | 17 | 13C | 30 | 38 |
| Octal | 305 | 130 | 250 | 0 | 67 | 17 | 27 | 474 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10101000 | 0 | 110111 | 1111 | 10111 | 100111100 | 110000 | 111000 |
Color Harmonies of #C558A8
Complementary color
Monochromatic Colors of #C558A8
Black with #C558A8
Text Example
Text Example
White with #C558A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558A8; }
p { color: rgb(197,88,168); }
H1.HeaderClassName
{
color: #C558A8;
}
.AnyTagClassName
{
color: #C558A8;
}
</style>
background-color css
<style>
a { background-color: #C558A8; }
a { background-color: rgb(197,88,168); }
div.DivClassName
{
background-color: #C558A8;
}
.BgClassName
{
background-color: #C558A8;
}
</style>
border-color css
<style>
span { border-color: #C558A8; }
span { border-color: rgb(197,88,168); }
td.TdClassName
{
border-color: #C558A8;
}
.TagClassName
{
border-color: #C558A8;
}
</style>