#C13AB2

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

Shades of Fuchsia #C13AB2

Tints of Fuchsia #C13AB2

Color information

#C13AB2 (or 0xC13AB2) is unknown color: approx Fuchsia. HEX triplet: C1, 3A and B2. RGB value is (193,58,178). Sum of RGB (Red+Green+Blue) = 193+58+178=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13AB2 is #3EC54D. Grayscale: #6F6F6F. Windows color (decimal): -4113742 or 11680449. OLE color: 11680449.

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

Color convert

RGB19358178-
CMYK00.700.080.24
HSL306.67º53.78%49.22%-
HSV(B)306.67º69.95%75.69%-
XYZ31.5417.5843.85-
YUV112.04165.23185.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 58 (23.05% from 255) = 13.52%
BLUE value IS 178 (69.92% from 255) = 41.49%
R=44.99%
G=13.52%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935817800.700.080.24306.6753.7849.22
HexC13AB20468181333631
Octal30172262010610304636661
Binary110000011110101011001001000110100011000100110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13AB2; }

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

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

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

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

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

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

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

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