#C371B0

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

Shades of Fuchsia #C371B0

Tints of Fuchsia #C371B0

Color information

#C371B0 (or 0xC371B0) is unknown color: approx Fuchsia. HEX triplet: C3, 71 and B0. RGB value is (195,113,176). Sum of RGB (Red+Green+Blue) = 195+113+176=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C371B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C371B0 is #3C8E4F. Grayscale: #909090. Windows color (decimal): -3968592 or 11563459. OLE color: 11563459.

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

Color convert

RGB195113176-
CMYK00.420.100.24
HSL313.9º40.59%60.39%-
HSV(B)313.9º42.05%76.47%-
XYZ36.2526.5544.29-
YUV144.7145.67163.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=40.29%
G=23.35%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511317600.420.100.24313.940.5960.39
HexC371B002AA1813a293c
Octal30316126005212304725174
Binary110000111110001101100000101010101011000100111010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C371B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C371B0; }

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

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

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

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

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

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

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

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