#CA46BA

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

Shades of Fuchsia #CA46BA

Tints of Fuchsia #CA46BA

Color information

#CA46BA (or 0xCA46BA) is unknown color: approx Fuchsia. HEX triplet: CA, 46 and BA. RGB value is (202,70,186). Sum of RGB (Red+Green+Blue) = 202+70+186=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46BA is #35B945. Grayscale: #7A7A7A. Windows color (decimal): -3520838 or 12207818. OLE color: 12207818.

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

Color convert

RGB20270186-
CMYK00.650.080.21
HSL307.27º55.46%53.33%-
HSV(B)307.27º65.35%79.22%-
XYZ35.4120.4848.54-
YUV122.69163.73184.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 70 (27.73% from 255) = 15.28%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=44.10%
G=15.28%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027018600.650.080.21307.2755.4653.33
HexCA46BA0418151333735
Octal312106272010110254636765
Binary1100101010001101011101001000001100010101100110011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA46BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA46BA; }

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

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

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

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

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

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

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

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