Shades of Fuchsia #C14AAB
Tints of Fuchsia #C14AAB
RGB
CMYK
RGB Variations
Color information
#C14AAB (or 0xC14AAB) is known color: Fuchsia. HEX triplet: C1, 4A and AB. RGB value is (193,74,171). Sum of RGB (Red+Green+Blue) = 193+74+171=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C14AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14AAB is #3EB554. Grayscale: #787878. Windows color (decimal): -4109653 or 11225793. OLE color: 11225793.
HSL color Cylindrical-coordinate representation of color #C14AAB: hue angle of 311.09º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14AAB is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 171 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.24 |
| HSL | 311.09º | 0.49% | 0.52% | - |
| HSV(B) | 311.09º | 0.62% | 0.76% | - |
| XYZ | 31.79 | 19.18 | 40.55 | - |
| YUV | 120.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 171 | 0 | 0.62 | 0.11 | 0.24 | 311.09 | 0.49 | 0.52 |
| Hex | C1 | 4A | AB | 0 | 3E | B | 18 | 137 | 31 | 34 |
| Octal | 301 | 112 | 253 | 0 | 76 | 13 | 30 | 467 | 61 | 64 |
| Binary | 11000001 | 1001010 | 10101011 | 0 | 111110 | 1011 | 11000 | 100110111 | 110001 | 110100 |
Color Harmonies of #C14AAB
Complementary color
Monochromatic Colors of #C14AAB
Black with #C14AAB
Text Example
Text Example
White with #C14AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AAB; }
p { color: rgb(193,74,171); }
H1.HeaderClassName
{
color: #C14AAB;
}
.AnyTagClassName
{
color: #C14AAB;
}
</style>
background-color css
<style>
a { background-color: #C14AAB; }
a { background-color: rgb(193,74,171); }
div.DivClassName
{
background-color: #C14AAB;
}
.BgClassName
{
background-color: #C14AAB;
}
</style>
border-color css
<style>
span { border-color: #C14AAB; }
span { border-color: rgb(193,74,171); }
td.TdClassName
{
border-color: #C14AAB;
}
.TagClassName
{
border-color: #C14AAB;
}
</style>