#CA61AB

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

Shades of Fuchsia #CA61AB

Tints of Fuchsia #CA61AB

Color information

#CA61AB (or 0xCA61AB) is unknown color: approx Fuchsia. HEX triplet: CA, 61 and AB. RGB value is (202,97,171). Sum of RGB (Red+Green+Blue) = 202+97+171=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA61AB is #359E54. Grayscale: #888888. Windows color (decimal): -3513941 or 11231690. OLE color: 11231690.

HSL color Cylindrical-coordinate representation of color #CA61AB: hue angle of 317.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA61AB is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20297171-
CMYK00.520.150.21
HSL317.71º49.76%58.63%-
HSV(B)317.71º51.98%79.22%-
XYZ35.9824.0541.27-
YUV136.83147.29174.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=42.98%
G=20.64%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029717100.520.150.21317.7149.7658.63
HexCA61AB034F1513e323b
Octal31214125306417254766273
Binary110010101100001101010110110100111110101100111110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61AB; }

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

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

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

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

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

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

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

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