#CA42AC

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

Shades of Fuchsia #CA42AC

Tints of Fuchsia #CA42AC

Color information

#CA42AC (or 0xCA42AC) is unknown color: approx Fuchsia. HEX triplet: CA, 42 and AC. RGB value is (202,66,172). Sum of RGB (Red+Green+Blue) = 202+66+172=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA42AC is #35BD53. Grayscale: #767676. Windows color (decimal): -3521876 or 11289290. OLE color: 11289290.

HSL color Cylindrical-coordinate representation of color #CA42AC: hue angle of 313.24º 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 #CA42AC is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20266172-
CMYK00.670.150.21
HSL313.24º56.2%52.55%-
HSV(B)313.24º67.33%79.22%-
XYZ33.7519.4341-
YUV118.75158.06187.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 66 (26.17% from 255) = 15%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=45.91%
G=15%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026617200.670.150.21313.2456.252.55
HexCA42AC043F151393835
Octal312102254010317254717065
Binary1100101010000101010110001000011111110101100111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42AC; }

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

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

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

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

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

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

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

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