Shades of Fuchsia #C143AB
Tints of Fuchsia #C143AB
RGB
CMYK
RGB Variations
Color information
#C143AB (or 0xC143AB) is known color: Fuchsia. HEX triplet: C1, 43 and AB. RGB value is (193,67,171). Sum of RGB (Red+Green+Blue) = 193+67+171=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C143AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143AB is #3EBC54. Grayscale: #747474. Windows color (decimal): -4111445 or 11224001. OLE color: 11224001.
HSL color Cylindrical-coordinate representation of color #C143AB: hue angle of 310.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C143AB is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 171 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.24 |
| HSL | 310.48º | 0.5% | 0.51% | - |
| HSV(B) | 310.48º | 0.65% | 0.76% | - |
| XYZ | 31.35 | 18.29 | 40.41 | - |
| YUV | 116.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 171 | 0 | 0.65 | 0.11 | 0.24 | 310.48 | 0.5 | 0.51 |
| Hex | C1 | 43 | AB | 0 | 41 | B | 18 | 136 | 32 | 33 |
| Octal | 301 | 103 | 253 | 0 | 101 | 13 | 30 | 466 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10101011 | 0 | 1000001 | 1011 | 11000 | 100110110 | 110010 | 110011 |
Color Harmonies of #C143AB
Complementary color
Monochromatic Colors of #C143AB
Black with #C143AB
Text Example
Text Example
White with #C143AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143AB; }
p { color: rgb(193,67,171); }
H1.HeaderClassName
{
color: #C143AB;
}
.AnyTagClassName
{
color: #C143AB;
}
</style>
background-color css
<style>
a { background-color: #C143AB; }
a { background-color: rgb(193,67,171); }
div.DivClassName
{
background-color: #C143AB;
}
.BgClassName
{
background-color: #C143AB;
}
</style>
border-color css
<style>
span { border-color: #C143AB; }
span { border-color: rgb(193,67,171); }
td.TdClassName
{
border-color: #C143AB;
}
.TagClassName
{
border-color: #C143AB;
}
</style>