Shades of Fuchsia #C55AB1
Tints of Fuchsia #C55AB1
RGB
CMYK
RGB Variations
Color information
#C55AB1 (or 0xC55AB1) is known color: Fuchsia. HEX triplet: C5, 5A and B1. RGB value is (197,90,177). Sum of RGB (Red+Green+Blue) = 197+90+177=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55AB1 is #3AA54E. Grayscale: #838383. Windows color (decimal): -3843407 or 11623109. OLE color: 11623109.
HSL color Cylindrical-coordinate representation of color #C55AB1: hue angle of 311.21º 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 #C55AB1 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 177 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.23 |
| HSL | 311.22º | 0.48% | 0.56% | - |
| HSV(B) | 311.22º | 0.54% | 0.77% | - |
| XYZ | 34.62 | 22.36 | 44.09 | - |
| YUV | 131.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 177 | 0 | 0.54 | 0.10 | 0.23 | 311.22 | 0.48 | 0.56 |
| Hex | C5 | 5A | B1 | 0 | 36 | A | 17 | 137 | 30 | 38 |
| Octal | 305 | 132 | 261 | 0 | 66 | 12 | 27 | 467 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10110001 | 0 | 110110 | 1010 | 10111 | 100110111 | 110000 | 111000 |
Color Harmonies of #C55AB1
Complementary color
Monochromatic Colors of #C55AB1
Black with #C55AB1
Text Example
Text Example
White with #C55AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AB1; }
p { color: rgb(197,90,177); }
H1.HeaderClassName
{
color: #C55AB1;
}
.AnyTagClassName
{
color: #C55AB1;
}
</style>
background-color css
<style>
a { background-color: #C55AB1; }
a { background-color: rgb(197,90,177); }
div.DivClassName
{
background-color: #C55AB1;
}
.BgClassName
{
background-color: #C55AB1;
}
</style>
border-color css
<style>
span { border-color: #C55AB1; }
span { border-color: rgb(197,90,177); }
td.TdClassName
{
border-color: #C55AB1;
}
.TagClassName
{
border-color: #C55AB1;
}
</style>