#C340BE

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

Shades of Fuchsia #C340BE

Tints of Fuchsia #C340BE

Color information

#C340BE (or 0xC340BE) is unknown color: approx Fuchsia. HEX triplet: C3, 40 and BE. RGB value is (195,64,190). Sum of RGB (Red+Green+Blue) = 195+64+190=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C340BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340BE is #3CBF41. Grayscale: #757575. Windows color (decimal): -3981122 or 12468419. OLE color: 12468419.

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

Color convert

RGB19564190-
CMYK00.670.030.24
HSL302.29º52.19%50.78%-
HSV(B)302.29º67.18%76.47%-
XYZ33.6318.9950.61-
YUV117.53168.9183.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 64 (25.39% from 255) = 14.25%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=43.43%
G=14.25%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956419000.670.030.24302.2952.1950.78
HexC340BE04331812e3433
Octal30310027601033304566463
Binary11000011100000010111110010000111111000100101110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C340BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C340BE; }

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

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

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

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

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

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

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

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