#C350A8

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

Shades of Fuchsia #C350A8

Tints of Fuchsia #C350A8

Color information

#C350A8 (or 0xC350A8) is unknown color: approx Fuchsia. HEX triplet: C3, 50 and A8. RGB value is (195,80,168). Sum of RGB (Red+Green+Blue) = 195+80+168=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C350A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C350A8 is #3CAF57. Grayscale: #7C7C7C. Windows color (decimal): -3977048 or 11030723. OLE color: 11030723.

HSL color Cylindrical-coordinate representation of color #C350A8: hue angle of 314.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C350A8 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19580168-
CMYK00.590.140.24
HSL314.09º48.94%53.92%-
HSV(B)314.09º58.97%76.47%-
XYZ32.4420.1739.23-
YUV124.42152.6178.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.02%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 168 (66.02% from 255) = 37.92%
R=44.02%
G=18.06%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958016800.590.140.24314.0948.9453.92
HexC350A803BE1813a3136
Octal30312025007316304726166
Binary110000111010000101010000111011111011000100111010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C350A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C350A8; }

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

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

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

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

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

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

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

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