#CA46C8

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

Shades of Fuchsia #CA46C8

Tints of Fuchsia #CA46C8

Color information

#CA46C8 (or 0xCA46C8) is unknown color: approx Fuchsia. HEX triplet: CA, 46 and C8. RGB value is (202,70,200). Sum of RGB (Red+Green+Blue) = 202+70+200=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46C8 is #35B937. Grayscale: #7B7B7B. Windows color (decimal): -3520824 or 13125322. OLE color: 13125322.

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

Color convert

RGB20270200-
CMYK00.650.010.21
HSL300.91º55.46%53.33%-
HSV(B)300.91º65.35%79.22%-
XYZ36.9721.1156.77-
YUV124.29170.73183.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 70 (27.73% from 255) = 14.83%
BLUE value IS 200 (78.52% from 255) = 42.37%
R=42.80%
G=14.83%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027020000.650.010.21300.9155.4653.33
HexCA46C804111512d3735
Octal31210631001011254556765
Binary1100101010001101100100001000001110101100101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA46C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA46C8; }

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

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

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

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

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

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

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

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