#C371BA

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

Shades of Fuchsia #C371BA

Tints of Fuchsia #C371BA

Color information

#C371BA (or 0xC371BA) is unknown color: approx Fuchsia. HEX triplet: C3, 71 and BA. RGB value is (195,113,186). Sum of RGB (Red+Green+Blue) = 195+113+186=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C371BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371BA is #3C8E45. Grayscale: #919191. Windows color (decimal): -3968582 or 12218819. OLE color: 12218819.

HSL color Cylindrical-coordinate representation of color #C371BA: hue angle of 306.59º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C371BA is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195113186-
CMYK00.420.050.24
HSL306.59º40.59%60.39%-
HSV(B)306.59º42.05%76.47%-
XYZ37.2726.9649.69-
YUV145.84150.67163.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=39.47%
G=22.87%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511318600.420.050.24306.5940.5960.39
HexC371BA02A518133293c
Octal3031612720525304635174
Binary11000011111000110111010010101010111000100110011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C371BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C371BA; }

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

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

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

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

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

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

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

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