Shades of Fuchsia #C558BB
Tints of Fuchsia #C558BB
RGB
CMYK
RGB Variations
Color information
#C558BB (or 0xC558BB) is known color: Fuchsia. HEX triplet: C5, 58 and BB. RGB value is (197,88,187). Sum of RGB (Red+Green+Blue) = 197+88+187=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C558BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558BB is #3AA744. Grayscale: #838383. Windows color (decimal): -3843909 or 12277957. OLE color: 12277957.
HSL color Cylindrical-coordinate representation of color #C558BB: hue angle of 305.5º 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 #C558BB is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 187 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.23 |
| HSL | 305.5º | 0.48% | 0.56% | - |
| HSV(B) | 305.5º | 0.55% | 0.77% | - |
| XYZ | 35.49 | 22.44 | 49.47 | - |
| YUV | 131.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 187 | 0 | 0.55 | 0.05 | 0.23 | 305.5 | 0.48 | 0.56 |
| Hex | C5 | 58 | BB | 0 | 37 | 5 | 17 | 132 | 30 | 38 |
| Octal | 305 | 130 | 273 | 0 | 67 | 5 | 27 | 462 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10111011 | 0 | 110111 | 101 | 10111 | 100110010 | 110000 | 111000 |
Color Harmonies of #C558BB
Complementary color
Monochromatic Colors of #C558BB
Black with #C558BB
Text Example
Text Example
White with #C558BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558BB; }
p { color: rgb(197,88,187); }
H1.HeaderClassName
{
color: #C558BB;
}
.AnyTagClassName
{
color: #C558BB;
}
</style>
background-color css
<style>
a { background-color: #C558BB; }
a { background-color: rgb(197,88,187); }
div.DivClassName
{
background-color: #C558BB;
}
.BgClassName
{
background-color: #C558BB;
}
</style>
border-color css
<style>
span { border-color: #C558BB; }
span { border-color: rgb(197,88,187); }
td.TdClassName
{
border-color: #C558BB;
}
.TagClassName
{
border-color: #C558BB;
}
</style>