#C347BD

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

Shades of Fuchsia #C347BD

Tints of Fuchsia #C347BD

Color information

#C347BD (or 0xC347BD) is unknown color: approx Fuchsia. HEX triplet: C3, 47 and BD. RGB value is (195,71,189). Sum of RGB (Red+Green+Blue) = 195+71+189=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C347BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347BD is #3CB842. Grayscale: #797979. Windows color (decimal): -3979331 or 12404675. OLE color: 12404675.

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

Color convert

RGB19571189-
CMYK00.640.030.24
HSL302.9º50.82%52.16%-
HSV(B)302.9º63.59%76.47%-
XYZ33.9419.7850.17-
YUV121.53166.08180.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 71 (28.12% from 255) = 15.60%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=42.86%
G=15.60%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957118900.640.030.24302.950.8252.16
HexC347BD04031812f3334
Octal30310727501003304576364
Binary11000011100011110111101010000001111000100101111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C347BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C347BD; }

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

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

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

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

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

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

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

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