#C344AD

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

Shades of Fuchsia #C344AD

Tints of Fuchsia #C344AD

Color information

#C344AD (or 0xC344AD) is unknown color: approx Fuchsia. HEX triplet: C3, 44 and AD. RGB value is (195,68,173). Sum of RGB (Red+Green+Blue) = 195+68+173=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C344AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344AD is #3CBB52. Grayscale: #757575. Windows color (decimal): -3980115 or 11355331. OLE color: 11355331.

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

Color convert

RGB19568173-
CMYK00.650.110.24
HSL310.39º51.42%51.57%-
HSV(B)310.39º65.13%76.47%-
XYZ32.1218.7541.46-
YUV117.94159.08182.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 68 (26.95% from 255) = 15.60%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=44.72%
G=15.60%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956817300.650.110.24310.3951.4251.57
HexC344AD041B181363334
Octal303104255010113304666364
Binary1100001110001001010110101000001101111000100110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C344AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C344AD; }

 p { color: rgb(195,68,173); }

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

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

 a { background-color: rgb(195,68,173); }

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

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

 span { border-color: rgb(195,68,173); }

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