Shades of Fuchsia #C14DAA
Tints of Fuchsia #C14DAA
RGB
CMYK
RGB Variations
Color information
#C14DAA (or 0xC14DAA) is known color: Fuchsia. HEX triplet: C1, 4D and AA. RGB value is (193,77,170). Sum of RGB (Red+Green+Blue) = 193+77+170=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DAA is #3EB255. Grayscale: #7A7A7A. Windows color (decimal): -4108886 or 11161025. OLE color: 11161025.
HSL color Cylindrical-coordinate representation of color #C14DAA: hue angle of 311.9º 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 #C14DAA is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 170 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.24 |
| HSL | 311.9º | 0.48% | 0.53% | - |
| HSV(B) | 311.9º | 0.6% | 0.76% | - |
| XYZ | 31.9 | 19.55 | 40.12 | - |
| YUV | 122.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 170 | 0 | 0.60 | 0.12 | 0.24 | 311.9 | 0.48 | 0.53 |
| Hex | C1 | 4D | AA | 0 | 3C | C | 18 | 138 | 30 | 35 |
| Octal | 301 | 115 | 252 | 0 | 74 | 14 | 30 | 470 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10101010 | 0 | 111100 | 1100 | 11000 | 100111000 | 110000 | 110101 |
Color Harmonies of #C14DAA
Complementary color
Monochromatic Colors of #C14DAA
Black with #C14DAA
Text Example
Text Example
White with #C14DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DAA; }
p { color: rgb(193,77,170); }
H1.HeaderClassName
{
color: #C14DAA;
}
.AnyTagClassName
{
color: #C14DAA;
}
</style>
background-color css
<style>
a { background-color: #C14DAA; }
a { background-color: rgb(193,77,170); }
div.DivClassName
{
background-color: #C14DAA;
}
.BgClassName
{
background-color: #C14DAA;
}
</style>
border-color css
<style>
span { border-color: #C14DAA; }
span { border-color: rgb(193,77,170); }
td.TdClassName
{
border-color: #C14DAA;
}
.TagClassName
{
border-color: #C14DAA;
}
</style>