#C14DAF

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

Shades of Fuchsia #C14DAF

Tints of Fuchsia #C14DAF

Color information

#C14DAF (or 0xC14DAF) is unknown color: approx Fuchsia. HEX triplet: C1, 4D and AF. RGB value is (193,77,175). Sum of RGB (Red+Green+Blue) = 193+77+175=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DAF is #3EB250. Grayscale: #7A7A7A. Windows color (decimal): -4108881 or 11488705. OLE color: 11488705.

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

Color convert

RGB19377175-
CMYK00.600.090.24
HSL309.31º48.33%52.94%-
HSV(B)309.31º60.1%75.69%-
XYZ32.3819.7442.66-
YUV122.86157.43178.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=43.37%
G=17.30%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937717500.600.090.24309.3148.3352.94
HexC14DAF03C9181353035
Octal30111525707411304656065
Binary110000011001101101011110111100100111000100110101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14DAF; }

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

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

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

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

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

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

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

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