#C345B9

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

Shades of Fuchsia #C345B9

Tints of Fuchsia #C345B9

Color information

#C345B9 (or 0xC345B9) is unknown color: approx Fuchsia. HEX triplet: C3, 45 and B9. RGB value is (195,69,185). Sum of RGB (Red+Green+Blue) = 195+69+185=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C345B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345B9 is #3CBA46. Grayscale: #777777. Windows color (decimal): -3979847 or 12142019. OLE color: 12142019.

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

Color convert

RGB19569185-
CMYK00.650.050.24
HSL304.76º51.22%51.76%-
HSV(B)304.76º64.62%76.47%-
XYZ33.3919.3647.88-
YUV119.9164.74181.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 69 (27.34% from 255) = 15.37%
BLUE value IS 185 (72.66% from 255) = 41.20%
R=43.43%
G=15.37%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956918500.650.050.24304.7651.2251.76
HexC345B90415181313334
Octal30310527101015304616364
Binary110000111000101101110010100000110111000100110001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345B9; }

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

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

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

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

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

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

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

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