#CA51C3

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

Shades of Fuchsia #CA51C3

Tints of Fuchsia #CA51C3

Color information

#CA51C3 (or 0xCA51C3) is unknown color: approx Fuchsia. HEX triplet: CA, 51 and C3. RGB value is (202,81,195). Sum of RGB (Red+Green+Blue) = 202+81+195=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51C3 is #35AE3C. Grayscale: #818181. Windows color (decimal): -3518013 or 12800458. OLE color: 12800458.

HSL color Cylindrical-coordinate representation of color #CA51C3: hue angle of 303.47º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51C3 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB20281195-
CMYK00.600.030.21
HSL303.47º53.3%55.49%-
HSV(B)303.47º59.9%79.22%-
XYZ37.1522.3853.99-
YUV130.17164.59179.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 81 (32.03% from 255) = 16.95%
BLUE value IS 195 (76.56% from 255) = 40.79%
R=42.26%
G=16.95%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028119500.600.030.21303.4753.355.49
HexCA51C303C31512f3537
Octal3121213030743254576567
Binary1100101010100011100001101111001110101100101111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51C3; }

 p { color: rgb(202,81,195); }

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

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

 a { background-color: rgb(202,81,195); }

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

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

 span { border-color: rgb(202,81,195); }

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