#C12ECA

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

Shades of Fuchsia #C12ECA

Tints of Fuchsia #C12ECA

Color information

#C12ECA (or 0xC12ECA) is unknown color: approx Fuchsia. HEX triplet: C1, 2E and CA. RGB value is (193,46,202). Sum of RGB (Red+Green+Blue) = 193+46+202=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #C12ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ECA is #3ED135. Grayscale: #6B6B6B. Windows color (decimal): -4116790 or 13250241. OLE color: 13250241.

HSL color Cylindrical-coordinate representation of color #C12ECA: hue angle of 296.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12ECA is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19346202-
CMYK0.040.7700.21
HSL296.54º62.9%48.63%-
HSV(B)296.54º77.23%79.22%-
XYZ33.6317.5657.49-
YUV107.74181.2188.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 46 (18.36% from 255) = 10.43%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=43.76%
G=10.43%
B=45.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193462020.040.7700.21296.5462.948.63
HexC12ECA44D0151293f31
Octal3015631241150254517761
Binary11000001101110110010101001001101010101100101001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12ECA; }

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

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

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

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

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

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

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

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