Shades of Fuchsia #C144AB
Tints of Fuchsia #C144AB
RGB
CMYK
RGB Variations
Color information
#C144AB (or 0xC144AB) is known color: Fuchsia. HEX triplet: C1, 44 and AB. RGB value is (193,68,171). Sum of RGB (Red+Green+Blue) = 193+68+171=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C144AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144AB is #3EBB54. Grayscale: #747474. Windows color (decimal): -4111189 or 11224257. OLE color: 11224257.
HSL color Cylindrical-coordinate representation of color #C144AB: hue angle of 310.56º 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 #C144AB is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 171 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.24 |
| HSL | 310.56º | 0.5% | 0.51% | - |
| HSV(B) | 310.56º | 0.65% | 0.76% | - |
| XYZ | 31.41 | 18.41 | 40.43 | - |
| YUV | 117.12 | 158.41 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 171 | 0 | 0.65 | 0.11 | 0.24 | 310.56 | 0.5 | 0.51 |
| Hex | C1 | 44 | AB | 0 | 41 | B | 18 | 137 | 32 | 33 |
| Octal | 301 | 104 | 253 | 0 | 101 | 13 | 30 | 467 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10101011 | 0 | 1000001 | 1011 | 11000 | 100110111 | 110010 | 110011 |
Color Harmonies of #C144AB
Complementary color
Monochromatic Colors of #C144AB
Black with #C144AB
Text Example
Text Example
White with #C144AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144AB; }
p { color: rgb(193,68,171); }
H1.HeaderClassName
{
color: #C144AB;
}
.AnyTagClassName
{
color: #C144AB;
}
</style>
background-color css
<style>
a { background-color: #C144AB; }
a { background-color: rgb(193,68,171); }
div.DivClassName
{
background-color: #C144AB;
}
.BgClassName
{
background-color: #C144AB;
}
</style>
border-color css
<style>
span { border-color: #C144AB; }
span { border-color: rgb(193,68,171); }
td.TdClassName
{
border-color: #C144AB;
}
.TagClassName
{
border-color: #C144AB;
}
</style>