#C175BE

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

Shades of Fuchsia #C175BE

Tints of Fuchsia #C175BE

Color information

#C175BE (or 0xC175BE) is unknown color: approx Fuchsia. HEX triplet: C1, 75 and BE. RGB value is (193,117,190). Sum of RGB (Red+Green+Blue) = 193+117+190=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C175BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175BE is #3E8A41. Grayscale: #939393. Windows color (decimal): -4098626 or 12481985. OLE color: 12481985.

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

Color convert

RGB193117190-
CMYK00.390.020.24
HSL302.37º38%60.78%-
HSV(B)302.37º39.38%75.69%-
XYZ37.6527.7852.09-
YUV148.05151.68160.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 117 (46.09% from 255) = 23.4%
BLUE value IS 190 (74.61% from 255) = 38%
R=38.6%
G=23.4%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311719000.390.020.24302.373860.78
HexC175BE02721812e263d
Octal3011652760472304564675
Binary1100000111101011011111001001111011000100101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C175BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C175BE; }

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

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

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

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

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

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

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

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