#CA4EB0

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

Shades of Fuchsia #CA4EB0

Tints of Fuchsia #CA4EB0

Color information

#CA4EB0 (or 0xCA4EB0) is unknown color: approx Fuchsia. HEX triplet: CA, 4E and B0. RGB value is (202,78,176). Sum of RGB (Red+Green+Blue) = 202+78+176=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4EB0 is #35B14F. Grayscale: #7D7D7D. Windows color (decimal): -3518800 or 11554506. OLE color: 11554506.

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

Color convert

RGB20278176-
CMYK00.610.130.21
HSL312.58º53.91%54.9%-
HSV(B)312.58º61.39%79.22%-
XYZ34.9221.1443.31-
YUV126.25156.08182.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 78 (30.86% from 255) = 17.11%
BLUE value IS 176 (69.14% from 255) = 38.60%
R=44.30%
G=17.11%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027817600.610.130.21312.5853.9154.9
HexCA4EB003DD151393637
Octal31211626007515254716667
Binary110010101001110101100000111101110110101100111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4EB0; }

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

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

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

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

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

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

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

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