#c13ab5

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

Shades of Fuchsia #C13AB5

Tints of Fuchsia #C13AB5

Color information

#C13AB5 (or 0xC13AB5) is unknown color: approx Fuchsia. HEX triplet: C1, 3A and B5. RGB value is (193,58,181). Sum of RGB (Red+Green+Blue) = 193+58+181=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13AB5 is #3EC54A. Grayscale: #707070. Windows color (decimal): -4113739 or 11877057. OLE color: 11877057.

HSL color Cylindrical-coordinate representation of color #C13AB5: hue angle of 305.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13AB5 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB19358181-
CMYK00.700.060.24
HSL305.33º53.78%49.22%-
HSV(B)305.33º69.95%75.69%-
XYZ31.8517.745.45-
YUV112.39166.73185.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 58 (23.05% from 255) = 13.43%
BLUE value IS 181 (71.09% from 255) = 41.90%
R=44.68%
G=13.43%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935818100.700.060.24305.3353.7849.22
HexC13AB50466181313631
Octal3017226501066304616661
Binary11000001111010101101010100011011011000100110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13ab5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13ab5; }

 p { color: rgb(193,58,181); }

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

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

 a { background-color: rgb(193,58,181); }

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

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

 span { border-color: rgb(193,58,181); }

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