#C255AA

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

Shades of Fuchsia #C255AA

Tints of Fuchsia #C255AA

Color information

#C255AA (or 0xC255AA) is unknown color: approx Fuchsia. HEX triplet: C2, 55 and AA. RGB value is (194,85,170). Sum of RGB (Red+Green+Blue) = 194+85+170=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C255AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255AA is #3DAA55. Grayscale: #7F7F7F. Windows color (decimal): -4041302 or 11163074. OLE color: 11163074.

HSL color Cylindrical-coordinate representation of color #C255AA: hue angle of 313.21º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C255AA is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19485170-
CMYK00.560.120.24
HSL313.21º47.19%54.71%-
HSV(B)313.21º56.19%76.08%-
XYZ32.7520.8740.33-
YUV127.28152.11175.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=43.21%
G=18.93%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948517000.560.120.24313.2147.1954.71
HexC255AA038C181392f37
Octal30212525207014304715767
Binary110000101010101101010100111000110011000100111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C255AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C255AA; }

 p { color: rgb(194,85,170); }

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

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

 a { background-color: rgb(194,85,170); }

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

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

 span { border-color: rgb(194,85,170); }

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