#C341A8

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

Shades of Fuchsia #C341A8

Tints of Fuchsia #C341A8

Color information

#C341A8 (or 0xC341A8) is unknown color: approx Fuchsia. HEX triplet: C3, 41 and A8. RGB value is (195,65,168). Sum of RGB (Red+Green+Blue) = 195+65+168=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C341A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C341A8 is #3CBE57. Grayscale: #737373. Windows color (decimal): -3980888 or 11026883. OLE color: 11026883.

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

Color convert

RGB19565168-
CMYK00.670.140.24
HSL312.46º52%50.98%-
HSV(B)312.46º66.67%76.47%-
XYZ31.4618.2138.9-
YUV115.61157.57184.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 65 (25.78% from 255) = 15.19%
BLUE value IS 168 (66.02% from 255) = 39.25%
R=45.56%
G=15.19%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956516800.670.140.24312.465250.98
HexC341A8043E181383433
Octal303101250010316304706463
Binary1100001110000011010100001000011111011000100111000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C341A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C341A8; }

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

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

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

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

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

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

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

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