Shades of Fuchsia #C155BC
Tints of Fuchsia #C155BC
RGB
CMYK
RGB Variations
Color information
#C155BC (or 0xC155BC) is known color: Fuchsia. HEX triplet: C1, 55 and BC. RGB value is (193,85,188). Sum of RGB (Red+Green+Blue) = 193+85+188=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C155BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155BC is #3EAA43. Grayscale: #808080. Windows color (decimal): -4106820 or 12342721. OLE color: 12342721.
HSL color Cylindrical-coordinate representation of color #C155BC: hue angle of 302.78º 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 #C155BC is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 188 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.24 |
| HSL | 302.78º | 0.47% | 0.55% | - |
| HSV(B) | 302.78º | 0.56% | 0.76% | - |
| XYZ | 34.32 | 21.47 | 49.91 | - |
| YUV | 129.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 188 | 0 | 0.56 | 0.03 | 0.24 | 302.78 | 0.47 | 0.55 |
| Hex | C1 | 55 | BC | 0 | 38 | 3 | 18 | 12F | 2F | 37 |
| Octal | 301 | 125 | 274 | 0 | 70 | 3 | 30 | 457 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10111100 | 0 | 111000 | 11 | 11000 | 100101111 | 101111 | 110111 |
Color Harmonies of #C155BC
Complementary color
Monochromatic Colors of #C155BC
Black with #C155BC
Text Example
Text Example
White with #C155BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155BC; }
p { color: rgb(193,85,188); }
H1.HeaderClassName
{
color: #C155BC;
}
.AnyTagClassName
{
color: #C155BC;
}
</style>
background-color css
<style>
a { background-color: #C155BC; }
a { background-color: rgb(193,85,188); }
div.DivClassName
{
background-color: #C155BC;
}
.BgClassName
{
background-color: #C155BC;
}
</style>
border-color css
<style>
span { border-color: #C155BC; }
span { border-color: rgb(193,85,188); }
td.TdClassName
{
border-color: #C155BC;
}
.TagClassName
{
border-color: #C155BC;
}
</style>