#C13EB3

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

Shades of Fuchsia #C13EB3

Tints of Fuchsia #C13EB3

Color information

#C13EB3 (or 0xC13EB3) is unknown color: approx Fuchsia. HEX triplet: C1, 3E and B3. RGB value is (193,62,179). Sum of RGB (Red+Green+Blue) = 193+62+179=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EB3 is #3EC14C. Grayscale: #727272. Windows color (decimal): -4112717 or 11747009. OLE color: 11747009.

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

Color convert

RGB19362179-
CMYK00.680.070.24
HSL306.41º51.37%50%-
HSV(B)306.41º67.88%75.69%-
XYZ31.8518.0444.45-
YUV114.51164.4183.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 62 (24.61% from 255) = 14.29%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=44.47%
G=14.29%
B=41.24%

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
Decimal1936217900.680.070.24306.4151.3750
HexC13EB30447181323332
Octal3017626301047304626362
Binary11000001111110101100110100010011111000100110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13EB3; }

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

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

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

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

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

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

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

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