#C365AB

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

Shades of Fuchsia #C365AB

Tints of Fuchsia #C365AB

Color information

#C365AB (or 0xC365AB) is unknown color: approx Fuchsia. HEX triplet: C3, 65 and AB. RGB value is (195,101,171). Sum of RGB (Red+Green+Blue) = 195+101+171=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C365AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C365AB is #3C9A54. Grayscale: #888888. Windows color (decimal): -3971669 or 11232707. OLE color: 11232707.

HSL color Cylindrical-coordinate representation of color #C365AB: hue angle of 315.32º 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 #C365AB is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195101171-
CMYK00.480.120.24
HSL315.32º43.93%58.04%-
HSV(B)315.32º48.21%76.47%-
XYZ34.5123.8541.31-
YUV137.09147.14169.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 101 (39.84% from 255) = 21.63%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=41.76%
G=21.63%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510117100.480.120.24315.3243.9358.04
HexC365AB030C1813b2c3a
Octal30314525306014304735472
Binary110000111100101101010110110000110011000100111011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365AB; }

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

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

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

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

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

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

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

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