#CA2EB0

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

Shades of Fuchsia #CA2EB0

Tints of Fuchsia #CA2EB0

Color information

#CA2EB0 (or 0xCA2EB0) is unknown color: approx Fuchsia. HEX triplet: CA, 2E and B0. RGB value is (202,46,176). Sum of RGB (Red+Green+Blue) = 202+46+176=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2EB0 is #35D14F. Grayscale: #6B6B6B. Windows color (decimal): -3526992 or 11546314. OLE color: 11546314.

HSL color Cylindrical-coordinate representation of color #CA2EB0: hue angle of 310º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2EB0 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB20246176-
CMYK00.770.130.21
HSL310º62.9%48.63%-
HSV(B)310º77.23%79.22%-
XYZ33.1717.6542.73-
YUV107.46166.68195.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 46 (18.36% from 255) = 10.85%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=47.64%
G=10.85%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024617600.770.130.2131062.948.63
HexCA2EB004DD151363f31
Octal31256260011515254667761
Binary110010101011101011000001001101110110101100110110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2EB0; }

 p { color: rgb(202,46,176); }

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

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

 a { background-color: rgb(202,46,176); }

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

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

 span { border-color: rgb(202,46,176); }

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