#C353CA

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

Shades of Fuchsia #C353CA

Tints of Fuchsia #C353CA

Color information

#C353CA (or 0xC353CA) is unknown color: approx Fuchsia. HEX triplet: C3, 53 and CA. RGB value is (195,83,202). Sum of RGB (Red+Green+Blue) = 195+83+202=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #C353CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353CA is #3CAC35. Grayscale: #818181. Windows color (decimal): -3976246 or 13259715. OLE color: 13259715.

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

Color convert

RGB19583202-
CMYK0.030.5900.21
HSL296.47º52.89%55.88%-
HSV(B)296.47º58.91%79.22%-
XYZ36.2622.0558.22-
YUV130.05168.61174.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 83 (32.81% from 255) = 17.29%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=40.62%
G=17.29%
B=42.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195832020.030.5900.21296.4752.8955.88
HexC353CA33B0151283538
Octal3031233123730254506570
Binary1100001110100111100101011111011010101100101000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C353CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C353CA; }

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

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

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

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

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

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

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

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