#C13EB1

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

Shades of Fuchsia #C13EB1

Tints of Fuchsia #C13EB1

Color information

#C13EB1 (or 0xC13EB1) is unknown color: approx Fuchsia. HEX triplet: C1, 3E and B1. RGB value is (193,62,177). Sum of RGB (Red+Green+Blue) = 193+62+177=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EB1 is #3EC14E. Grayscale: #717171. Windows color (decimal): -4112719 or 11615937. OLE color: 11615937.

HSL color Cylindrical-coordinate representation of color #C13EB1: hue angle of 307.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13EB1 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB19362177-
CMYK00.680.080.24
HSL307.33º51.37%50%-
HSV(B)307.33º67.88%75.69%-
XYZ31.6517.9643.39-
YUV114.28163.4184.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 62 (24.61% from 255) = 14.35%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=44.68%
G=14.35%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936217700.680.080.24307.3351.3750
HexC13EB10448181333332
Octal30176261010410304636362
Binary110000011111101011000101000100100011000100110011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13EB1; }

 p { color: rgb(193,62,177); }

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

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

 a { background-color: rgb(193,62,177); }

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

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

 span { border-color: rgb(193,62,177); }

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