#C14DAA

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

Shades of Fuchsia #C14DAA

Tints of Fuchsia #C14DAA

Color information

#C14DAA (or 0xC14DAA) is unknown color: approx Fuchsia. HEX triplet: C1, 4D and AA. RGB value is (193,77,170). Sum of RGB (Red+Green+Blue) = 193+77+170=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DAA is #3EB255. Grayscale: #7A7A7A. Windows color (decimal): -4108886 or 11161025. OLE color: 11161025.

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

Color convert

RGB19377170-
CMYK00.600.120.24
HSL311.9º48.33%52.94%-
HSV(B)311.9º60.1%75.69%-
XYZ31.919.5540.12-
YUV122.29154.93178.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.86%
GREEN value IS 77 (30.47% from 255) = 17.5%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=43.86%
G=17.5%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937717000.600.120.24311.948.3352.94
HexC14DAA03CC181383035
Octal30111525207414304706065
Binary110000011001101101010100111100110011000100111000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14DAA; }

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

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

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

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

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

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

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

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