Shades of Fuchsia #C55BBB
Tints of Fuchsia #C55BBB
RGB
CMYK
RGB Variations
Color information
#C55BBB (or 0xC55BBB) is known color: Fuchsia. HEX triplet: C5, 5B and BB. RGB value is (197,91,187). Sum of RGB (Red+Green+Blue) = 197+91+187=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BBB is #3AA444. Grayscale: #858585. Windows color (decimal): -3843141 or 12278725. OLE color: 12278725.
HSL color Cylindrical-coordinate representation of color #C55BBB: hue angle of 305.66º 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 #C55BBB is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 187 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.23 |
| HSL | 305.66º | 0.48% | 0.56% | - |
| HSV(B) | 305.66º | 0.54% | 0.77% | - |
| XYZ | 35.74 | 22.94 | 49.56 | - |
| YUV | 133.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 187 | 0 | 0.54 | 0.05 | 0.23 | 305.66 | 0.48 | 0.56 |
| Hex | C5 | 5B | BB | 0 | 36 | 5 | 17 | 132 | 30 | 38 |
| Octal | 305 | 133 | 273 | 0 | 66 | 5 | 27 | 462 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10111011 | 0 | 110110 | 101 | 10111 | 100110010 | 110000 | 111000 |
Color Harmonies of #C55BBB
Complementary color
Monochromatic Colors of #C55BBB
Black with #C55BBB
Text Example
Text Example
White with #C55BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BBB; }
p { color: rgb(197,91,187); }
H1.HeaderClassName
{
color: #C55BBB;
}
.AnyTagClassName
{
color: #C55BBB;
}
</style>
background-color css
<style>
a { background-color: #C55BBB; }
a { background-color: rgb(197,91,187); }
div.DivClassName
{
background-color: #C55BBB;
}
.BgClassName
{
background-color: #C55BBB;
}
</style>
border-color css
<style>
span { border-color: #C55BBB; }
span { border-color: rgb(197,91,187); }
td.TdClassName
{
border-color: #C55BBB;
}
.TagClassName
{
border-color: #C55BBB;
}
</style>