#C12AC3

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

Shades of Fuchsia #C12AC3

Tints of Fuchsia #C12AC3

Color information

#C12AC3 (or 0xC12AC3) is unknown color: approx Fuchsia. HEX triplet: C1, 2A and C3. RGB value is (193,42,195). Sum of RGB (Red+Green+Blue) = 193+42+195=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #C12AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12AC3 is #3ED53C. Grayscale: #686868. Windows color (decimal): -4117821 or 12790465. OLE color: 12790465.

HSL color Cylindrical-coordinate representation of color #C12AC3: hue angle of 299.22º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12AC3 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19342195-
CMYK0.010.7800.24
HSL299.22º64.56%46.47%-
HSV(B)299.22º78.46%76.47%-
XYZ32.6716.9353.18-
YUV104.59179.03191.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 42 (16.80% from 255) = 9.77%
BLUE value IS 195 (76.56% from 255) = 45.35%
R=44.88%
G=9.77%
B=45.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193421950.010.7800.24299.2264.5646.47
HexC12AC314E01812b412e
Octal30152303111603045310156
Binary1100000110101011000011110011100110001001010111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12AC3; }

 p { color: rgb(193,42,195); }

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

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

 a { background-color: rgb(193,42,195); }

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

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

 span { border-color: rgb(193,42,195); }

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