Shades of Fuchsia #C55AB5
Tints of Fuchsia #C55AB5
RGB
CMYK
RGB Variations
Color information
#C55AB5 (or 0xC55AB5) is known color: Fuchsia. HEX triplet: C5, 5A and B5. RGB value is (197,90,181). Sum of RGB (Red+Green+Blue) = 197+90+181=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55AB5 is #3AA54A. Grayscale: #848484. Windows color (decimal): -3843403 or 11885253. OLE color: 11885253.
HSL color Cylindrical-coordinate representation of color #C55AB5: hue angle of 308.97º 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 #C55AB5 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 181 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.23 |
| HSL | 308.97º | 0.48% | 0.56% | - |
| HSV(B) | 308.97º | 0.54% | 0.77% | - |
| XYZ | 35.02 | 22.52 | 46.22 | - |
| YUV | 132.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 181 | 0 | 0.54 | 0.08 | 0.23 | 308.97 | 0.48 | 0.56 |
| Hex | C5 | 5A | B5 | 0 | 36 | 8 | 17 | 135 | 30 | 38 |
| Octal | 305 | 132 | 265 | 0 | 66 | 10 | 27 | 465 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10110101 | 0 | 110110 | 1000 | 10111 | 100110101 | 110000 | 111000 |
Color Harmonies of #C55AB5
Complementary color
Monochromatic Colors of #C55AB5
Black with #C55AB5
Text Example
Text Example
White with #C55AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AB5; }
p { color: rgb(197,90,181); }
H1.HeaderClassName
{
color: #C55AB5;
}
.AnyTagClassName
{
color: #C55AB5;
}
</style>
background-color css
<style>
a { background-color: #C55AB5; }
a { background-color: rgb(197,90,181); }
div.DivClassName
{
background-color: #C55AB5;
}
.BgClassName
{
background-color: #C55AB5;
}
</style>
border-color css
<style>
span { border-color: #C55AB5; }
span { border-color: rgb(197,90,181); }
td.TdClassName
{
border-color: #C55AB5;
}
.TagClassName
{
border-color: #C55AB5;
}
</style>