Shades of Fuchsia #C155BF
Tints of Fuchsia #C155BF
RGB
CMYK
RGB Variations
Color information
#C155BF (or 0xC155BF) is known color: Fuchsia. HEX triplet: C1, 55 and BF. RGB value is (193,85,191). Sum of RGB (Red+Green+Blue) = 193+85+191=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C155BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155BF is #3EAA40. Grayscale: #818181. Windows color (decimal): -4106817 or 12539329. OLE color: 12539329.
HSL color Cylindrical-coordinate representation of color #C155BF: hue angle of 301.11º 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 #C155BF is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 191 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.24 |
| HSL | 301.11º | 0.47% | 0.55% | - |
| HSV(B) | 301.11º | 0.56% | 0.76% | - |
| XYZ | 34.64 | 21.6 | 51.63 | - |
| YUV | 129.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 191 | 0 | 0.56 | 0.01 | 0.24 | 301.11 | 0.47 | 0.55 |
| Hex | C1 | 55 | BF | 0 | 38 | 1 | 18 | 12D | 2F | 37 |
| Octal | 301 | 125 | 277 | 0 | 70 | 1 | 30 | 455 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10111111 | 0 | 111000 | 1 | 11000 | 100101101 | 101111 | 110111 |
Color Harmonies of #C155BF
Complementary color
Monochromatic Colors of #C155BF
Black with #C155BF
Text Example
Text Example
White with #C155BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155BF; }
p { color: rgb(193,85,191); }
H1.HeaderClassName
{
color: #C155BF;
}
.AnyTagClassName
{
color: #C155BF;
}
</style>
background-color css
<style>
a { background-color: #C155BF; }
a { background-color: rgb(193,85,191); }
div.DivClassName
{
background-color: #C155BF;
}
.BgClassName
{
background-color: #C155BF;
}
</style>
border-color css
<style>
span { border-color: #C155BF; }
span { border-color: rgb(193,85,191); }
td.TdClassName
{
border-color: #C155BF;
}
.TagClassName
{
border-color: #C155BF;
}
</style>