Shades of Fuchsia #C14DCC
Tints of Fuchsia #C14DCC
RGB
CMYK
RGB Variations
Color information
#C14DCC (or 0xC14DCC) is known color: Fuchsia. HEX triplet: C1, 4D and CC. RGB value is (193,77,204). Sum of RGB (Red+Green+Blue) = 193+77+204=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #C14DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DCC is #3EB233. Grayscale: #7D7D7D. Windows color (decimal): -4108852 or 13389249. OLE color: 13389249.
HSL color Cylindrical-coordinate representation of color #C14DCC: hue angle of 294.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14DCC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 77 | 204 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.2 |
| HSL | 294.8º | 0.55% | 0.55% | - |
| HSV(B) | 294.8º | 0.62% | 0.8% | - |
| XYZ | 35.55 | 21 | 59.31 | - |
| YUV | 126.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 204 | 0.05 | 0.62 | 0 | 0.2 | 294.8 | 0.55 | 0.55 |
| Hex | C1 | 4D | CC | 5 | 3E | 0 | 14 | 127 | 37 | 37 |
| Octal | 301 | 115 | 314 | 5 | 76 | 0 | 24 | 447 | 67 | 67 |
| Binary | 11000001 | 1001101 | 11001100 | 101 | 111110 | 0 | 10100 | 100100111 | 110111 | 110111 |
Color Harmonies of #C14DCC
Complementary color
Monochromatic Colors of #C14DCC
Black with #C14DCC
Text Example
Text Example
White with #C14DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DCC; }
p { color: rgb(193,77,204); }
H1.HeaderClassName
{
color: #C14DCC;
}
.AnyTagClassName
{
color: #C14DCC;
}
</style>
background-color css
<style>
a { background-color: #C14DCC; }
a { background-color: rgb(193,77,204); }
div.DivClassName
{
background-color: #C14DCC;
}
.BgClassName
{
background-color: #C14DCC;
}
</style>
border-color css
<style>
span { border-color: #C14DCC; }
span { border-color: rgb(193,77,204); }
td.TdClassName
{
border-color: #C14DCC;
}
.TagClassName
{
border-color: #C14DCC;
}
</style>