#CA46B5

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

Shades of Fuchsia #CA46B5

Tints of Fuchsia #CA46B5

Color information

#CA46B5 (or 0xCA46B5) is unknown color: approx Fuchsia. HEX triplet: CA, 46 and B5. RGB value is (202,70,181). Sum of RGB (Red+Green+Blue) = 202+70+181=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46B5 is #35B94A. Grayscale: #797979. Windows color (decimal): -3520843 or 11880138. OLE color: 11880138.

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

Color convert

RGB20270181-
CMYK00.650.100.21
HSL309.55º55.46%53.33%-
HSV(B)309.55º65.35%79.22%-
XYZ34.8920.2745.79-
YUV122.12161.23184.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 70 (27.73% from 255) = 15.45%
BLUE value IS 181 (71.09% from 255) = 39.96%
R=44.59%
G=15.45%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027018100.650.100.21309.5555.4653.33
HexCA46B5041A151363735
Octal312106265010112254666765
Binary1100101010001101011010101000001101010101100110110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA46B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA46B5; }

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

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

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

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

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

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

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

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