#C35DC1

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

Shades of Fuchsia #C35DC1

Tints of Fuchsia #C35DC1

Color information

#C35DC1 (or 0xC35DC1) is unknown color: approx Fuchsia. HEX triplet: C3, 5D and C1. RGB value is (195,93,193). Sum of RGB (Red+Green+Blue) = 195+93+193=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DC1 is #3CA23E. Grayscale: #868686. Windows color (decimal): -3973695 or 12672451. OLE color: 12672451.

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

Color convert

RGB19593193-
CMYK00.520.010.24
HSL301.18º45.95%56.47%-
HSV(B)301.18º52.31%76.47%-
XYZ36.0523.2853.05-
YUV134.9160.79170.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 93 (36.72% from 255) = 19.33%
BLUE value IS 193 (75.78% from 255) = 40.12%
R=40.54%
G=19.33%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959319300.520.010.24301.1845.9556.47
HexC35DC103411812d2e38
Octal3031353010641304555670
Binary110000111011101110000010110100111000100101101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35DC1; }

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

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

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

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

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

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

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

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