Shades of Fuchsia #C14DAB
Tints of Fuchsia #C14DAB
RGB
CMYK
RGB Variations
Color information
#C14DAB (or 0xC14DAB) is known color: Fuchsia. HEX triplet: C1, 4D and AB. RGB value is (193,77,171). Sum of RGB (Red+Green+Blue) = 193+77+171=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DAB is #3EB254. Grayscale: #7A7A7A. Windows color (decimal): -4108885 or 11226561. OLE color: 11226561.
HSL color Cylindrical-coordinate representation of color #C14DAB: hue angle of 311.38º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14DAB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 171 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.24 |
| HSL | 311.38º | 0.48% | 0.53% | - |
| HSV(B) | 311.38º | 0.6% | 0.76% | - |
| XYZ | 32 | 19.59 | 40.62 | - |
| YUV | 122.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 171 | 0 | 0.60 | 0.11 | 0.24 | 311.38 | 0.48 | 0.53 |
| Hex | C1 | 4D | AB | 0 | 3C | B | 18 | 137 | 30 | 35 |
| Octal | 301 | 115 | 253 | 0 | 74 | 13 | 30 | 467 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10101011 | 0 | 111100 | 1011 | 11000 | 100110111 | 110000 | 110101 |
Color Harmonies of #C14DAB
Complementary color
Monochromatic Colors of #C14DAB
Black with #C14DAB
Text Example
Text Example
White with #C14DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DAB; }
p { color: rgb(193,77,171); }
H1.HeaderClassName
{
color: #C14DAB;
}
.AnyTagClassName
{
color: #C14DAB;
}
</style>
background-color css
<style>
a { background-color: #C14DAB; }
a { background-color: rgb(193,77,171); }
div.DivClassName
{
background-color: #C14DAB;
}
.BgClassName
{
background-color: #C14DAB;
}
</style>
border-color css
<style>
span { border-color: #C14DAB; }
span { border-color: rgb(193,77,171); }
td.TdClassName
{
border-color: #C14DAB;
}
.TagClassName
{
border-color: #C14DAB;
}
</style>