#C35FAA

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

Shades of Fuchsia #C35FAA

Tints of Fuchsia #C35FAA

Color information

#C35FAA (or 0xC35FAA) is unknown color: approx Fuchsia. HEX triplet: C3, 5F and AA. RGB value is (195,95,170). Sum of RGB (Red+Green+Blue) = 195+95+170=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C35FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35FAA is #3CA055. Grayscale: #858585. Windows color (decimal): -3973206 or 11165635. OLE color: 11165635.

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

Color convert

RGB19595170-
CMYK00.510.130.24
HSL315º45.45%56.86%-
HSV(B)315º51.28%76.47%-
XYZ33.8522.6940.63-
YUV133.45148.63171.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 95 (37.5% from 255) = 20.65%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=42.39%
G=20.65%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959517000.510.130.2431545.4556.86
HexC35FAA033D1813b2d39
Octal30313725206315304735571
Binary110000111011111101010100110011110111000100111011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35FAA; }

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

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

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

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

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

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

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

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