Shades of Fuchsia #C558CA
Tints of Fuchsia #C558CA
RGB
CMYK
RGB Variations
Color information
#C558CA (or 0xC558CA) is known color: Fuchsia. HEX triplet: C5, 58 and CA. RGB value is (197,88,202). Sum of RGB (Red+Green+Blue) = 197+88+202=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #C558CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558CA is #3AA735. Grayscale: #858585. Windows color (decimal): -3843894 or 13260997. OLE color: 13260997.
HSL color Cylindrical-coordinate representation of color #C558CA: hue angle of 297.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C558CA is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 88 | 202 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.21 |
| HSL | 297.37º | 0.52% | 0.57% | - |
| HSV(B) | 297.37º | 0.56% | 0.79% | - |
| XYZ | 37.18 | 23.11 | 58.38 | - |
| YUV | 133.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 202 | 0.02 | 0.56 | 0 | 0.21 | 297.37 | 0.52 | 0.57 |
| Hex | C5 | 58 | CA | 2 | 38 | 0 | 15 | 129 | 34 | 39 |
| Octal | 305 | 130 | 312 | 2 | 70 | 0 | 25 | 451 | 64 | 71 |
| Binary | 11000101 | 1011000 | 11001010 | 10 | 111000 | 0 | 10101 | 100101001 | 110100 | 111001 |
Color Harmonies of #C558CA
Complementary color
Monochromatic Colors of #C558CA
Black with #C558CA
Text Example
Text Example
White with #C558CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558CA; }
p { color: rgb(197,88,202); }
H1.HeaderClassName
{
color: #C558CA;
}
.AnyTagClassName
{
color: #C558CA;
}
</style>
background-color css
<style>
a { background-color: #C558CA; }
a { background-color: rgb(197,88,202); }
div.DivClassName
{
background-color: #C558CA;
}
.BgClassName
{
background-color: #C558CA;
}
</style>
border-color css
<style>
span { border-color: #C558CA; }
span { border-color: rgb(197,88,202); }
td.TdClassName
{
border-color: #C558CA;
}
.TagClassName
{
border-color: #C558CA;
}
</style>