#C13AB4

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

Shades of Fuchsia #C13AB4

Tints of Fuchsia #C13AB4

Color information

#C13AB4 (or 0xC13AB4) is unknown color: approx Fuchsia. HEX triplet: C1, 3A and B4. RGB value is (193,58,180). Sum of RGB (Red+Green+Blue) = 193+58+180=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13AB4 is #3EC54B. Grayscale: #6F6F6F. Windows color (decimal): -4113740 or 11811521. OLE color: 11811521.

HSL color Cylindrical-coordinate representation of color #C13AB4: hue angle of 305.78º 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 #C13AB4 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB19358180-
CMYK00.700.070.24
HSL305.78º53.78%49.22%-
HSV(B)305.78º69.95%75.69%-
XYZ31.7417.6644.92-
YUV112.27166.23185.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 58 (23.05% from 255) = 13.46%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=44.78%
G=13.46%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935818000.700.070.24305.7853.7849.22
HexC13AB40467181323631
Octal3017226401067304626661
Binary11000001111010101101000100011011111000100110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13AB4; }

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

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

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

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

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

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

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

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