Shades of Fuchsia #C155B1
Tints of Fuchsia #C155B1
RGB
CMYK
RGB Variations
Color information
#C155B1 (or 0xC155B1) is known color: Fuchsia. HEX triplet: C1, 55 and B1. RGB value is (193,85,177). Sum of RGB (Red+Green+Blue) = 193+85+177=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C155B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C155B1 is #3EAA4E. Grayscale: #7F7F7F. Windows color (decimal): -4106831 or 11621825. OLE color: 11621825.
HSL color Cylindrical-coordinate representation of color #C155B1: hue angle of 308.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C155B1 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 177 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.24 |
| HSL | 308.89º | 0.47% | 0.55% | - |
| HSV(B) | 308.89º | 0.56% | 0.76% | - |
| XYZ | 33.18 | 21.01 | 43.9 | - |
| YUV | 127.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 177 | 0 | 0.56 | 0.08 | 0.24 | 308.89 | 0.47 | 0.55 |
| Hex | C1 | 55 | B1 | 0 | 38 | 8 | 18 | 135 | 2F | 37 |
| Octal | 301 | 125 | 261 | 0 | 70 | 10 | 30 | 465 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10110001 | 0 | 111000 | 1000 | 11000 | 100110101 | 101111 | 110111 |
Color Harmonies of #C155B1
Complementary color
Monochromatic Colors of #C155B1
Black with #C155B1
Text Example
Text Example
White with #C155B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155B1; }
p { color: rgb(193,85,177); }
H1.HeaderClassName
{
color: #C155B1;
}
.AnyTagClassName
{
color: #C155B1;
}
</style>
background-color css
<style>
a { background-color: #C155B1; }
a { background-color: rgb(193,85,177); }
div.DivClassName
{
background-color: #C155B1;
}
.BgClassName
{
background-color: #C155B1;
}
</style>
border-color css
<style>
span { border-color: #C155B1; }
span { border-color: rgb(193,85,177); }
td.TdClassName
{
border-color: #C155B1;
}
.TagClassName
{
border-color: #C155B1;
}
</style>