#C342BD

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

Shades of Fuchsia #C342BD

Tints of Fuchsia #C342BD

Color information

#C342BD (or 0xC342BD) is unknown color: approx Fuchsia. HEX triplet: C3, 42 and BD. RGB value is (195,66,189). Sum of RGB (Red+Green+Blue) = 195+66+189=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C342BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342BD is #3CBD42. Grayscale: #767676. Windows color (decimal): -3980611 or 12403395. OLE color: 12403395.

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

Color convert

RGB19566189-
CMYK00.660.030.24
HSL302.79º51.81%51.18%-
HSV(B)302.79º66.15%76.47%-
XYZ33.6419.1750.07-
YUV118.59167.74182.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 66 (26.17% from 255) = 14.67%
BLUE value IS 189 (74.22% from 255) = 42%
R=43.33%
G=14.67%
B=42%

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
Decimal1956618900.660.030.24302.7951.8151.18
HexC342BD04231812f3433
Octal30310227501023304576463
Binary11000011100001010111101010000101111000100101111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C342BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C342BD; }

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

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

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

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

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

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

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

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