Shades of Fuchsia #C55AC9
Tints of Fuchsia #C55AC9
RGB
CMYK
RGB Variations
Color information
#C55AC9 (or 0xC55AC9) is known color: Fuchsia. HEX triplet: C5, 5A and C9. RGB value is (197,90,201). Sum of RGB (Red+Green+Blue) = 197+90+201=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #C55AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55AC9 is #3AA536. Grayscale: #868686. Windows color (decimal): -3843383 or 13195973. OLE color: 13195973.
HSL color Cylindrical-coordinate representation of color #C55AC9: hue angle of 297.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55AC9 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 90 | 201 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.21 |
| HSL | 297.84º | 0.51% | 0.57% | - |
| HSV(B) | 297.84º | 0.55% | 0.79% | - |
| XYZ | 37.22 | 23.4 | 57.81 | - |
| YUV | 134.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 201 | 0.02 | 0.55 | 0 | 0.21 | 297.84 | 0.51 | 0.57 |
| Hex | C5 | 5A | C9 | 2 | 37 | 0 | 15 | 12A | 33 | 39 |
| Octal | 305 | 132 | 311 | 2 | 67 | 0 | 25 | 452 | 63 | 71 |
| Binary | 11000101 | 1011010 | 11001001 | 10 | 110111 | 0 | 10101 | 100101010 | 110011 | 111001 |
Color Harmonies of #C55AC9
Complementary color
Monochromatic Colors of #C55AC9
Black with #C55AC9
Text Example
Text Example
White with #C55AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AC9; }
p { color: rgb(197,90,201); }
H1.HeaderClassName
{
color: #C55AC9;
}
.AnyTagClassName
{
color: #C55AC9;
}
</style>
background-color css
<style>
a { background-color: #C55AC9; }
a { background-color: rgb(197,90,201); }
div.DivClassName
{
background-color: #C55AC9;
}
.BgClassName
{
background-color: #C55AC9;
}
</style>
border-color css
<style>
span { border-color: #C55AC9; }
span { border-color: rgb(197,90,201); }
td.TdClassName
{
border-color: #C55AC9;
}
.TagClassName
{
border-color: #C55AC9;
}
</style>