Shades of Fuchsia #C55AAA
Tints of Fuchsia #C55AAA
RGB
CMYK
RGB Variations
Color information
#C55AAA (or 0xC55AAA) is known color: Fuchsia. HEX triplet: C5, 5A and AA. RGB value is (197,90,170). Sum of RGB (Red+Green+Blue) = 197+90+170=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55AAA is #3AA555. Grayscale: #828282. Windows color (decimal): -3843414 or 11164357. OLE color: 11164357.
HSL color Cylindrical-coordinate representation of color #C55AAA: hue angle of 315.14º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55AAA is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 170 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.23 |
| HSL | 315.14º | 0.48% | 0.56% | - |
| HSV(B) | 315.14º | 0.54% | 0.77% | - |
| XYZ | 33.94 | 22.08 | 40.5 | - |
| YUV | 131.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 170 | 0 | 0.54 | 0.14 | 0.23 | 315.14 | 0.48 | 0.56 |
| Hex | C5 | 5A | AA | 0 | 36 | E | 17 | 13B | 30 | 38 |
| Octal | 305 | 132 | 252 | 0 | 66 | 16 | 27 | 473 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10101010 | 0 | 110110 | 1110 | 10111 | 100111011 | 110000 | 111000 |
Color Harmonies of #C55AAA
Complementary color
Monochromatic Colors of #C55AAA
Black with #C55AAA
Text Example
Text Example
White with #C55AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AAA; }
p { color: rgb(197,90,170); }
H1.HeaderClassName
{
color: #C55AAA;
}
.AnyTagClassName
{
color: #C55AAA;
}
</style>
background-color css
<style>
a { background-color: #C55AAA; }
a { background-color: rgb(197,90,170); }
div.DivClassName
{
background-color: #C55AAA;
}
.BgClassName
{
background-color: #C55AAA;
}
</style>
border-color css
<style>
span { border-color: #C55AAA; }
span { border-color: rgb(197,90,170); }
td.TdClassName
{
border-color: #C55AAA;
}
.TagClassName
{
border-color: #C55AAA;
}
</style>