#C45FAA

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

Shades of Fuchsia #C45FAA

Tints of Fuchsia #C45FAA

Color information

#C45FAA (or 0xC45FAA) is unknown color: approx Fuchsia. HEX triplet: C4, 5F and AA. RGB value is (196,95,170). Sum of RGB (Red+Green+Blue) = 196+95+170=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45FAA is #3BA055. Grayscale: #858585. Windows color (decimal): -3907670 or 11165636. OLE color: 11165636.

HSL color Cylindrical-coordinate representation of color #C45FAA: hue angle of 315.45º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45FAA is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19695170-
CMYK00.520.130.23
HSL315.45º46.12%57.06%-
HSV(B)315.45º51.53%76.86%-
XYZ34.1122.8240.64-
YUV133.75148.46172.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 95 (37.5% from 255) = 20.61%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=42.52%
G=20.61%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969517000.520.130.23315.4546.1257.06
HexC45FAA034D1713b2e39
Octal30413725206415274735671
Binary110001001011111101010100110100110110111100111011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45FAA; }

 p { color: rgb(196,95,170); }

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

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

 a { background-color: rgb(196,95,170); }

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

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

 span { border-color: rgb(196,95,170); }

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