Shades of Fuchsia #C14DAC
Tints of Fuchsia #C14DAC
RGB
CMYK
RGB Variations
Color information
#C14DAC (or 0xC14DAC) is known color: Fuchsia. HEX triplet: C1, 4D and AC. RGB value is (193,77,172). Sum of RGB (Red+Green+Blue) = 193+77+172=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DAC is #3EB253. Grayscale: #7A7A7A. Windows color (decimal): -4108884 or 11292097. OLE color: 11292097.
HSL color Cylindrical-coordinate representation of color #C14DAC: hue angle of 310.86º 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 #C14DAC is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 172 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.24 |
| HSL | 310.86º | 0.48% | 0.53% | - |
| HSV(B) | 310.86º | 0.6% | 0.76% | - |
| XYZ | 32.09 | 19.62 | 41.13 | - |
| YUV | 122.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 172 | 0 | 0.60 | 0.11 | 0.24 | 310.86 | 0.48 | 0.53 |
| Hex | C1 | 4D | AC | 0 | 3C | B | 18 | 137 | 30 | 35 |
| Octal | 301 | 115 | 254 | 0 | 74 | 13 | 30 | 467 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10101100 | 0 | 111100 | 1011 | 11000 | 100110111 | 110000 | 110101 |
Color Harmonies of #C14DAC
Complementary color
Monochromatic Colors of #C14DAC
Black with #C14DAC
Text Example
Text Example
White with #C14DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DAC; }
p { color: rgb(193,77,172); }
H1.HeaderClassName
{
color: #C14DAC;
}
.AnyTagClassName
{
color: #C14DAC;
}
</style>
background-color css
<style>
a { background-color: #C14DAC; }
a { background-color: rgb(193,77,172); }
div.DivClassName
{
background-color: #C14DAC;
}
.BgClassName
{
background-color: #C14DAC;
}
</style>
border-color css
<style>
span { border-color: #C14DAC; }
span { border-color: rgb(193,77,172); }
td.TdClassName
{
border-color: #C14DAC;
}
.TagClassName
{
border-color: #C14DAC;
}
</style>