Shades of Fuchsia #C558BE
Tints of Fuchsia #C558BE
RGB
CMYK
RGB Variations
Color information
#C558BE (or 0xC558BE) is known color: Fuchsia. HEX triplet: C5, 58 and BE. RGB value is (197,88,190). Sum of RGB (Red+Green+Blue) = 197+88+190=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C558BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558BE is #3AA741. Grayscale: #838383. Windows color (decimal): -3843906 or 12474565. OLE color: 12474565.
HSL color Cylindrical-coordinate representation of color #C558BE: hue angle of 303.85º 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 #C558BE is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 190 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.23 |
| HSL | 303.85º | 0.48% | 0.56% | - |
| HSV(B) | 303.85º | 0.55% | 0.77% | - |
| XYZ | 35.81 | 22.57 | 51.18 | - |
| YUV | 132.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 190 | 0 | 0.55 | 0.04 | 0.23 | 303.85 | 0.48 | 0.56 |
| Hex | C5 | 58 | BE | 0 | 37 | 4 | 17 | 130 | 30 | 38 |
| Octal | 305 | 130 | 276 | 0 | 67 | 4 | 27 | 460 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10111110 | 0 | 110111 | 100 | 10111 | 100110000 | 110000 | 111000 |
Color Harmonies of #C558BE
Complementary color
Monochromatic Colors of #C558BE
Black with #C558BE
Text Example
Text Example
White with #C558BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558BE; }
p { color: rgb(197,88,190); }
H1.HeaderClassName
{
color: #C558BE;
}
.AnyTagClassName
{
color: #C558BE;
}
</style>
background-color css
<style>
a { background-color: #C558BE; }
a { background-color: rgb(197,88,190); }
div.DivClassName
{
background-color: #C558BE;
}
.BgClassName
{
background-color: #C558BE;
}
</style>
border-color css
<style>
span { border-color: #C558BE; }
span { border-color: rgb(197,88,190); }
td.TdClassName
{
border-color: #C558BE;
}
.TagClassName
{
border-color: #C558BE;
}
</style>