Shades of Fuchsia #C558CD
Tints of Fuchsia #C558CD
RGB
CMYK
RGB Variations
Color information
#C558CD (or 0xC558CD) is known color: Fuchsia. HEX triplet: C5, 58 and CD. RGB value is (197,88,205). Sum of RGB (Red+Green+Blue) = 197+88+205=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #C558CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558CD is #3AA732. Grayscale: #858585. Windows color (decimal): -3843891 or 13457605. OLE color: 13457605.
HSL color Cylindrical-coordinate representation of color #C558CD: hue angle of 295.9º degrees, saturation: 0.54, 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 #C558CD is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 88 | 205 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.20 |
| HSL | 295.9º | 0.54% | 0.57% | - |
| HSV(B) | 295.9º | 0.57% | 0.8% | - |
| XYZ | 37.54 | 23.26 | 60.27 | - |
| YUV | 133.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 205 | 0.04 | 0.57 | 0 | 0.20 | 295.9 | 0.54 | 0.57 |
| Hex | C5 | 58 | CD | 4 | 39 | 0 | 14 | 128 | 36 | 39 |
| Octal | 305 | 130 | 315 | 4 | 71 | 0 | 24 | 450 | 66 | 71 |
| Binary | 11000101 | 1011000 | 11001101 | 100 | 111001 | 0 | 10100 | 100101000 | 110110 | 111001 |
Color Harmonies of #C558CD
Complementary color
Monochromatic Colors of #C558CD
Black with #C558CD
Text Example
Text Example
White with #C558CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558CD; }
p { color: rgb(197,88,205); }
H1.HeaderClassName
{
color: #C558CD;
}
.AnyTagClassName
{
color: #C558CD;
}
</style>
background-color css
<style>
a { background-color: #C558CD; }
a { background-color: rgb(197,88,205); }
div.DivClassName
{
background-color: #C558CD;
}
.BgClassName
{
background-color: #C558CD;
}
</style>
border-color css
<style>
span { border-color: #C558CD; }
span { border-color: rgb(197,88,205); }
td.TdClassName
{
border-color: #C558CD;
}
.TagClassName
{
border-color: #C558CD;
}
</style>