#CA4AB7

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

Shades of Fuchsia #CA4AB7

Tints of Fuchsia #CA4AB7

Color information

#CA4AB7 (or 0xCA4AB7) is unknown color: approx Fuchsia. HEX triplet: CA, 4A and B7. RGB value is (202,74,183). Sum of RGB (Red+Green+Blue) = 202+74+183=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AB7 is #35B548. Grayscale: #7C7C7C. Windows color (decimal): -3519817 or 12012234. OLE color: 12012234.

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

Color convert

RGB20274183-
CMYK00.630.090.21
HSL308.91º54.7%54.12%-
HSV(B)308.91º63.37%79.22%-
XYZ35.3520.8746.97-
YUV124.7160.91183.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 74 (29.30% from 255) = 16.12%
BLUE value IS 183 (71.88% from 255) = 39.87%
R=44.01%
G=16.12%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027418300.630.090.21308.9154.754.12
HexCA4AB703F9151353736
Octal31211226707711254656766
Binary110010101001010101101110111111100110101100110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4AB7; }

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

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

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

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

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

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

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

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