Shades of Fuchsia #C14FCC
Tints of Fuchsia #C14FCC
RGB
CMYK
RGB Variations
Color information
#C14FCC (or 0xC14FCC) is known color: Fuchsia. HEX triplet: C1, 4F and CC. RGB value is (193,79,204). Sum of RGB (Red+Green+Blue) = 193+79+204=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #C14FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FCC is #3EB033. Grayscale: #7E7E7E. Windows color (decimal): -4108340 or 13389761. OLE color: 13389761.
HSL color Cylindrical-coordinate representation of color #C14FCC: hue angle of 294.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14FCC is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 79 | 204 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.2 |
| HSL | 294.72º | 0.55% | 0.55% | - |
| HSV(B) | 294.72º | 0.61% | 0.8% | - |
| XYZ | 35.69 | 21.29 | 59.36 | - |
| YUV | 127.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 204 | 0.05 | 0.61 | 0 | 0.2 | 294.72 | 0.55 | 0.55 |
| Hex | C1 | 4F | CC | 5 | 3D | 0 | 14 | 127 | 37 | 37 |
| Octal | 301 | 117 | 314 | 5 | 75 | 0 | 24 | 447 | 67 | 67 |
| Binary | 11000001 | 1001111 | 11001100 | 101 | 111101 | 0 | 10100 | 100100111 | 110111 | 110111 |
Color Harmonies of #C14FCC
Complementary color
Monochromatic Colors of #C14FCC
Black with #C14FCC
Text Example
Text Example
White with #C14FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FCC; }
p { color: rgb(193,79,204); }
H1.HeaderClassName
{
color: #C14FCC;
}
.AnyTagClassName
{
color: #C14FCC;
}
</style>
background-color css
<style>
a { background-color: #C14FCC; }
a { background-color: rgb(193,79,204); }
div.DivClassName
{
background-color: #C14FCC;
}
.BgClassName
{
background-color: #C14FCC;
}
</style>
border-color css
<style>
span { border-color: #C14FCC; }
span { border-color: rgb(193,79,204); }
td.TdClassName
{
border-color: #C14FCC;
}
.TagClassName
{
border-color: #C14FCC;
}
</style>