Shades of Fuchsia #C558B4
Tints of Fuchsia #C558B4
RGB
CMYK
RGB Variations
Color information
#C558B4 (or 0xC558B4) is known color: Fuchsia. HEX triplet: C5, 58 and B4. RGB value is (197,88,180). Sum of RGB (Red+Green+Blue) = 197+88+180=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C558B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558B4 is #3AA74B. Grayscale: #828282. Windows color (decimal): -3843916 or 11819205. OLE color: 11819205.
HSL color Cylindrical-coordinate representation of color #C558B4: hue angle of 309.36º 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 #C558B4 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 180 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.23 |
| HSL | 309.36º | 0.48% | 0.56% | - |
| HSV(B) | 309.36º | 0.55% | 0.77% | - |
| XYZ | 34.75 | 22.15 | 45.62 | - |
| YUV | 131.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 180 | 0 | 0.55 | 0.09 | 0.23 | 309.36 | 0.48 | 0.56 |
| Hex | C5 | 58 | B4 | 0 | 37 | 9 | 17 | 135 | 30 | 38 |
| Octal | 305 | 130 | 264 | 0 | 67 | 11 | 27 | 465 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10110100 | 0 | 110111 | 1001 | 10111 | 100110101 | 110000 | 111000 |
Color Harmonies of #C558B4
Complementary color
Monochromatic Colors of #C558B4
Black with #C558B4
Text Example
Text Example
White with #C558B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558B4; }
p { color: rgb(197,88,180); }
H1.HeaderClassName
{
color: #C558B4;
}
.AnyTagClassName
{
color: #C558B4;
}
</style>
background-color css
<style>
a { background-color: #C558B4; }
a { background-color: rgb(197,88,180); }
div.DivClassName
{
background-color: #C558B4;
}
.BgClassName
{
background-color: #C558B4;
}
</style>
border-color css
<style>
span { border-color: #C558B4; }
span { border-color: rgb(197,88,180); }
td.TdClassName
{
border-color: #C558B4;
}
.TagClassName
{
border-color: #C558B4;
}
</style>