Shades of Fuchsia #C55BC9
Tints of Fuchsia #C55BC9
RGB
CMYK
RGB Variations
Color information
#C55BC9 (or 0xC55BC9) is known color: Fuchsia. HEX triplet: C5, 5B and C9. RGB value is (197,91,201). Sum of RGB (Red+Green+Blue) = 197+91+201=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #C55BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BC9 is #3AA436. Grayscale: #868686. Windows color (decimal): -3843127 or 13196229. OLE color: 13196229.
HSL color Cylindrical-coordinate representation of color #C55BC9: hue angle of 297.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55BC9 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 91 | 201 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.21 |
| HSL | 297.82º | 0.5% | 0.57% | - |
| HSV(B) | 297.82º | 0.55% | 0.79% | - |
| XYZ | 37.31 | 23.57 | 57.84 | - |
| YUV | 135.23 | 165.12 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 201 | 0.02 | 0.55 | 0 | 0.21 | 297.82 | 0.5 | 0.57 |
| Hex | C5 | 5B | C9 | 2 | 37 | 0 | 15 | 12A | 32 | 39 |
| Octal | 305 | 133 | 311 | 2 | 67 | 0 | 25 | 452 | 62 | 71 |
| Binary | 11000101 | 1011011 | 11001001 | 10 | 110111 | 0 | 10101 | 100101010 | 110010 | 111001 |
Color Harmonies of #C55BC9
Complementary color
Monochromatic Colors of #C55BC9
Black with #C55BC9
Text Example
Text Example
White with #C55BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BC9; }
p { color: rgb(197,91,201); }
H1.HeaderClassName
{
color: #C55BC9;
}
.AnyTagClassName
{
color: #C55BC9;
}
</style>
background-color css
<style>
a { background-color: #C55BC9; }
a { background-color: rgb(197,91,201); }
div.DivClassName
{
background-color: #C55BC9;
}
.BgClassName
{
background-color: #C55BC9;
}
</style>
border-color css
<style>
span { border-color: #C55BC9; }
span { border-color: rgb(197,91,201); }
td.TdClassName
{
border-color: #C55BC9;
}
.TagClassName
{
border-color: #C55BC9;
}
</style>