#CA51B0

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

Shades of Fuchsia #CA51B0

Tints of Fuchsia #CA51B0

Color information

#CA51B0 (or 0xCA51B0) is unknown color: approx Fuchsia. HEX triplet: CA, 51 and B0. RGB value is (202,81,176). Sum of RGB (Red+Green+Blue) = 202+81+176=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51B0 is #35AE4F. Grayscale: #7F7F7F. Windows color (decimal): -3518032 or 11555274. OLE color: 11555274.

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

Color convert

RGB20281176-
CMYK00.600.130.21
HSL312.89º53.3%55.49%-
HSV(B)312.89º59.9%79.22%-
XYZ35.1421.5843.39-
YUV128.01155.09180.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 81 (32.03% from 255) = 17.65%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=44.01%
G=17.65%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028117600.600.130.21312.8953.355.49
HexCA51B003CD151393537
Octal31212126007415254716567
Binary110010101010001101100000111100110110101100111001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51B0; }

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

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

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

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

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

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

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

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