#CA4EB6

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

Shades of Fuchsia #CA4EB6

Tints of Fuchsia #CA4EB6

Color information

#CA4EB6 (or 0xCA4EB6) is unknown color: approx Fuchsia. HEX triplet: CA, 4E and B6. RGB value is (202,78,182). Sum of RGB (Red+Green+Blue) = 202+78+182=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4EB6 is #35B149. Grayscale: #7E7E7E. Windows color (decimal): -3518794 or 11947722. OLE color: 11947722.

HSL color Cylindrical-coordinate representation of color #CA4EB6: hue angle of 309.68º 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 #CA4EB6 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB20278182-
CMYK00.610.100.21
HSL309.68º53.91%54.9%-
HSV(B)309.68º61.39%79.22%-
XYZ35.5321.3846.51-
YUV126.93159.08181.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 78 (30.86% from 255) = 16.88%
BLUE value IS 182 (71.48% from 255) = 39.39%
R=43.72%
G=16.88%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027818200.610.100.21309.6853.9154.9
HexCA4EB603DA151363637
Octal31211626607512254666667
Binary110010101001110101101100111101101010101100110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4EB6; }

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

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

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

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

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

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

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

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