#C35CC4

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

Shades of Fuchsia #C35CC4

Tints of Fuchsia #C35CC4

Color information

#C35CC4 (or 0xC35CC4) is unknown color: approx Fuchsia. HEX triplet: C3, 5C and C4. RGB value is (195,92,196). Sum of RGB (Red+Green+Blue) = 195+92+196=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #C35CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CC4 is #3CA33B. Grayscale: #868686. Windows color (decimal): -3973948 or 12868803. OLE color: 12868803.

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

Color convert

RGB19592196-
CMYK0.010.5300.23
HSL299.42º46.85%56.47%-
HSV(B)299.42º53.06%76.86%-
XYZ36.323.2454.8-
YUV134.65162.62171.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=40.37%
G=19.05%
B=40.58%

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
Decimal195921960.010.5300.23299.4246.8556.47
HexC35CC413501712b2f38
Octal3031343041650274535770
Binary110000111011100110001001110101010111100101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35CC4; }

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

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

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

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

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

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

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

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