#C355CA

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

Shades of Fuchsia #C355CA

Tints of Fuchsia #C355CA

Color information

#C355CA (or 0xC355CA) is unknown color: approx Fuchsia. HEX triplet: C3, 55 and CA. RGB value is (195,85,202). Sum of RGB (Red+Green+Blue) = 195+85+202=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #C355CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355CA is #3CAA35. Grayscale: #828282. Windows color (decimal): -3975734 or 13260227. OLE color: 13260227.

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

Color convert

RGB19585202-
CMYK0.030.5800.21
HSL296.41º52.47%56.27%-
HSV(B)296.41º57.92%79.22%-
XYZ36.4122.3658.27-
YUV131.23167.94173.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 85 (33.59% from 255) = 17.63%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=40.46%
G=17.63%
B=41.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195852020.030.5800.21296.4152.4756.27
HexC355CA33A0151283438
Octal3031253123720254506470
Binary1100001110101011100101011111010010101100101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C355CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C355CA; }

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

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

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

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

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

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

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

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