#C371C4

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

Shades of Fuchsia #C371C4

Tints of Fuchsia #C371C4

Color information

#C371C4 (or 0xC371C4) is unknown color: approx Fuchsia. HEX triplet: C3, 71 and C4. RGB value is (195,113,196). Sum of RGB (Red+Green+Blue) = 195+113+196=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #C371C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371C4 is #3C8E3B. Grayscale: #929292. Windows color (decimal): -3968572 or 12874179. OLE color: 12874179.

HSL color Cylindrical-coordinate representation of color #C371C4: hue angle of 299.28º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C371C4 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB195113196-
CMYK0.010.4200.23
HSL299.28º41.29%60.59%-
HSV(B)299.28º42.35%76.86%-
XYZ38.3727.455.49-
YUV146.98155.67162.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=38.69%
G=22.42%
B=38.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951131960.010.4200.23299.2841.2960.59
HexC371C412A01712b293d
Octal3031613041520274535175
Binary110000111110001110001001101010010111100101011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C371C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C371C4; }

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

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

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

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

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

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

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

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