#C14CAF

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

Shades of Fuchsia #C14CAF

Tints of Fuchsia #C14CAF

Color information

#C14CAF (or 0xC14CAF) is unknown color: approx Fuchsia. HEX triplet: C1, 4C and AF. RGB value is (193,76,175). Sum of RGB (Red+Green+Blue) = 193+76+175=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14CAF is #3EB350. Grayscale: #797979. Windows color (decimal): -4109137 or 11488449. OLE color: 11488449.

HSL color Cylindrical-coordinate representation of color #C14CAF: hue angle of 309.23º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14CAF is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19376175-
CMYK00.610.090.24
HSL309.23º48.55%52.75%-
HSV(B)309.23º60.62%75.69%-
XYZ32.3119.642.64-
YUV122.27157.76178.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 76 (30.08% from 255) = 17.12%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=43.47%
G=17.12%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937617500.610.090.24309.2348.5552.75
HexC14CAF03D9181353135
Octal30111425707511304656165
Binary110000011001100101011110111101100111000100110101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14CAF; }

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

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

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

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

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

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

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

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