#C375BA

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

Shades of Fuchsia #C375BA

Tints of Fuchsia #C375BA

Color information

#C375BA (or 0xC375BA) is unknown color: approx Fuchsia. HEX triplet: C3, 75 and BA. RGB value is (195,117,186). Sum of RGB (Red+Green+Blue) = 195+117+186=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C375BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375BA is #3C8A45. Grayscale: #939393. Windows color (decimal): -3967558 or 12219843. OLE color: 12219843.

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

Color convert

RGB195117186-
CMYK00.40.050.24
HSL306.92º39.39%61.18%-
HSV(B)306.92º40%76.47%-
XYZ37.7327.8749.85-
YUV148.19149.34161.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 117 (46.09% from 255) = 23.49%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=39.16%
G=23.49%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511718600.40.050.24306.9239.3961.18
HexC375BA028518133273d
Octal3031652720505304634775
Binary11000011111010110111010010100010111000100110011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375BA; }

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

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

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

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

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

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

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

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