#CA45B1

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

Shades of Fuchsia #CA45B1

Tints of Fuchsia #CA45B1

Color information

#CA45B1 (or 0xCA45B1) is unknown color: approx Fuchsia. HEX triplet: CA, 45 and B1. RGB value is (202,69,177). Sum of RGB (Red+Green+Blue) = 202+69+177=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA45B1 is #35BA4E. Grayscale: #787878. Windows color (decimal): -3521103 or 11617738. OLE color: 11617738.

HSL color Cylindrical-coordinate representation of color #CA45B1: hue angle of 311.28º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA45B1 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20269177-
CMYK00.660.120.21
HSL311.28º55.65%53.14%-
HSV(B)311.28º65.84%79.22%-
XYZ34.4219.9943.64-
YUV121.08159.56185.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 69 (27.34% from 255) = 15.40%
BLUE value IS 177 (69.53% from 255) = 39.51%
R=45.09%
G=15.40%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026917700.660.120.21311.2855.6553.14
HexCA45B1042C151373835
Octal312105261010214254677065
Binary1100101010001011011000101000010110010101100110111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45B1; }

 p { color: rgb(202,69,177); }

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

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

 a { background-color: rgb(202,69,177); }

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

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

 span { border-color: rgb(202,69,177); }

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