#C351AA

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

Shades of Fuchsia #C351AA

Tints of Fuchsia #C351AA

Color information

#C351AA (or 0xC351AA) is unknown color: approx Fuchsia. HEX triplet: C3, 51 and AA. RGB value is (195,81,170). Sum of RGB (Red+Green+Blue) = 195+81+170=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C351AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C351AA is #3CAE55. Grayscale: #7C7C7C. Windows color (decimal): -3976790 or 11162051. OLE color: 11162051.

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

Color convert

RGB19581170-
CMYK00.580.130.24
HSL313.16º48.72%54.12%-
HSV(B)313.16º58.46%76.47%-
XYZ32.720.3940.24-
YUV125.23153.27177.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.72%
GREEN value IS 81 (32.03% from 255) = 18.16%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=43.72%
G=18.16%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958117000.580.130.24313.1648.7254.12
HexC351AA03AD181393136
Octal30312125207215304716166
Binary110000111010001101010100111010110111000100111001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C351AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C351AA; }

 p { color: rgb(195,81,170); }

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

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

 a { background-color: rgb(195,81,170); }

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

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

 span { border-color: rgb(195,81,170); }

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