#C35EA7

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

Shades of Fuchsia #C35EA7

Tints of Fuchsia #C35EA7

Color information

#C35EA7 (or 0xC35EA7) is unknown color: approx Fuchsia. HEX triplet: C3, 5E and A7. RGB value is (195,94,167). Sum of RGB (Red+Green+Blue) = 195+94+167=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C35EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35EA7 is #3CA158. Grayscale: #848484. Windows color (decimal): -3973465 or 10968771. OLE color: 10968771.

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

Color convert

RGB19594167-
CMYK00.520.140.24
HSL316.63º45.7%56.67%-
HSV(B)316.63º51.79%76.47%-
XYZ33.4822.439.12-
YUV132.52147.46172.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 167 (65.62% from 255) = 36.62%
R=42.76%
G=20.61%
B=36.62%

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
Decimal1959416700.520.140.24316.6345.756.67
HexC35EA7034E1813d2e39
Octal30313624706416304755671
Binary110000111011110101001110110100111011000100111101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35EA7; }

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

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

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

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

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

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

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

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