#C35DC4

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

Shades of Fuchsia #C35DC4

Tints of Fuchsia #C35DC4

Color information

#C35DC4 (or 0xC35DC4) is unknown color: approx Fuchsia. HEX triplet: C3, 5D and C4. RGB value is (195,93,196). Sum of RGB (Red+Green+Blue) = 195+93+196=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #C35DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DC4 is #3CA23B. Grayscale: #868686. Windows color (decimal): -3973692 or 12869059. OLE color: 12869059.

HSL color Cylindrical-coordinate representation of color #C35DC4: hue angle of 299.42º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35DC4 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19593196-
CMYK0.010.5300.23
HSL299.42º46.61%56.67%-
HSV(B)299.42º52.55%76.86%-
XYZ36.3823.4254.83-
YUV135.24162.29170.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 93 (36.72% from 255) = 19.21%
BLUE value IS 196 (76.95% from 255) = 40.50%
R=40.29%
G=19.21%
B=40.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal195931960.010.5300.23299.4246.6156.67
HexC35DC413501712b2f39
Octal3031353041650274535771
Binary110000111011101110001001110101010111100101011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35DC4; }

 p { color: rgb(195,93,196); }

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

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

 a { background-color: rgb(195,93,196); }

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

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

 span { border-color: rgb(195,93,196); }

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