#C345AF

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

Shades of Fuchsia #C345AF

Tints of Fuchsia #C345AF

Color information

#C345AF (or 0xC345AF) is unknown color: approx Fuchsia. HEX triplet: C3, 45 and AF. RGB value is (195,69,175). Sum of RGB (Red+Green+Blue) = 195+69+175=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C345AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C345AF is #3CBA50. Grayscale: #767676. Windows color (decimal): -3979857 or 11486659. OLE color: 11486659.

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

Color convert

RGB19569175-
CMYK00.650.100.24
HSL309.52º51.22%51.76%-
HSV(B)309.52º64.62%76.47%-
XYZ32.3718.9542.51-
YUV118.76159.74182.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.42%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=44.42%
G=15.72%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956917500.650.100.24309.5251.2251.76
HexC345AF041A181363334
Octal303105257010112304666364
Binary1100001110001011010111101000001101011000100110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345AF; }

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

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

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

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

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

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

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

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