#CA4BC5

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

Shades of Fuchsia #CA4BC5

Tints of Fuchsia #CA4BC5

Color information

#CA4BC5 (or 0xCA4BC5) is unknown color: approx Fuchsia. HEX triplet: CA, 4B and C5. RGB value is (202,75,197). Sum of RGB (Red+Green+Blue) = 202+75+197=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BC5 is #35B43A. Grayscale: #7E7E7E. Windows color (decimal): -3519547 or 12929994. OLE color: 12929994.

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

Color convert

RGB20275197-
CMYK00.630.020.21
HSL302.36º54.51%54.31%-
HSV(B)302.36º62.87%79.22%-
XYZ36.9521.6255.05-
YUV126.88167.58181.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 75 (29.69% from 255) = 15.82%
BLUE value IS 197 (77.34% from 255) = 41.56%
R=42.62%
G=15.82%
B=41.56%

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
Decimal2027519700.630.020.21302.3654.5154.31
HexCA4BC503F21512e3736
Octal3121133050772254566766
Binary1100101010010111100010101111111010101100101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BC5; }

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

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

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

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

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

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

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

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