#C343BD

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

Shades of Fuchsia #C343BD

Tints of Fuchsia #C343BD

Color information

#C343BD (or 0xC343BD) is unknown color: approx Fuchsia. HEX triplet: C3, 43 and BD. RGB value is (195,67,189). Sum of RGB (Red+Green+Blue) = 195+67+189=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C343BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343BD is #3CBC42. Grayscale: #767676. Windows color (decimal): -3980355 or 12403651. OLE color: 12403651.

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

Color convert

RGB19567189-
CMYK00.660.030.24
HSL302.81º51.61%51.37%-
HSV(B)302.81º65.64%76.47%-
XYZ33.719.2950.09-
YUV119.18167.41182.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 67 (26.56% from 255) = 14.86%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=43.24%
G=14.86%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956718900.660.030.24302.8151.6151.37
HexC343BD04231812f3433
Octal30310327501023304576463
Binary11000011100001110111101010000101111000100101111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C343BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C343BD; }

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

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

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

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

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

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

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

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