Shades of Fuchsia #C14ABF
Tints of Fuchsia #C14ABF
RGB
CMYK
RGB Variations
Color information
#C14ABF (or 0xC14ABF) is known color: Fuchsia. HEX triplet: C1, 4A and BF. RGB value is (193,74,191). Sum of RGB (Red+Green+Blue) = 193+74+191=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C14ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ABF is #3EB540. Grayscale: #7A7A7A. Windows color (decimal): -4109633 or 12536513. OLE color: 12536513.
HSL color Cylindrical-coordinate representation of color #C14ABF: hue angle of 301.01º 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 #C14ABF is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 191 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.24 |
| HSL | 301.01º | 0.49% | 0.52% | - |
| HSV(B) | 301.01º | 0.62% | 0.76% | - |
| XYZ | 33.85 | 20 | 51.37 | - |
| YUV | 122.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 191 | 0 | 0.62 | 0.01 | 0.24 | 301.01 | 0.49 | 0.52 |
| Hex | C1 | 4A | BF | 0 | 3E | 1 | 18 | 12D | 31 | 34 |
| Octal | 301 | 112 | 277 | 0 | 76 | 1 | 30 | 455 | 61 | 64 |
| Binary | 11000001 | 1001010 | 10111111 | 0 | 111110 | 1 | 11000 | 100101101 | 110001 | 110100 |
Color Harmonies of #C14ABF
Complementary color
Monochromatic Colors of #C14ABF
Black with #C14ABF
Text Example
Text Example
White with #C14ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14ABF; }
p { color: rgb(193,74,191); }
H1.HeaderClassName
{
color: #C14ABF;
}
.AnyTagClassName
{
color: #C14ABF;
}
</style>
background-color css
<style>
a { background-color: #C14ABF; }
a { background-color: rgb(193,74,191); }
div.DivClassName
{
background-color: #C14ABF;
}
.BgClassName
{
background-color: #C14ABF;
}
</style>
border-color css
<style>
span { border-color: #C14ABF; }
span { border-color: rgb(193,74,191); }
td.TdClassName
{
border-color: #C14ABF;
}
.TagClassName
{
border-color: #C14ABF;
}
</style>