#C342B7

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

Shades of Fuchsia #C342B7

Tints of Fuchsia #C342B7

Color information

#C342B7 (or 0xC342B7) is unknown color: approx Fuchsia. HEX triplet: C3, 42 and B7. RGB value is (195,66,183). Sum of RGB (Red+Green+Blue) = 195+66+183=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C342B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342B7 is #3CBD48. Grayscale: #757575. Windows color (decimal): -3980617 or 12010179. OLE color: 12010179.

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

Color convert

RGB19566183-
CMYK00.660.060.24
HSL305.58º51.81%51.18%-
HSV(B)305.58º66.15%76.47%-
XYZ3318.9246.71-
YUV117.91164.74182.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.92%
GREEN value IS 66 (26.17% from 255) = 14.86%
BLUE value IS 183 (71.88% from 255) = 41.22%
R=43.92%
G=14.86%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956618300.660.060.24305.5851.8151.18
HexC342B70426181323433
Octal30310226701026304626463
Binary110000111000010101101110100001011011000100110010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C342B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C342B7; }

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

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

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

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

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

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

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

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