#CA4BC6

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

Shades of Fuchsia #CA4BC6

Tints of Fuchsia #CA4BC6

Color information

#CA4BC6 (or 0xCA4BC6) is unknown color: approx Fuchsia. HEX triplet: CA, 4B and C6. RGB value is (202,75,198). Sum of RGB (Red+Green+Blue) = 202+75+198=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BC6 is #35B439. Grayscale: #7E7E7E. Windows color (decimal): -3519546 or 12995530. OLE color: 12995530.

HSL color Cylindrical-coordinate representation of color #CA4BC6: hue angle of 301.89º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4BC6 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB20275198-
CMYK00.630.020.21
HSL301.89º54.51%54.31%-
HSV(B)301.89º62.87%79.22%-
XYZ37.0721.6755.65-
YUV127168.08181.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 75 (29.69% from 255) = 15.79%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=42.53%
G=15.79%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027519800.630.020.21301.8954.5154.31
HexCA4BC603F21512e3736
Octal3121133060772254566766
Binary1100101010010111100011001111111010101100101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BC6; }

 p { color: rgb(202,75,198); }

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

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

 a { background-color: rgb(202,75,198); }

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

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

 span { border-color: rgb(202,75,198); }

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