#CA42AA

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

Shades of Fuchsia #CA42AA

Tints of Fuchsia #CA42AA

Color information

#CA42AA (or 0xCA42AA) is unknown color: approx Fuchsia. HEX triplet: CA, 42 and AA. RGB value is (202,66,170). Sum of RGB (Red+Green+Blue) = 202+66+170=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA42AA is #35BD55. Grayscale: #767676. Windows color (decimal): -3521878 or 11158218. OLE color: 11158218.

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

Color convert

RGB20266170-
CMYK00.670.160.21
HSL314.12º56.2%52.55%-
HSV(B)314.12º67.33%79.22%-
XYZ33.5619.3640-
YUV118.52157.06187.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 66 (26.17% from 255) = 15.07%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=46.12%
G=15.07%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026617000.670.160.21314.1256.252.55
HexCA42AA043101513a3835
Octal312102252010320254727065
Binary11001010100001010101010010000111000010101100111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42AA; }

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

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

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

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

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

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

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

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