Shades of Fuchsia #C14DC2
Tints of Fuchsia #C14DC2
RGB
CMYK
RGB Variations
Color information
#C14DC2 (or 0xC14DC2) is known color: Fuchsia. HEX triplet: C1, 4D and C2. RGB value is (193,77,194). Sum of RGB (Red+Green+Blue) = 193+77+194=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #C14DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DC2 is #3EB23D. Grayscale: #7C7C7C. Windows color (decimal): -4108862 or 12733889. OLE color: 12733889.
HSL color Cylindrical-coordinate representation of color #C14DC2: hue angle of 299.49º degrees, saturation: 0.49, 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 #C14DC2 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 194 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.24 |
| HSL | 299.49º | 0.49% | 0.53% | - |
| HSV(B) | 299.49º | 0.6% | 0.76% | - |
| XYZ | 34.38 | 20.54 | 53.19 | - |
| YUV | 125.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 194 | 0.01 | 0.60 | 0 | 0.24 | 299.49 | 0.49 | 0.53 |
| Hex | C1 | 4D | C2 | 1 | 3C | 0 | 18 | 12B | 31 | 35 |
| Octal | 301 | 115 | 302 | 1 | 74 | 0 | 30 | 453 | 61 | 65 |
| Binary | 11000001 | 1001101 | 11000010 | 1 | 111100 | 0 | 11000 | 100101011 | 110001 | 110101 |
Color Harmonies of #C14DC2
Complementary color
Monochromatic Colors of #C14DC2
Black with #C14DC2
Text Example
Text Example
White with #C14DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DC2; }
p { color: rgb(193,77,194); }
H1.HeaderClassName
{
color: #C14DC2;
}
.AnyTagClassName
{
color: #C14DC2;
}
</style>
background-color css
<style>
a { background-color: #C14DC2; }
a { background-color: rgb(193,77,194); }
div.DivClassName
{
background-color: #C14DC2;
}
.BgClassName
{
background-color: #C14DC2;
}
</style>
border-color css
<style>
span { border-color: #C14DC2; }
span { border-color: rgb(193,77,194); }
td.TdClassName
{
border-color: #C14DC2;
}
.TagClassName
{
border-color: #C14DC2;
}
</style>