#C13ABC

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

Shades of Fuchsia #C13ABC

Tints of Fuchsia #C13ABC

Color information

#C13ABC (or 0xC13ABC) is unknown color: approx Fuchsia. HEX triplet: C1, 3A and BC. RGB value is (193,58,188). Sum of RGB (Red+Green+Blue) = 193+58+188=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C13ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ABC is #3EC543. Grayscale: #707070. Windows color (decimal): -4113732 or 12335809. OLE color: 12335809.

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

Color convert

RGB19358188-
CMYK00.700.030.24
HSL302.22º53.78%49.22%-
HSV(B)302.22º69.95%75.69%-
XYZ32.5817.9949.33-
YUV113.18170.23184.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 58 (23.05% from 255) = 13.21%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=43.96%
G=13.21%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935818800.700.030.24302.2253.7849.22
HexC13ABC04631812e3631
Octal3017227401063304566661
Binary1100000111101010111100010001101111000100101110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13ABC; }

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

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

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

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

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

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

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

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