#CA46BF

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

Shades of Fuchsia #CA46BF

Tints of Fuchsia #CA46BF

Color information

#CA46BF (or 0xCA46BF) is unknown color: approx Fuchsia. HEX triplet: CA, 46 and BF. RGB value is (202,70,191). Sum of RGB (Red+Green+Blue) = 202+70+191=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46BF is #35B940. Grayscale: #7A7A7A. Windows color (decimal): -3520833 or 12535498. OLE color: 12535498.

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

Color convert

RGB20270191-
CMYK00.650.050.21
HSL305º55.46%53.33%-
HSV(B)305º65.35%79.22%-
XYZ35.9520.751.39-
YUV123.26166.23184.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 70 (27.73% from 255) = 15.12%
BLUE value IS 191 (75% from 255) = 41.25%
R=43.63%
G=15.12%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027019100.650.050.2130555.4653.33
HexCA46BF0415151313735
Octal31210627701015254616765
Binary110010101000110101111110100000110110101100110001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA46BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA46BF; }

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

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

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

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

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

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

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

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