#C365B9

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

Shades of Fuchsia #C365B9

Tints of Fuchsia #C365B9

Color information

#C365B9 (or 0xC365B9) is unknown color: approx Fuchsia. HEX triplet: C3, 65 and B9. RGB value is (195,101,185). Sum of RGB (Red+Green+Blue) = 195+101+185=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C365B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365B9 is #3C9A46. Grayscale: #8A8A8A. Windows color (decimal): -3971655 or 12150211. OLE color: 12150211.

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

Color convert

RGB195101185-
CMYK00.480.050.24
HSL306.38º43.93%58.04%-
HSV(B)306.38º48.21%76.47%-
XYZ35.9224.4148.72-
YUV138.68154.14168.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 185 (72.66% from 255) = 38.46%
R=40.54%
G=21.00%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510118500.480.050.24306.3843.9358.04
HexC365B90305181322c3a
Octal3031452710605304625472
Binary11000011110010110111001011000010111000100110010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365B9; }

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

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

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

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

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

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

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

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