#C174BD

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

Shades of Fuchsia #C174BD

Tints of Fuchsia #C174BD

Color information

#C174BD (or 0xC174BD) is unknown color: approx Fuchsia. HEX triplet: C1, 74 and BD. RGB value is (193,116,189). Sum of RGB (Red+Green+Blue) = 193+116+189=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C174BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174BD is #3E8B42. Grayscale: #939393. Windows color (decimal): -4098883 or 12416193. OLE color: 12416193.

HSL color Cylindrical-coordinate representation of color #C174BD: hue angle of 303.12º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C174BD is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193116189-
CMYK00.400.020.24
HSL303.12º38.31%60.59%-
HSV(B)303.12º39.9%75.69%-
XYZ37.4227.551.48-
YUV147.34151.51160.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 116 (45.70% from 255) = 23.29%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=38.76%
G=23.29%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311618900.400.020.24303.1238.3160.59
HexC174BD02821812f263d
Octal3011642750502304574675
Binary1100000111101001011110101010001011000100101111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C174BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C174BD; }

 p { color: rgb(193,116,189); }

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

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

 a { background-color: rgb(193,116,189); }

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

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

 span { border-color: rgb(193,116,189); }

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