#CA46AA

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

Shades of Fuchsia #CA46AA

Tints of Fuchsia #CA46AA

Color information

#CA46AA (or 0xCA46AA) is unknown color: approx Fuchsia. HEX triplet: CA, 46 and AA. RGB value is (202,70,170). Sum of RGB (Red+Green+Blue) = 202+70+170=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA46AA is #35B955. Grayscale: #787878. Windows color (decimal): -3520854 or 11159242. OLE color: 11159242.

HSL color Cylindrical-coordinate representation of color #CA46AA: hue angle of 314.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 #CA46AA is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB20270170-
CMYK00.650.160.21
HSL314.55º55.46%53.33%-
HSV(B)314.55º65.35%79.22%-
XYZ33.819.8440.08-
YUV120.87155.73185.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 70 (27.73% from 255) = 15.84%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=45.70%
G=15.84%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027017000.650.160.21314.5555.4653.33
HexCA46AA041101513b3735
Octal312106252010120254736765
Binary11001010100011010101010010000011000010101100111011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA46AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA46AA; }

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

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

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

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

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

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

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

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