Shades of Fuchsia #C558BD
Tints of Fuchsia #C558BD
RGB
CMYK
RGB Variations
Color information
#C558BD (or 0xC558BD) is known color: Fuchsia. HEX triplet: C5, 58 and BD. RGB value is (197,88,189). Sum of RGB (Red+Green+Blue) = 197+88+189=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C558BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558BD is #3AA742. Grayscale: #838383. Windows color (decimal): -3843907 or 12409029. OLE color: 12409029.
HSL color Cylindrical-coordinate representation of color #C558BD: hue angle of 304.4º 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 #C558BD is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 189 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.23 |
| HSL | 304.4º | 0.48% | 0.56% | - |
| HSV(B) | 304.4º | 0.55% | 0.77% | - |
| XYZ | 35.7 | 22.52 | 50.61 | - |
| YUV | 132.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 189 | 0 | 0.55 | 0.04 | 0.23 | 304.4 | 0.48 | 0.56 |
| Hex | C5 | 58 | BD | 0 | 37 | 4 | 17 | 130 | 30 | 38 |
| Octal | 305 | 130 | 275 | 0 | 67 | 4 | 27 | 460 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10111101 | 0 | 110111 | 100 | 10111 | 100110000 | 110000 | 111000 |
Color Harmonies of #C558BD
Complementary color
Monochromatic Colors of #C558BD
Black with #C558BD
Text Example
Text Example
White with #C558BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558BD; }
p { color: rgb(197,88,189); }
H1.HeaderClassName
{
color: #C558BD;
}
.AnyTagClassName
{
color: #C558BD;
}
</style>
background-color css
<style>
a { background-color: #C558BD; }
a { background-color: rgb(197,88,189); }
div.DivClassName
{
background-color: #C558BD;
}
.BgClassName
{
background-color: #C558BD;
}
</style>
border-color css
<style>
span { border-color: #C558BD; }
span { border-color: rgb(197,88,189); }
td.TdClassName
{
border-color: #C558BD;
}
.TagClassName
{
border-color: #C558BD;
}
</style>