Shades of Fuchsia #C14FA8
Tints of Fuchsia #C14FA8
RGB
CMYK
RGB Variations
Color information
#C14FA8 (or 0xC14FA8) is known color: Fuchsia. HEX triplet: C1, 4F and A8. RGB value is (193,79,168). Sum of RGB (Red+Green+Blue) = 193+79+168=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C14FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14FA8 is #3EB057. Grayscale: #7A7A7A. Windows color (decimal): -4108376 or 11030465. OLE color: 11030465.
HSL color Cylindrical-coordinate representation of color #C14FA8: hue angle of 313.16º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C14FA8 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 168 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.24 |
| HSL | 313.16º | 0.48% | 0.53% | - |
| HSV(B) | 313.16º | 0.59% | 0.76% | - |
| XYZ | 31.86 | 19.76 | 39.18 | - |
| YUV | 123.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 168 | 0 | 0.59 | 0.13 | 0.24 | 313.16 | 0.48 | 0.53 |
| Hex | C1 | 4F | A8 | 0 | 3B | D | 18 | 139 | 30 | 35 |
| Octal | 301 | 117 | 250 | 0 | 73 | 15 | 30 | 471 | 60 | 65 |
| Binary | 11000001 | 1001111 | 10101000 | 0 | 111011 | 1101 | 11000 | 100111001 | 110000 | 110101 |
Color Harmonies of #C14FA8
Complementary color
Monochromatic Colors of #C14FA8
Black with #C14FA8
Text Example
Text Example
White with #C14FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FA8; }
p { color: rgb(193,79,168); }
H1.HeaderClassName
{
color: #C14FA8;
}
.AnyTagClassName
{
color: #C14FA8;
}
</style>
background-color css
<style>
a { background-color: #C14FA8; }
a { background-color: rgb(193,79,168); }
div.DivClassName
{
background-color: #C14FA8;
}
.BgClassName
{
background-color: #C14FA8;
}
</style>
border-color css
<style>
span { border-color: #C14FA8; }
span { border-color: rgb(193,79,168); }
td.TdClassName
{
border-color: #C14FA8;
}
.TagClassName
{
border-color: #C14FA8;
}
</style>