#CA42AB

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

Shades of Fuchsia #CA42AB

Tints of Fuchsia #CA42AB

Color information

#CA42AB (or 0xCA42AB) is unknown color: approx Fuchsia. HEX triplet: CA, 42 and AB. RGB value is (202,66,171). Sum of RGB (Red+Green+Blue) = 202+66+171=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA42AB is #35BD54. Grayscale: #767676. Windows color (decimal): -3521877 or 11223754. OLE color: 11223754.

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

Color convert

RGB20266171-
CMYK00.670.150.21
HSL313.68º56.2%52.55%-
HSV(B)313.68º67.33%79.22%-
XYZ33.6619.3940.5-
YUV118.63157.56187.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 66 (26.17% from 255) = 15.03%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=46.01%
G=15.03%
B=38.95%

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
Decimal2026617100.670.150.21313.6856.252.55
HexCA42AB043F1513a3835
Octal312102253010317254727065
Binary1100101010000101010101101000011111110101100111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42AB; }

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

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

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

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

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

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

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

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