#CA44AA

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

Shades of Fuchsia #CA44AA

Tints of Fuchsia #CA44AA

Color information

#CA44AA (or 0xCA44AA) is unknown color: approx Fuchsia. HEX triplet: CA, 44 and AA. RGB value is (202,68,170). Sum of RGB (Red+Green+Blue) = 202+68+170=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA44AA is #35BB55. Grayscale: #777777. Windows color (decimal): -3521366 or 11158730. OLE color: 11158730.

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

Color convert

RGB20268170-
CMYK00.660.160.21
HSL314.33º55.83%52.94%-
HSV(B)314.33º66.34%79.22%-
XYZ33.6819.5940.04-
YUV119.69156.39186.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 68 (26.95% from 255) = 15.45%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=45.91%
G=15.45%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026817000.660.160.21314.3355.8352.94
HexCA44AA042101513a3835
Octal312104252010220254727065
Binary11001010100010010101010010000101000010101100111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA44AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA44AA; }

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

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

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

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

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

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

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

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