#CA51B5

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

Shades of Fuchsia #CA51B5

Tints of Fuchsia #CA51B5

Color information

#CA51B5 (or 0xCA51B5) is unknown color: approx Fuchsia. HEX triplet: CA, 51 and B5. RGB value is (202,81,181). Sum of RGB (Red+Green+Blue) = 202+81+181=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51B5 is #35AE4A. Grayscale: #808080. Windows color (decimal): -3518027 or 11882954. OLE color: 11882954.

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

Color convert

RGB20281181-
CMYK00.600.100.21
HSL310.41º53.3%55.49%-
HSV(B)310.41º59.9%79.22%-
XYZ35.6421.7846.04-
YUV128.58157.59180.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 81 (32.03% from 255) = 17.46%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=43.53%
G=17.46%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028118100.600.100.21310.4153.355.49
HexCA51B503CA151363537
Octal31212126507412254666567
Binary110010101010001101101010111100101010101100110110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51B5; }

 p { color: rgb(202,81,181); }

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

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

 a { background-color: rgb(202,81,181); }

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

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

 span { border-color: rgb(202,81,181); }

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