Shades of Fuchsia #C14EB8
Tints of Fuchsia #C14EB8
RGB
CMYK
RGB Variations
Color information
#C14EB8 (or 0xC14EB8) is known color: Fuchsia. HEX triplet: C1, 4E and B8. RGB value is (193,78,184). Sum of RGB (Red+Green+Blue) = 193+78+184=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EB8 is #3EB147. Grayscale: #7C7C7C. Windows color (decimal): -4108616 or 12078785. OLE color: 12078785.
HSL color Cylindrical-coordinate representation of color #C14EB8: hue angle of 304.7º 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 #C14EB8 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 184 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.24 |
| HSL | 304.7º | 0.48% | 0.53% | - |
| HSV(B) | 304.7º | 0.6% | 0.76% | - |
| XYZ | 33.37 | 20.25 | 47.5 | - |
| YUV | 124.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 184 | 0 | 0.60 | 0.05 | 0.24 | 304.7 | 0.48 | 0.53 |
| Hex | C1 | 4E | B8 | 0 | 3C | 5 | 18 | 131 | 30 | 35 |
| Octal | 301 | 116 | 270 | 0 | 74 | 5 | 30 | 461 | 60 | 65 |
| Binary | 11000001 | 1001110 | 10111000 | 0 | 111100 | 101 | 11000 | 100110001 | 110000 | 110101 |
Color Harmonies of #C14EB8
Complementary color
Monochromatic Colors of #C14EB8
Black with #C14EB8
Text Example
Text Example
White with #C14EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EB8; }
p { color: rgb(193,78,184); }
H1.HeaderClassName
{
color: #C14EB8;
}
.AnyTagClassName
{
color: #C14EB8;
}
</style>
background-color css
<style>
a { background-color: #C14EB8; }
a { background-color: rgb(193,78,184); }
div.DivClassName
{
background-color: #C14EB8;
}
.BgClassName
{
background-color: #C14EB8;
}
</style>
border-color css
<style>
span { border-color: #C14EB8; }
span { border-color: rgb(193,78,184); }
td.TdClassName
{
border-color: #C14EB8;
}
.TagClassName
{
border-color: #C14EB8;
}
</style>