Shades of Fuchsia #C55ABA
Tints of Fuchsia #C55ABA
RGB
CMYK
RGB Variations
Color information
#C55ABA (or 0xC55ABA) is known color: Fuchsia. HEX triplet: C5, 5A and BA. RGB value is (197,90,186). Sum of RGB (Red+Green+Blue) = 197+90+186=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C55ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ABA is #3AA545. Grayscale: #848484. Windows color (decimal): -3843398 or 12212933. OLE color: 12212933.
HSL color Cylindrical-coordinate representation of color #C55ABA: hue angle of 306.17º 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 #C55ABA is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 186 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.23 |
| HSL | 306.17º | 0.48% | 0.56% | - |
| HSV(B) | 306.17º | 0.54% | 0.77% | - |
| XYZ | 35.55 | 22.73 | 48.97 | - |
| YUV | 132.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 186 | 0 | 0.54 | 0.06 | 0.23 | 306.17 | 0.48 | 0.56 |
| Hex | C5 | 5A | BA | 0 | 36 | 6 | 17 | 132 | 30 | 38 |
| Octal | 305 | 132 | 272 | 0 | 66 | 6 | 27 | 462 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10111010 | 0 | 110110 | 110 | 10111 | 100110010 | 110000 | 111000 |
Color Harmonies of #C55ABA
Complementary color
Monochromatic Colors of #C55ABA
Black with #C55ABA
Text Example
Text Example
White with #C55ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ABA; }
p { color: rgb(197,90,186); }
H1.HeaderClassName
{
color: #C55ABA;
}
.AnyTagClassName
{
color: #C55ABA;
}
</style>
background-color css
<style>
a { background-color: #C55ABA; }
a { background-color: rgb(197,90,186); }
div.DivClassName
{
background-color: #C55ABA;
}
.BgClassName
{
background-color: #C55ABA;
}
</style>
border-color css
<style>
span { border-color: #C55ABA; }
span { border-color: rgb(197,90,186); }
td.TdClassName
{
border-color: #C55ABA;
}
.TagClassName
{
border-color: #C55ABA;
}
</style>