Shades of Fuchsia #C145AB
Tints of Fuchsia #C145AB
RGB
CMYK
RGB Variations
Color information
#C145AB (or 0xC145AB) is known color: Fuchsia. HEX triplet: C1, 45 and AB. RGB value is (193,69,171). Sum of RGB (Red+Green+Blue) = 193+69+171=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C145AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145AB is #3EBA54. Grayscale: #757575. Windows color (decimal): -4110933 or 11224513. OLE color: 11224513.
HSL color Cylindrical-coordinate representation of color #C145AB: hue angle of 310.65º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C145AB is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 171 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.24 |
| HSL | 310.65º | 0.5% | 0.51% | - |
| HSV(B) | 310.65º | 0.64% | 0.76% | - |
| XYZ | 31.47 | 18.53 | 40.45 | - |
| YUV | 117.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 171 | 0 | 0.64 | 0.11 | 0.24 | 310.65 | 0.5 | 0.51 |
| Hex | C1 | 45 | AB | 0 | 40 | B | 18 | 137 | 32 | 33 |
| Octal | 301 | 105 | 253 | 0 | 100 | 13 | 30 | 467 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10101011 | 0 | 1000000 | 1011 | 11000 | 100110111 | 110010 | 110011 |
Color Harmonies of #C145AB
Complementary color
Monochromatic Colors of #C145AB
Black with #C145AB
Text Example
Text Example
White with #C145AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145AB; }
p { color: rgb(193,69,171); }
H1.HeaderClassName
{
color: #C145AB;
}
.AnyTagClassName
{
color: #C145AB;
}
</style>
background-color css
<style>
a { background-color: #C145AB; }
a { background-color: rgb(193,69,171); }
div.DivClassName
{
background-color: #C145AB;
}
.BgClassName
{
background-color: #C145AB;
}
</style>
border-color css
<style>
span { border-color: #C145AB; }
span { border-color: rgb(193,69,171); }
td.TdClassName
{
border-color: #C145AB;
}
.TagClassName
{
border-color: #C145AB;
}
</style>