#ca46af

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

Shades of Fuchsia #CA46AF

Tints of Fuchsia #CA46AF

Color information

#CA46AF (or 0xCA46AF) is unknown color: approx Fuchsia. HEX triplet: CA, 46 and AF. RGB value is (202,70,175). Sum of RGB (Red+Green+Blue) = 202+70+175=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA46AF is #35B950. Grayscale: #797979. Windows color (decimal): -3520849 or 11486922. OLE color: 11486922.

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

Color convert

RGB20270175-
CMYK00.650.130.21
HSL312.27º55.46%53.33%-
HSV(B)312.27º65.35%79.22%-
XYZ34.2920.0342.62-
YUV121.44158.23185.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 70 (27.73% from 255) = 15.66%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=45.19%
G=15.66%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027017500.650.130.21312.2755.4653.33
HexCA46AF041D151383735
Octal312106257010115254706765
Binary1100101010001101010111101000001110110101100111000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca46af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca46af; }

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

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

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

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

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

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

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

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