#C350AA

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

Shades of Fuchsia #C350AA

Tints of Fuchsia #C350AA

Color information

#C350AA (or 0xC350AA) is unknown color: approx Fuchsia. HEX triplet: C3, 50 and AA. RGB value is (195,80,170). Sum of RGB (Red+Green+Blue) = 195+80+170=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C350AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C350AA is #3CAF55. Grayscale: #7C7C7C. Windows color (decimal): -3977046 or 11161795. OLE color: 11161795.

HSL color Cylindrical-coordinate representation of color #C350AA: hue angle of 313.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C350AA is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB19580170-
CMYK00.590.130.24
HSL313.04º48.94%53.92%-
HSV(B)313.04º58.97%76.47%-
XYZ32.6320.2440.22-
YUV124.64153.6178.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 80 (31.64% from 255) = 17.98%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=43.82%
G=17.98%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958017000.590.130.24313.0448.9453.92
HexC350AA03BD181393136
Octal30312025207315304716166
Binary110000111010000101010100111011110111000100111001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C350AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C350AA; }

 p { color: rgb(195,80,170); }

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

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

 a { background-color: rgb(195,80,170); }

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

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

 span { border-color: rgb(195,80,170); }

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