#C13EB4

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

Shades of Fuchsia #C13EB4

Tints of Fuchsia #C13EB4

Color information

#C13EB4 (or 0xC13EB4) is unknown color: approx Fuchsia. HEX triplet: C1, 3E and B4. RGB value is (193,62,180). Sum of RGB (Red+Green+Blue) = 193+62+180=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EB4 is #3EC14B. Grayscale: #727272. Windows color (decimal): -4112716 or 11812545. OLE color: 11812545.

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

Color convert

RGB19362180-
CMYK00.680.070.24
HSL305.95º51.37%50%-
HSV(B)305.95º67.88%75.69%-
XYZ31.9518.0844.99-
YUV114.62164.9183.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 62 (24.61% from 255) = 14.25%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=44.37%
G=14.25%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936218000.680.070.24305.9551.3750
HexC13EB40447181323332
Octal3017626401047304626362
Binary11000001111110101101000100010011111000100110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13EB4; }

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

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

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

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

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

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

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

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