#C35FCA

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

Shades of Fuchsia #C35FCA

Tints of Fuchsia #C35FCA

Color information

#C35FCA (or 0xC35FCA) is unknown color: approx Fuchsia. HEX triplet: C3, 5F and CA. RGB value is (195,95,202). Sum of RGB (Red+Green+Blue) = 195+95+202=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #C35FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35FCA is #3CA035. Grayscale: #888888. Windows color (decimal): -3973174 or 13262787. OLE color: 13262787.

HSL color Cylindrical-coordinate representation of color #C35FCA: hue angle of 296.07º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35FCA is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19595202-
CMYK0.030.5300.21
HSL296.07º50.23%58.24%-
HSV(B)296.07º52.97%79.22%-
XYZ37.2624.0558.56-
YUV137.1164.63169.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 95 (37.5% from 255) = 19.31%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=39.63%
G=19.31%
B=41.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195952020.030.5300.21296.0750.2358.24
HexC35FCA335015128323a
Octal3031373123650254506272
Binary1100001110111111100101011110101010101100101000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35FCA; }

 p { color: rgb(195,95,202); }

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

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

 a { background-color: rgb(195,95,202); }

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

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

 span { border-color: rgb(195,95,202); }

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