Shades of Fuchsia #C55FAA
Tints of Fuchsia #C55FAA
RGB
CMYK
RGB Variations
Color information
#C55FAA (or 0xC55FAA) is known color: Fuchsia. HEX triplet: C5, 5F and AA. RGB value is (197,95,170). Sum of RGB (Red+Green+Blue) = 197+95+170=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FAA is #3AA055. Grayscale: #858585. Windows color (decimal): -3842134 or 11165637. OLE color: 11165637.
HSL color Cylindrical-coordinate representation of color #C55FAA: hue angle of 315.88º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55FAA is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 170 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.23 |
| HSL | 315.88º | 0.47% | 0.57% | - |
| HSV(B) | 315.88º | 0.52% | 0.77% | - |
| XYZ | 34.37 | 22.96 | 40.65 | - |
| YUV | 134.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 170 | 0 | 0.52 | 0.14 | 0.23 | 315.88 | 0.47 | 0.57 |
| Hex | C5 | 5F | AA | 0 | 34 | E | 17 | 13C | 2F | 39 |
| Octal | 305 | 137 | 252 | 0 | 64 | 16 | 27 | 474 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10101010 | 0 | 110100 | 1110 | 10111 | 100111100 | 101111 | 111001 |
Color Harmonies of #C55FAA
Complementary color
Monochromatic Colors of #C55FAA
Black with #C55FAA
Text Example
Text Example
White with #C55FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FAA; }
p { color: rgb(197,95,170); }
H1.HeaderClassName
{
color: #C55FAA;
}
.AnyTagClassName
{
color: #C55FAA;
}
</style>
background-color css
<style>
a { background-color: #C55FAA; }
a { background-color: rgb(197,95,170); }
div.DivClassName
{
background-color: #C55FAA;
}
.BgClassName
{
background-color: #C55FAA;
}
</style>
border-color css
<style>
span { border-color: #C55FAA; }
span { border-color: rgb(197,95,170); }
td.TdClassName
{
border-color: #C55FAA;
}
.TagClassName
{
border-color: #C55FAA;
}
</style>