Shades of Fuchsia #C155B9
Tints of Fuchsia #C155B9
RGB
CMYK
RGB Variations
Color information
#C155B9 (or 0xC155B9) is known color: Fuchsia. HEX triplet: C1, 55 and B9. RGB value is (193,85,185). Sum of RGB (Red+Green+Blue) = 193+85+185=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C155B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155B9 is #3EAA46. Grayscale: #808080. Windows color (decimal): -4106823 or 12146113. OLE color: 12146113.
HSL color Cylindrical-coordinate representation of color #C155B9: hue angle of 304.44º 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 #C155B9 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 185 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.24 |
| HSL | 304.44º | 0.47% | 0.55% | - |
| HSV(B) | 304.44º | 0.56% | 0.76% | - |
| XYZ | 34 | 21.34 | 48.23 | - |
| YUV | 128.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 185 | 0 | 0.56 | 0.04 | 0.24 | 304.44 | 0.47 | 0.55 |
| Hex | C1 | 55 | B9 | 0 | 38 | 4 | 18 | 130 | 2F | 37 |
| Octal | 301 | 125 | 271 | 0 | 70 | 4 | 30 | 460 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10111001 | 0 | 111000 | 100 | 11000 | 100110000 | 101111 | 110111 |
Color Harmonies of #C155B9
Complementary color
Monochromatic Colors of #C155B9
Black with #C155B9
Text Example
Text Example
White with #C155B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155B9; }
p { color: rgb(193,85,185); }
H1.HeaderClassName
{
color: #C155B9;
}
.AnyTagClassName
{
color: #C155B9;
}
</style>
background-color css
<style>
a { background-color: #C155B9; }
a { background-color: rgb(193,85,185); }
div.DivClassName
{
background-color: #C155B9;
}
.BgClassName
{
background-color: #C155B9;
}
</style>
border-color css
<style>
span { border-color: #C155B9; }
span { border-color: rgb(193,85,185); }
td.TdClassName
{
border-color: #C155B9;
}
.TagClassName
{
border-color: #C155B9;
}
</style>