#C14DBF

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

Shades of Fuchsia #C14DBF

Tints of Fuchsia #C14DBF

Color information

#C14DBF (or 0xC14DBF) is unknown color: approx Fuchsia. HEX triplet: C1, 4D and BF. RGB value is (193,77,191). Sum of RGB (Red+Green+Blue) = 193+77+191=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DBF is #3EB240. Grayscale: #7C7C7C. Windows color (decimal): -4108865 or 12537281. OLE color: 12537281.

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

Color convert

RGB19377191-
CMYK00.600.010.24
HSL301.03º48.33%52.94%-
HSV(B)301.03º60.1%75.69%-
XYZ34.0520.4151.43-
YUV124.68165.43176.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 77 (30.47% from 255) = 16.70%
BLUE value IS 191 (75% from 255) = 41.43%
R=41.87%
G=16.70%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937719100.600.010.24301.0348.3352.94
HexC14DBF03C11812d3035
Octal3011152770741304556065
Binary110000011001101101111110111100111000100101101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14DBF; }

 p { color: rgb(193,77,191); }

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

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

 a { background-color: rgb(193,77,191); }

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

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

 span { border-color: rgb(193,77,191); }

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