Shades of Fuchsia #C55BB4
Tints of Fuchsia #C55BB4
RGB
CMYK
RGB Variations
Color information
#C55BB4 (or 0xC55BB4) is known color: Fuchsia. HEX triplet: C5, 5B and B4. RGB value is (197,91,180). Sum of RGB (Red+Green+Blue) = 197+91+180=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BB4 is #3AA44B. Grayscale: #848484. Windows color (decimal): -3843148 or 11819973. OLE color: 11819973.
HSL color Cylindrical-coordinate representation of color #C55BB4: hue angle of 309.62º 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 #C55BB4 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 180 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.23 |
| HSL | 309.62º | 0.48% | 0.56% | - |
| HSV(B) | 309.62º | 0.54% | 0.77% | - |
| XYZ | 35.01 | 22.65 | 45.71 | - |
| YUV | 132.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 180 | 0 | 0.54 | 0.09 | 0.23 | 309.62 | 0.48 | 0.56 |
| Hex | C5 | 5B | B4 | 0 | 36 | 9 | 17 | 136 | 30 | 38 |
| Octal | 305 | 133 | 264 | 0 | 66 | 11 | 27 | 466 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10110100 | 0 | 110110 | 1001 | 10111 | 100110110 | 110000 | 111000 |
Color Harmonies of #C55BB4
Complementary color
Monochromatic Colors of #C55BB4
Black with #C55BB4
Text Example
Text Example
White with #C55BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BB4; }
p { color: rgb(197,91,180); }
H1.HeaderClassName
{
color: #C55BB4;
}
.AnyTagClassName
{
color: #C55BB4;
}
</style>
background-color css
<style>
a { background-color: #C55BB4; }
a { background-color: rgb(197,91,180); }
div.DivClassName
{
background-color: #C55BB4;
}
.BgClassName
{
background-color: #C55BB4;
}
</style>
border-color css
<style>
span { border-color: #C55BB4; }
span { border-color: rgb(197,91,180); }
td.TdClassName
{
border-color: #C55BB4;
}
.TagClassName
{
border-color: #C55BB4;
}
</style>