Shades of Fuchsia #C55AB0
Tints of Fuchsia #C55AB0
RGB
CMYK
RGB Variations
Color information
#C55AB0 (or 0xC55AB0) is known color: Fuchsia. HEX triplet: C5, 5A and B0. RGB value is (197,90,176). Sum of RGB (Red+Green+Blue) = 197+90+176=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55AB0 is #3AA54F. Grayscale: #838383. Windows color (decimal): -3843408 or 11557573. OLE color: 11557573.
HSL color Cylindrical-coordinate representation of color #C55AB0: hue angle of 311.78º 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 #C55AB0 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 90 | 176 | - |
CMYK | 0 | 0.54 | 0.11 | 0.23 |
HSL | 311.78º | 0.48% | 0.56% | - |
HSV(B) | 311.78º | 0.54% | 0.77% | - |
XYZ | 34.52 | 22.32 | 43.56 | - |
YUV | 131.8 | 152.95 | 174.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 90 | 176 | 0 | 0.54 | 0.11 | 0.23 | 311.78 | 0.48 | 0.56 |
Hex | C5 | 5A | B0 | 0 | 36 | B | 17 | 138 | 30 | 38 |
Octal | 305 | 132 | 260 | 0 | 66 | 13 | 27 | 470 | 60 | 70 |
Binary | 11000101 | 1011010 | 10110000 | 0 | 110110 | 1011 | 10111 | 100111000 | 110000 | 111000 |
Color Harmonies of #C55AB0
Complementary color
Monochromatic Colors of #C55AB0
Black with #C55AB0
Text Example
Text Example
White with #C55AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AB0; }
p { color: rgb(197,90,176); }
H1.HeaderClassName
{
color: #C55AB0;
}
.AnyTagClassName
{
color: #C55AB0;
}
</style>
background-color css
<style>
a { background-color: #C55AB0; }
a { background-color: rgb(197,90,176); }
div.DivClassName
{
background-color: #C55AB0;
}
.BgClassName
{
background-color: #C55AB0;
}
</style>
border-color css
<style>
span { border-color: #C55AB0; }
span { border-color: rgb(197,90,176); }
td.TdClassName
{
border-color: #C55AB0;
}
.TagClassName
{
border-color: #C55AB0;
}
</style>