#C341A9

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

Shades of Fuchsia #C341A9

Tints of Fuchsia #C341A9

Color information

#C341A9 (or 0xC341A9) is unknown color: approx Fuchsia. HEX triplet: C3, 41 and A9. RGB value is (195,65,169). Sum of RGB (Red+Green+Blue) = 195+65+169=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C341A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C341A9 is #3CBE56. Grayscale: #737373. Windows color (decimal): -3980887 or 11092419. OLE color: 11092419.

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

Color convert

RGB19565169-
CMYK00.670.130.24
HSL312º52%50.98%-
HSV(B)312º66.67%76.47%-
XYZ31.5618.2539.39-
YUV115.73158.07184.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 65 (25.78% from 255) = 15.15%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=45.45%
G=15.15%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956516900.670.130.243125250.98
HexC341A9043D181383433
Octal303101251010315304706463
Binary1100001110000011010100101000011110111000100111000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C341A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C341A9; }

 p { color: rgb(195,65,169); }

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

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

 a { background-color: rgb(195,65,169); }

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

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

 span { border-color: rgb(195,65,169); }

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