#C335AA

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

Shades of Fuchsia #C335AA

Tints of Fuchsia #C335AA

Color information

#C335AA (or 0xC335AA) is unknown color: approx Fuchsia. HEX triplet: C3, 35 and AA. RGB value is (195,53,170). Sum of RGB (Red+Green+Blue) = 195+53+170=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C335AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C335AA is #3CCA55. Grayscale: #6C6C6C. Windows color (decimal): -3983958 or 11154883. OLE color: 11154883.

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

Color convert

RGB19553170-
CMYK00.730.130.24
HSL310.56º57.26%48.63%-
HSV(B)310.56º72.82%76.47%-
XYZ31.0317.0539.69-
YUV108.8162.54189.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.65%
GREEN value IS 53 (21.09% from 255) = 12.68%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=46.65%
G=12.68%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955317000.730.130.24310.5657.2648.63
HexC335AA049D181373931
Octal30365252011115304677161
Binary110000111101011010101001001001110111000100110111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C335AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C335AA; }

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

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

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

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

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

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

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

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