#C345BC

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

Shades of Fuchsia #C345BC

Tints of Fuchsia #C345BC

Color information

#C345BC (or 0xC345BC) is unknown color: approx Fuchsia. HEX triplet: C3, 45 and BC. RGB value is (195,69,188). Sum of RGB (Red+Green+Blue) = 195+69+188=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C345BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345BC is #3CBA43. Grayscale: #777777. Windows color (decimal): -3979844 or 12338627. OLE color: 12338627.

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

Color convert

RGB19569188-
CMYK00.650.040.24
HSL303.33º51.22%51.76%-
HSV(B)303.33º64.62%76.47%-
XYZ33.7119.4949.56-
YUV120.24166.24181.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 69 (27.34% from 255) = 15.27%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=43.14%
G=15.27%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956918800.650.040.24303.3351.2251.76
HexC345BC04141812f3334
Octal30310527401014304576364
Binary110000111000101101111000100000110011000100101111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345BC; }

 p { color: rgb(195,69,188); }

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

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

 a { background-color: rgb(195,69,188); }

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

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

 span { border-color: rgb(195,69,188); }

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