#C364BE

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

Shades of Fuchsia #C364BE

Tints of Fuchsia #C364BE

Color information

#C364BE (or 0xC364BE) is unknown color: approx Fuchsia. HEX triplet: C3, 64 and BE. RGB value is (195,100,190). Sum of RGB (Red+Green+Blue) = 195+100+190=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C364BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364BE is #3C9B41. Grayscale: #8A8A8A. Windows color (decimal): -3971906 or 12477635. OLE color: 12477635.

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

Color convert

RGB195100190-
CMYK00.490.030.24
HSL303.16º44.19%57.84%-
HSV(B)303.16º48.72%76.47%-
XYZ36.3624.4351.52-
YUV138.66156.97168.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=40.21%
G=20.62%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510019000.490.030.24303.1644.1957.84
HexC364BE03131812f2c3a
Octal3031442760613304575472
Binary1100001111001001011111001100011111000100101111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C364BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C364BE; }

 p { color: rgb(195,100,190); }

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

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

 a { background-color: rgb(195,100,190); }

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

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

 span { border-color: rgb(195,100,190); }

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