#C342B9

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

Shades of Fuchsia #C342B9

Tints of Fuchsia #C342B9

Color information

#C342B9 (or 0xC342B9) is unknown color: approx Fuchsia. HEX triplet: C3, 42 and B9. RGB value is (195,66,185). Sum of RGB (Red+Green+Blue) = 195+66+185=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C342B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342B9 is #3CBD46. Grayscale: #757575. Windows color (decimal): -3980615 or 12141251. OLE color: 12141251.

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

Color convert

RGB19566185-
CMYK00.660.050.24
HSL304.65º51.81%51.18%-
HSV(B)304.65º66.15%76.47%-
XYZ33.211947.82-
YUV118.14165.74182.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.72%
GREEN value IS 66 (26.17% from 255) = 14.80%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=43.72%
G=14.80%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956618500.660.050.24304.6551.8151.18
HexC342B90425181313433
Octal30310227101025304616463
Binary110000111000010101110010100001010111000100110001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C342B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C342B9; }

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

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

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

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

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

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

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

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