#C14FA7

Color #C14FA7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C14FA7

Tints of Fuchsia #C14FA7

Color information

#C14FA7 (or 0xC14FA7) is unknown color: approx Fuchsia. HEX triplet: C1, 4F and A7. RGB value is (193,79,167). Sum of RGB (Red+Green+Blue) = 193+79+167=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C14FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14FA7 is #3EB058. Grayscale: #7A7A7A. Windows color (decimal): -4108377 or 10964929. OLE color: 10964929.

HSL color Cylindrical-coordinate representation of color #C14FA7: hue angle of 313.68º 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 #C14FA7 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB19379167-
CMYK00.590.130.24
HSL313.68º47.9%53.33%-
HSV(B)313.68º59.07%75.69%-
XYZ31.7619.7238.69-
YUV123.12152.77177.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 79 (31.25% from 255) = 18.00%
BLUE value IS 167 (65.62% from 255) = 38.04%
R=43.96%
G=18.00%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937916700.590.130.24313.6847.953.33
HexC14FA703BD1813a3035
Octal30111724707315304726065
Binary110000011001111101001110111011110111000100111010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14FA7; }

 p { color: rgb(193,79,167); }

 H1.HeaderClassName
 {
   color: #C14FA7;
 }
 .AnyTagClassName
 {
   color: #C14FA7;
 }
</style>
background-color css

<style>
 a { background-color: #C14FA7; }

 a { background-color: rgb(193,79,167); }

 div.DivClassName
 {
   background-color: #C14FA7;
 }
 .BgClassName
 {
   background-color: #C14FA7;
 }
</style>
border-color css

<style>
 span { border-color: #C14FA7; }

 span { border-color: rgb(193,79,167); }

 td.TdClassName
 {
   border-color: #C14FA7;
 }
 .TagClassName
 {
   border-color: #C14FA7;
 }
</style>