#C12EB4

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

Shades of Fuchsia #C12EB4

Tints of Fuchsia #C12EB4

Color information

#C12EB4 (or 0xC12EB4) is unknown color: approx Fuchsia. HEX triplet: C1, 2E and B4. RGB value is (193,46,180). Sum of RGB (Red+Green+Blue) = 193+46+180=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C12EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12EB4 is #3ED14B. Grayscale: #686868. Windows color (decimal): -4116812 or 11808449. OLE color: 11808449.

HSL color Cylindrical-coordinate representation of color #C12EB4: hue angle of 305.31º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12EB4 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB19346180-
CMYK00.760.070.24
HSL305.31º61.51%46.86%-
HSV(B)305.31º76.17%75.69%-
XYZ31.2116.5944.74-
YUV105.23170.2190.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 46 (18.36% from 255) = 10.98%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=46.06%
G=10.98%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934618000.760.070.24305.3161.5146.86
HexC12EB404C7181313e2f
Octal3015626401147304617657
Binary11000001101110101101000100110011111000100110001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12EB4; }

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

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

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

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

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

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

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

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