#C25CAA

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

Shades of Fuchsia #C25CAA

Tints of Fuchsia #C25CAA

Color information

#C25CAA (or 0xC25CAA) is unknown color: approx Fuchsia. HEX triplet: C2, 5C and AA. RGB value is (194,92,170). Sum of RGB (Red+Green+Blue) = 194+92+170=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25CAA is #3DA355. Grayscale: #838383. Windows color (decimal): -4039510 or 11164866. OLE color: 11164866.

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

Color convert

RGB19492170-
CMYK00.530.120.24
HSL314.12º45.54%56.08%-
HSV(B)314.12º52.58%76.08%-
XYZ33.3322.0340.52-
YUV131.39149.79172.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=42.54%
G=20.18%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949217000.530.120.24314.1245.5456.08
HexC25CAA035C1813a2e38
Octal30213425206514304725670
Binary110000101011100101010100110101110011000100111010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25CAA; }

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

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

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

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

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

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

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

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