#C35AB2

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

Shades of Fuchsia #C35AB2

Tints of Fuchsia #C35AB2

Color information

#C35AB2 (or 0xC35AB2) is unknown color: approx Fuchsia. HEX triplet: C3, 5A and B2. RGB value is (195,90,178). Sum of RGB (Red+Green+Blue) = 195+90+178=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AB2 is #3CA54D. Grayscale: #838383. Windows color (decimal): -3974478 or 11688643. OLE color: 11688643.

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

Color convert

RGB19590178-
CMYK00.540.090.24
HSL309.71º46.67%55.88%-
HSV(B)309.71º53.85%76.47%-
XYZ34.222.1344.59-
YUV131.43154.29173.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 90 (35.55% from 255) = 19.44%
BLUE value IS 178 (69.92% from 255) = 38.44%
R=42.12%
G=19.44%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959017800.540.090.24309.7146.6755.88
HexC35AB20369181362f38
Octal30313226206611304665770
Binary110000111011010101100100110110100111000100110110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35AB2; }

 p { color: rgb(195,90,178); }

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

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

 a { background-color: rgb(195,90,178); }

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

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

 span { border-color: rgb(195,90,178); }

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