Shades of Fuchsia #C151AB
Tints of Fuchsia #C151AB
RGB
CMYK
RGB Variations
Color information
#C151AB (or 0xC151AB) is known color: Fuchsia. HEX triplet: C1, 51 and AB. RGB value is (193,81,171). Sum of RGB (Red+Green+Blue) = 193+81+171=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C151AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C151AB is #3EAE54. Grayscale: #7C7C7C. Windows color (decimal): -4107861 or 11227585. OLE color: 11227585.
HSL color Cylindrical-coordinate representation of color #C151AB: hue angle of 311.79º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C151AB is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 171 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.24 |
| HSL | 311.79º | 0.47% | 0.54% | - |
| HSV(B) | 311.79º | 0.58% | 0.76% | - |
| XYZ | 32.29 | 20.16 | 40.72 | - |
| YUV | 124.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 171 | 0 | 0.58 | 0.11 | 0.24 | 311.79 | 0.47 | 0.54 |
| Hex | C1 | 51 | AB | 0 | 3A | B | 18 | 138 | 2F | 36 |
| Octal | 301 | 121 | 253 | 0 | 72 | 13 | 30 | 470 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10101011 | 0 | 111010 | 1011 | 11000 | 100111000 | 101111 | 110110 |
Color Harmonies of #C151AB
Complementary color
Monochromatic Colors of #C151AB
Black with #C151AB
Text Example
Text Example
White with #C151AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151AB; }
p { color: rgb(193,81,171); }
H1.HeaderClassName
{
color: #C151AB;
}
.AnyTagClassName
{
color: #C151AB;
}
</style>
background-color css
<style>
a { background-color: #C151AB; }
a { background-color: rgb(193,81,171); }
div.DivClassName
{
background-color: #C151AB;
}
.BgClassName
{
background-color: #C151AB;
}
</style>
border-color css
<style>
span { border-color: #C151AB; }
span { border-color: rgb(193,81,171); }
td.TdClassName
{
border-color: #C151AB;
}
.TagClassName
{
border-color: #C151AB;
}
</style>