#CA51AA

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

Shades of Fuchsia #CA51AA

Tints of Fuchsia #CA51AA

Color information

#CA51AA (or 0xCA51AA) is unknown color: approx Fuchsia. HEX triplet: CA, 51 and AA. RGB value is (202,81,170). Sum of RGB (Red+Green+Blue) = 202+81+170=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51AA is #35AE55. Grayscale: #7F7F7F. Windows color (decimal): -3518038 or 11162058. OLE color: 11162058.

HSL color Cylindrical-coordinate representation of color #CA51AA: hue angle of 315.87º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51AA is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB20281170-
CMYK00.600.160.21
HSL315.87º53.3%55.49%-
HSV(B)315.87º59.9%79.22%-
XYZ34.5621.3440.33-
YUV127.32152.09181.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=44.59%
G=17.88%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028117000.600.160.21315.8753.355.49
HexCA51AA03C101513c3537
Octal31212125207420254746567
Binary1100101010100011010101001111001000010101100111100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51AA; }

 p { color: rgb(202,81,170); }

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

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

 a { background-color: rgb(202,81,170); }

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

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

 span { border-color: rgb(202,81,170); }

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