#C13AC6

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

Shades of Fuchsia #C13AC6

Tints of Fuchsia #C13AC6

Color information

#C13AC6 (or 0xC13AC6) is unknown color: approx Fuchsia. HEX triplet: C1, 3A and C6. RGB value is (193,58,198). Sum of RGB (Red+Green+Blue) = 193+58+198=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #C13AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13AC6 is #3EC539. Grayscale: #717171. Windows color (decimal): -4113722 or 12991169. OLE color: 12991169.

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

Color convert

RGB19358198-
CMYK0.030.7100.22
HSL297.86º55.12%50.2%-
HSV(B)297.86º70.71%77.65%-
XYZ33.718.4455.21-
YUV114.32175.23184.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 58 (23.05% from 255) = 12.92%
BLUE value IS 198 (77.73% from 255) = 44.10%
R=42.98%
G=12.92%
B=44.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193581980.030.7100.22297.8655.1250.2
HexC13AC634701612a3732
Octal3017230631070264526762
Binary1100000111101011000110111000111010110100101010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13AC6; }

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

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

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

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

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

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

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

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