#C35EA8

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

Shades of Fuchsia #C35EA8

Tints of Fuchsia #C35EA8

Color information

#C35EA8 (or 0xC35EA8) is unknown color: approx Fuchsia. HEX triplet: C3, 5E and A8. RGB value is (195,94,168). Sum of RGB (Red+Green+Blue) = 195+94+168=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C35EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35EA8 is #3CA157. Grayscale: #848484. Windows color (decimal): -3973464 or 11034307. OLE color: 11034307.

HSL color Cylindrical-coordinate representation of color #C35EA8: hue angle of 316.04º 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 #C35EA8 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19594168-
CMYK00.520.140.24
HSL316.04º45.7%56.67%-
HSV(B)316.04º51.79%76.47%-
XYZ33.5822.4339.61-
YUV132.64147.96172.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 168 (66.02% from 255) = 36.76%
R=42.67%
G=20.57%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959416800.520.140.24316.0445.756.67
HexC35EA8034E1813c2e39
Octal30313625006416304745671
Binary110000111011110101010000110100111011000100111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35EA8; }

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

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

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

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

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

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

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

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