#C175BF

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

Shades of Fuchsia #C175BF

Tints of Fuchsia #C175BF

Color information

#C175BF (or 0xC175BF) is unknown color: approx Fuchsia. HEX triplet: C1, 75 and BF. RGB value is (193,117,191). Sum of RGB (Red+Green+Blue) = 193+117+191=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C175BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175BF is #3E8A40. Grayscale: #939393. Windows color (decimal): -4098625 or 12547521. OLE color: 12547521.

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

Color convert

RGB193117191-
CMYK00.390.010.24
HSL301.58º38%60.78%-
HSV(B)301.58º39.38%75.69%-
XYZ37.7627.8252.67-
YUV148.16152.18159.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 191 (75% from 255) = 38.12%
R=38.52%
G=23.35%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311719100.390.010.24301.583860.78
HexC175BF02711812e263d
Octal3011652770471304564675
Binary110000011110101101111110100111111000100101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C175BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C175BF; }

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

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

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

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

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

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

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

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