#CA2AB1

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

Shades of Fuchsia #CA2AB1

Tints of Fuchsia #CA2AB1

Color information

#CA2AB1 (or 0xCA2AB1) is unknown color: approx Fuchsia. HEX triplet: CA, 2A and B1. RGB value is (202,42,177). Sum of RGB (Red+Green+Blue) = 202+42+177=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2AB1 is #35D54E. Grayscale: #686868. Windows color (decimal): -3528015 or 11610826. OLE color: 11610826.

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

Color convert

RGB20242177-
CMYK00.790.120.21
HSL309.38º65.57%47.84%-
HSV(B)309.38º79.21%79.22%-
XYZ33.1217.3943.21-
YUV105.23168.51197.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 42 (16.80% from 255) = 9.98%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=47.98%
G=9.98%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024217700.790.120.21309.3865.5747.84
HexCA2AB104FC151354230
Octal312522610117142546510260
Binary1100101010101010110001010011111100101011001101011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2AB1; }

 p { color: rgb(202,42,177); }

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

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

 a { background-color: rgb(202,42,177); }

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

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

 span { border-color: rgb(202,42,177); }

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