#C35EAB

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

Shades of Fuchsia #C35EAB

Tints of Fuchsia #C35EAB

Color information

#C35EAB (or 0xC35EAB) is unknown color: approx Fuchsia. HEX triplet: C3, 5E and AB. RGB value is (195,94,171). Sum of RGB (Red+Green+Blue) = 195+94+171=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C35EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35EAB is #3CA154. Grayscale: #848484. Windows color (decimal): -3973461 or 11230915. OLE color: 11230915.

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

Color convert

RGB19594171-
CMYK00.520.120.24
HSL314.26º45.7%56.67%-
HSV(B)314.26º51.79%76.47%-
XYZ33.8622.5541.1-
YUV132.98149.46172.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=42.39%
G=20.43%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959417100.520.120.24314.2645.756.67
HexC35EAB034C1813a2e39
Octal30313625306414304725671
Binary110000111011110101010110110100110011000100111010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35EAB; }

 p { color: rgb(195,94,171); }

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

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

 a { background-color: rgb(195,94,171); }

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

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

 span { border-color: rgb(195,94,171); }

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