Shades of Fuchsia #C55BB7
Tints of Fuchsia #C55BB7
RGB
CMYK
RGB Variations
Color information
#C55BB7 (or 0xC55BB7) is known color: Fuchsia. HEX triplet: C5, 5B and B7. RGB value is (197,91,183). Sum of RGB (Red+Green+Blue) = 197+91+183=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BB7 is #3AA448. Grayscale: #848484. Windows color (decimal): -3843145 or 12016581. OLE color: 12016581.
HSL color Cylindrical-coordinate representation of color #C55BB7: hue angle of 307.92º 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 #C55BB7 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 183 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.23 |
| HSL | 307.92º | 0.48% | 0.56% | - |
| HSV(B) | 307.92º | 0.54% | 0.77% | - |
| XYZ | 35.31 | 22.77 | 47.33 | - |
| YUV | 133.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 183 | 0 | 0.54 | 0.07 | 0.23 | 307.92 | 0.48 | 0.56 |
| Hex | C5 | 5B | B7 | 0 | 36 | 7 | 17 | 134 | 30 | 38 |
| Octal | 305 | 133 | 267 | 0 | 66 | 7 | 27 | 464 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10110111 | 0 | 110110 | 111 | 10111 | 100110100 | 110000 | 111000 |
Color Harmonies of #C55BB7
Complementary color
Monochromatic Colors of #C55BB7
Black with #C55BB7
Text Example
Text Example
White with #C55BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BB7; }
p { color: rgb(197,91,183); }
H1.HeaderClassName
{
color: #C55BB7;
}
.AnyTagClassName
{
color: #C55BB7;
}
</style>
background-color css
<style>
a { background-color: #C55BB7; }
a { background-color: rgb(197,91,183); }
div.DivClassName
{
background-color: #C55BB7;
}
.BgClassName
{
background-color: #C55BB7;
}
</style>
border-color css
<style>
span { border-color: #C55BB7; }
span { border-color: rgb(197,91,183); }
td.TdClassName
{
border-color: #C55BB7;
}
.TagClassName
{
border-color: #C55BB7;
}
</style>