Shades of Fuchsia #C557C9
Tints of Fuchsia #C557C9
RGB
CMYK
RGB Variations
Color information
#C557C9 (or 0xC557C9) is known color: Fuchsia. HEX triplet: C5, 57 and C9. RGB value is (197,87,201). Sum of RGB (Red+Green+Blue) = 197+87+201=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #C557C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C557C9 is #3AA836. Grayscale: #848484. Windows color (decimal): -3844151 or 13195205. OLE color: 13195205.
HSL color Cylindrical-coordinate representation of color #C557C9: hue angle of 297.89º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C557C9 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 87 | 201 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.21 |
| HSL | 297.89º | 0.51% | 0.56% | - |
| HSV(B) | 297.89º | 0.57% | 0.79% | - |
| XYZ | 36.98 | 22.9 | 57.73 | - |
| YUV | 132.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 201 | 0.02 | 0.57 | 0 | 0.21 | 297.89 | 0.51 | 0.56 |
| Hex | C5 | 57 | C9 | 2 | 39 | 0 | 15 | 12A | 33 | 38 |
| Octal | 305 | 127 | 311 | 2 | 71 | 0 | 25 | 452 | 63 | 70 |
| Binary | 11000101 | 1010111 | 11001001 | 10 | 111001 | 0 | 10101 | 100101010 | 110011 | 111000 |
Color Harmonies of #C557C9
Complementary color
Monochromatic Colors of #C557C9
Black with #C557C9
Text Example
Text Example
White with #C557C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C557C9; }
p { color: rgb(197,87,201); }
H1.HeaderClassName
{
color: #C557C9;
}
.AnyTagClassName
{
color: #C557C9;
}
</style>
background-color css
<style>
a { background-color: #C557C9; }
a { background-color: rgb(197,87,201); }
div.DivClassName
{
background-color: #C557C9;
}
.BgClassName
{
background-color: #C557C9;
}
</style>
border-color css
<style>
span { border-color: #C557C9; }
span { border-color: rgb(197,87,201); }
td.TdClassName
{
border-color: #C557C9;
}
.TagClassName
{
border-color: #C557C9;
}
</style>