#CA2BB2

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

Shades of Fuchsia #CA2BB2

Tints of Fuchsia #CA2BB2

Color information

#CA2BB2 (or 0xCA2BB2) is unknown color: approx Fuchsia. HEX triplet: CA, 2B and B2. RGB value is (202,43,178). Sum of RGB (Red+Green+Blue) = 202+43+178=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2BB2 is #35D44D. Grayscale: #696969. Windows color (decimal): -3527758 or 11676618. OLE color: 11676618.

HSL color Cylindrical-coordinate representation of color #CA2BB2: hue angle of 309.06º degrees, saturation: 0.65, 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 #CA2BB2 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20243178-
CMYK00.790.120.21
HSL309.06º64.9%48.04%-
HSV(B)309.06º78.71%79.22%-
XYZ33.2617.543.74-
YUV105.93168.68196.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 43 (17.19% from 255) = 10.17%
BLUE value IS 178 (69.92% from 255) = 42.08%
R=47.75%
G=10.17%
B=42.08%

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
Decimal2024317800.790.120.21309.0664.948.04
HexCA2BB204FC151354130
Octal312532620117142546510160
Binary1100101010101110110010010011111100101011001101011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2BB2; }

 p { color: rgb(202,43,178); }

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

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

 a { background-color: rgb(202,43,178); }

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

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

 span { border-color: rgb(202,43,178); }

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