#C175BA

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

Shades of Fuchsia #C175BA

Tints of Fuchsia #C175BA

Color information

#C175BA (or 0xC175BA) is unknown color: approx Fuchsia. HEX triplet: C1, 75 and BA. RGB value is (193,117,186). Sum of RGB (Red+Green+Blue) = 193+117+186=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C175BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175BA is #3E8A45. Grayscale: #939393. Windows color (decimal): -4098630 or 12219841. OLE color: 12219841.

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

Color convert

RGB193117186-
CMYK00.390.040.24
HSL305.53º38%60.78%-
HSV(B)305.53º39.38%75.69%-
XYZ37.2227.6149.82-
YUV147.59149.68160.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=38.91%
G=23.59%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311718600.390.040.24305.533860.78
HexC175BA027418132263d
Octal3011652720474304624675
Binary11000001111010110111010010011110011000100110010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C175BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C175BA; }

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

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

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

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

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

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

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

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