#C371C0

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

Shades of Fuchsia #C371C0

Tints of Fuchsia #C371C0

Color information

#C371C0 (or 0xC371C0) is unknown color: approx Fuchsia. HEX triplet: C3, 71 and C0. RGB value is (195,113,192). Sum of RGB (Red+Green+Blue) = 195+113+192=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C371C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371C0 is #3C8E3F. Grayscale: #929292. Windows color (decimal): -3968576 or 12612035. OLE color: 12612035.

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

Color convert

RGB195113192-
CMYK00.420.020.24
HSL302.2º40.59%60.39%-
HSV(B)302.2º42.05%76.47%-
XYZ37.9327.2253.12-
YUV146.52153.67162.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 192 (75.39% from 255) = 38.4%
R=39%
G=22.6%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511319200.420.020.24302.240.5960.39
HexC371C002A21812e293c
Octal3031613000522304565174
Binary1100001111100011100000001010101011000100101110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C371C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C371C0; }

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

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

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

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

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

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

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

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