#C25AAE

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

Shades of Fuchsia #C25AAE

Tints of Fuchsia #C25AAE

Color information

#C25AAE (or 0xC25AAE) is unknown color: approx Fuchsia. HEX triplet: C2, 5A and AE. RGB value is (194,90,174). Sum of RGB (Red+Green+Blue) = 194+90+174=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AAE is #3DA551. Grayscale: #828282. Windows color (decimal): -4040018 or 11426498. OLE color: 11426498.

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

Color convert

RGB19490174-
CMYK00.540.100.24
HSL311.54º46.02%55.69%-
HSV(B)311.54º53.61%76.08%-
XYZ33.5421.8442.49-
YUV130.67152.46173.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.36%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=42.36%
G=19.65%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949017400.540.100.24311.5446.0255.69
HexC25AAE036A181382e38
Octal30213225606612304705670
Binary110000101011010101011100110110101011000100111000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25AAE; }

 p { color: rgb(194,90,174); }

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

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

 a { background-color: rgb(194,90,174); }

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

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

 span { border-color: rgb(194,90,174); }

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