Shades of Fuchsia #C55EAA
Tints of Fuchsia #C55EAA
RGB
CMYK
RGB Variations
Color information
#C55EAA (or 0xC55EAA) is known color: Fuchsia. HEX triplet: C5, 5E and AA. RGB value is (197,94,170). Sum of RGB (Red+Green+Blue) = 197+94+170=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55EAA is #3AA155. Grayscale: #858585. Windows color (decimal): -3842390 or 11165381. OLE color: 11165381.
HSL color Cylindrical-coordinate representation of color #C55EAA: hue angle of 315.73º 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 #C55EAA is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 170 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.23 |
| HSL | 315.73º | 0.47% | 0.57% | - |
| HSV(B) | 315.73º | 0.52% | 0.77% | - |
| XYZ | 34.28 | 22.78 | 40.62 | - |
| YUV | 133.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 170 | 0 | 0.52 | 0.14 | 0.23 | 315.73 | 0.47 | 0.57 |
| Hex | C5 | 5E | AA | 0 | 34 | E | 17 | 13C | 2F | 39 |
| Octal | 305 | 136 | 252 | 0 | 64 | 16 | 27 | 474 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10101010 | 0 | 110100 | 1110 | 10111 | 100111100 | 101111 | 111001 |
Color Harmonies of #C55EAA
Complementary color
Monochromatic Colors of #C55EAA
Black with #C55EAA
Text Example
Text Example
White with #C55EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EAA; }
p { color: rgb(197,94,170); }
H1.HeaderClassName
{
color: #C55EAA;
}
.AnyTagClassName
{
color: #C55EAA;
}
</style>
background-color css
<style>
a { background-color: #C55EAA; }
a { background-color: rgb(197,94,170); }
div.DivClassName
{
background-color: #C55EAA;
}
.BgClassName
{
background-color: #C55EAA;
}
</style>
border-color css
<style>
span { border-color: #C55EAA; }
span { border-color: rgb(197,94,170); }
td.TdClassName
{
border-color: #C55EAA;
}
.TagClassName
{
border-color: #C55EAA;
}
</style>