#C365A9

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

Shades of Fuchsia #C365A9

Tints of Fuchsia #C365A9

Color information

#C365A9 (or 0xC365A9) is unknown color: approx Fuchsia. HEX triplet: C3, 65 and A9. RGB value is (195,101,169). Sum of RGB (Red+Green+Blue) = 195+101+169=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C365A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C365A9 is #3C9A56. Grayscale: #888888. Windows color (decimal): -3971671 or 11101635. OLE color: 11101635.

HSL color Cylindrical-coordinate representation of color #C365A9: hue angle of 316.6º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C365A9 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195101169-
CMYK00.480.130.24
HSL316.6º43.93%58.04%-
HSV(B)316.6º48.21%76.47%-
XYZ34.3223.7740.32-
YUV136.86146.14169.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=41.94%
G=21.72%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510116900.480.130.24316.643.9358.04
HexC365A9030D1813d2c3a
Octal30314525106015304755472
Binary110000111100101101010010110000110111000100111101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365A9; }

 p { color: rgb(195,101,169); }

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

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

 a { background-color: rgb(195,101,169); }

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

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

 span { border-color: rgb(195,101,169); }

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