#C174BE

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

Shades of Fuchsia #C174BE

Tints of Fuchsia #C174BE

Color information

#C174BE (or 0xC174BE) is unknown color: approx Fuchsia. HEX triplet: C1, 74 and BE. RGB value is (193,116,190). Sum of RGB (Red+Green+Blue) = 193+116+190=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C174BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174BE is #3E8B41. Grayscale: #939393. Windows color (decimal): -4098882 or 12481729. OLE color: 12481729.

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

Color convert

RGB193116190-
CMYK00.400.020.24
HSL302.34º38.31%60.59%-
HSV(B)302.34º39.9%75.69%-
XYZ37.5327.5552.05-
YUV147.46152.01160.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 116 (45.70% from 255) = 23.25%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=38.68%
G=23.25%
B=38.08%

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
Decimal19311619000.400.020.24302.3438.3160.59
HexC174BE02821812e263d
Octal3011642760502304564675
Binary1100000111101001011111001010001011000100101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C174BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C174BE; }

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

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

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

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

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

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

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

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