#CA4AB6

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

Shades of Fuchsia #CA4AB6

Tints of Fuchsia #CA4AB6

Color information

#CA4AB6 (or 0xCA4AB6) is unknown color: approx Fuchsia. HEX triplet: CA, 4A and B6. RGB value is (202,74,182). Sum of RGB (Red+Green+Blue) = 202+74+182=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AB6 is #35B549. Grayscale: #7C7C7C. Windows color (decimal): -3519818 or 11946698. OLE color: 11946698.

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

Color convert

RGB20274182-
CMYK00.630.100.21
HSL309.38º54.7%54.12%-
HSV(B)309.38º63.37%79.22%-
XYZ35.2520.8346.42-
YUV124.58160.41183.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 74 (29.30% from 255) = 16.16%
BLUE value IS 182 (71.48% from 255) = 39.74%
R=44.10%
G=16.16%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027418200.630.100.21309.3854.754.12
HexCA4AB603FA151353736
Octal31211226607712254656766
Binary110010101001010101101100111111101010101100110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4AB6; }

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

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

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

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

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

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

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

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