#CA51B1

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

Shades of Fuchsia #CA51B1

Tints of Fuchsia #CA51B1

Color information

#CA51B1 (or 0xCA51B1) is unknown color: approx Fuchsia. HEX triplet: CA, 51 and B1. RGB value is (202,81,177). Sum of RGB (Red+Green+Blue) = 202+81+177=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51B1 is #35AE4E. Grayscale: #7F7F7F. Windows color (decimal): -3518031 or 11620810. OLE color: 11620810.

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

Color convert

RGB20281177-
CMYK00.600.120.21
HSL312.4º53.3%55.49%-
HSV(B)312.4º59.9%79.22%-
XYZ35.2421.6243.91-
YUV128.12155.59180.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 81 (32.03% from 255) = 17.61%
BLUE value IS 177 (69.53% from 255) = 38.48%
R=43.91%
G=17.61%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028117700.600.120.21312.453.355.49
HexCA51B103CC151383537
Octal31212126107414254706567
Binary110010101010001101100010111100110010101100111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51B1; }

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

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

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

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

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

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

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

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