Shades of Fuchsia #C14FBC
Tints of Fuchsia #C14FBC
RGB
CMYK
RGB Variations
Color information
#C14FBC (or 0xC14FBC) is known color: Fuchsia. HEX triplet: C1, 4F and BC. RGB value is (193,79,188). Sum of RGB (Red+Green+Blue) = 193+79+188=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C14FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FBC is #3EB043. Grayscale: #7D7D7D. Windows color (decimal): -4108356 or 12341185. OLE color: 12341185.
HSL color Cylindrical-coordinate representation of color #C14FBC: hue angle of 302.63º 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 #C14FBC is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 188 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.24 |
| HSL | 302.63º | 0.48% | 0.53% | - |
| HSV(B) | 302.63º | 0.59% | 0.76% | - |
| XYZ | 33.87 | 20.56 | 49.76 | - |
| YUV | 125.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 188 | 0 | 0.59 | 0.03 | 0.24 | 302.63 | 0.48 | 0.53 |
| Hex | C1 | 4F | BC | 0 | 3B | 3 | 18 | 12F | 30 | 35 |
| Octal | 301 | 117 | 274 | 0 | 73 | 3 | 30 | 457 | 60 | 65 |
| Binary | 11000001 | 1001111 | 10111100 | 0 | 111011 | 11 | 11000 | 100101111 | 110000 | 110101 |
Color Harmonies of #C14FBC
Complementary color
Monochromatic Colors of #C14FBC
Black with #C14FBC
Text Example
Text Example
White with #C14FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FBC; }
p { color: rgb(193,79,188); }
H1.HeaderClassName
{
color: #C14FBC;
}
.AnyTagClassName
{
color: #C14FBC;
}
</style>
background-color css
<style>
a { background-color: #C14FBC; }
a { background-color: rgb(193,79,188); }
div.DivClassName
{
background-color: #C14FBC;
}
.BgClassName
{
background-color: #C14FBC;
}
</style>
border-color css
<style>
span { border-color: #C14FBC; }
span { border-color: rgb(193,79,188); }
td.TdClassName
{
border-color: #C14FBC;
}
.TagClassName
{
border-color: #C14FBC;
}
</style>