#C13EC6

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

Shades of Fuchsia #C13EC6

Tints of Fuchsia #C13EC6

Color information

#C13EC6 (or 0xC13EC6) is unknown color: approx Fuchsia. HEX triplet: C1, 3E and C6. RGB value is (193,62,198). Sum of RGB (Red+Green+Blue) = 193+62+198=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #C13EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EC6 is #3EC139. Grayscale: #747474. Windows color (decimal): -4112698 or 12992193. OLE color: 12992193.

HSL color Cylindrical-coordinate representation of color #C13EC6: hue angle of 297.79º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13EC6 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19362198-
CMYK0.030.6900.22
HSL297.79º54.4%50.98%-
HSV(B)297.79º68.69%77.65%-
XYZ33.9118.8655.28-
YUV116.67173.9182.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 62 (24.61% from 255) = 13.69%
BLUE value IS 198 (77.73% from 255) = 43.71%
R=42.60%
G=13.69%
B=43.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193621980.030.6900.22297.7954.450.98
HexC13EC634501612a3633
Octal3017630631050264526663
Binary1100000111111011000110111000101010110100101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13EC6; }

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

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

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

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

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

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

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

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