Shades of Fuchsia #C155AB
Tints of Fuchsia #C155AB
RGB
CMYK
RGB Variations
Color information
#C155AB (or 0xC155AB) is known color: Fuchsia. HEX triplet: C1, 55 and AB. RGB value is (193,85,171). Sum of RGB (Red+Green+Blue) = 193+85+171=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C155AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C155AB is #3EAA54. Grayscale: #7E7E7E. Windows color (decimal): -4106837 or 11228609. OLE color: 11228609.
HSL color Cylindrical-coordinate representation of color #C155AB: hue angle of 312.22º 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 #C155AB is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 171 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.24 |
| HSL | 312.22º | 0.47% | 0.55% | - |
| HSV(B) | 312.22º | 0.56% | 0.76% | - |
| XYZ | 32.59 | 20.77 | 40.82 | - |
| YUV | 127.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 171 | 0 | 0.56 | 0.11 | 0.24 | 312.22 | 0.47 | 0.55 |
| Hex | C1 | 55 | AB | 0 | 38 | B | 18 | 138 | 2F | 37 |
| Octal | 301 | 125 | 253 | 0 | 70 | 13 | 30 | 470 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10101011 | 0 | 111000 | 1011 | 11000 | 100111000 | 101111 | 110111 |
Color Harmonies of #C155AB
Complementary color
Monochromatic Colors of #C155AB
Black with #C155AB
Text Example
Text Example
White with #C155AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155AB; }
p { color: rgb(193,85,171); }
H1.HeaderClassName
{
color: #C155AB;
}
.AnyTagClassName
{
color: #C155AB;
}
</style>
background-color css
<style>
a { background-color: #C155AB; }
a { background-color: rgb(193,85,171); }
div.DivClassName
{
background-color: #C155AB;
}
.BgClassName
{
background-color: #C155AB;
}
</style>
border-color css
<style>
span { border-color: #C155AB; }
span { border-color: rgb(193,85,171); }
td.TdClassName
{
border-color: #C155AB;
}
.TagClassName
{
border-color: #C155AB;
}
</style>