#C173BE

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

Shades of Fuchsia #C173BE

Tints of Fuchsia #C173BE

Color information

#C173BE (or 0xC173BE) is unknown color: approx Fuchsia. HEX triplet: C1, 73 and BE. RGB value is (193,115,190). Sum of RGB (Red+Green+Blue) = 193+115+190=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C173BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173BE is #3E8C41. Grayscale: #929292. Windows color (decimal): -4099138 or 12481473. OLE color: 12481473.

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

Color convert

RGB193115190-
CMYK00.400.020.24
HSL302.31º38.61%60.39%-
HSV(B)302.31º40.41%75.69%-
XYZ37.4227.3252.02-
YUV146.87152.34160.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 115 (45.31% from 255) = 23.09%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=38.76%
G=23.09%
B=38.15%

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
Decimal19311519000.400.020.24302.3138.6160.39
HexC173BE02821812e273c
Octal3011632760502304564774
Binary1100000111100111011111001010001011000100101110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C173BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C173BE; }

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

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

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

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

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

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

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

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