#C340BD

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

Shades of Fuchsia #C340BD

Tints of Fuchsia #C340BD

Color information

#C340BD (or 0xC340BD) is unknown color: approx Fuchsia. HEX triplet: C3, 40 and BD. RGB value is (195,64,189). Sum of RGB (Red+Green+Blue) = 195+64+189=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C340BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340BD is #3CBF42. Grayscale: #757575. Windows color (decimal): -3981123 or 12402883. OLE color: 12402883.

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

Color convert

RGB19564189-
CMYK00.670.030.24
HSL302.75º52.19%50.78%-
HSV(B)302.75º67.18%76.47%-
XYZ33.5218.9450.03-
YUV117.42168.4183.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 64 (25.39% from 255) = 14.29%
BLUE value IS 189 (74.22% from 255) = 42.19%
R=43.53%
G=14.29%
B=42.19%

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
Decimal1956418900.670.030.24302.7552.1950.78
HexC340BD04331812f3433
Octal30310027501033304576463
Binary11000011100000010111101010000111111000100101111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C340BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C340BD; }

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

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

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

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

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

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

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

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