Shades of Fuchsia #C558CB
Tints of Fuchsia #C558CB
RGB
CMYK
RGB Variations
Color information
#C558CB (or 0xC558CB) is known color: Fuchsia. HEX triplet: C5, 58 and CB. RGB value is (197,88,203). Sum of RGB (Red+Green+Blue) = 197+88+203=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #C558CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558CB is #3AA734. Grayscale: #858585. Windows color (decimal): -3843893 or 13326533. OLE color: 13326533.
HSL color Cylindrical-coordinate representation of color #C558CB: hue angle of 296.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C558CB is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 88 | 203 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.20 |
| HSL | 296.87º | 0.53% | 0.57% | - |
| HSV(B) | 296.87º | 0.57% | 0.8% | - |
| XYZ | 37.3 | 23.16 | 59 | - |
| YUV | 133.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 203 | 0.03 | 0.57 | 0 | 0.20 | 296.87 | 0.53 | 0.57 |
| Hex | C5 | 58 | CB | 3 | 39 | 0 | 14 | 129 | 35 | 39 |
| Octal | 305 | 130 | 313 | 3 | 71 | 0 | 24 | 451 | 65 | 71 |
| Binary | 11000101 | 1011000 | 11001011 | 11 | 111001 | 0 | 10100 | 100101001 | 110101 | 111001 |
Color Harmonies of #C558CB
Complementary color
Monochromatic Colors of #C558CB
Black with #C558CB
Text Example
Text Example
White with #C558CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558CB; }
p { color: rgb(197,88,203); }
H1.HeaderClassName
{
color: #C558CB;
}
.AnyTagClassName
{
color: #C558CB;
}
</style>
background-color css
<style>
a { background-color: #C558CB; }
a { background-color: rgb(197,88,203); }
div.DivClassName
{
background-color: #C558CB;
}
.BgClassName
{
background-color: #C558CB;
}
</style>
border-color css
<style>
span { border-color: #C558CB; }
span { border-color: rgb(197,88,203); }
td.TdClassName
{
border-color: #C558CB;
}
.TagClassName
{
border-color: #C558CB;
}
</style>