#C12FB6

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

Shades of Fuchsia #C12FB6

Tints of Fuchsia #C12FB6

Color information

#C12FB6 (or 0xC12FB6) is unknown color: approx Fuchsia. HEX triplet: C1, 2F and B6. RGB value is (193,47,182). Sum of RGB (Red+Green+Blue) = 193+47+182=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C12FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FB6 is #3ED049. Grayscale: #696969. Windows color (decimal): -4116554 or 11939777. OLE color: 11939777.

HSL color Cylindrical-coordinate representation of color #C12FB6: hue angle of 304.52º degrees, saturation: 0.61, 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 #C12FB6 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB19347182-
CMYK00.760.060.24
HSL304.52º60.83%47.06%-
HSV(B)304.52º75.65%75.69%-
XYZ31.4516.7545.83-
YUV106.04170.87190.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 47 (18.75% from 255) = 11.14%
BLUE value IS 182 (71.48% from 255) = 43.13%
R=45.73%
G=11.14%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934718200.760.060.24304.5260.8347.06
HexC12FB604C6181313d2f
Octal3015726601146304617557
Binary11000001101111101101100100110011011000100110001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12FB6; }

 p { color: rgb(193,47,182); }

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

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

 a { background-color: rgb(193,47,182); }

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

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

 span { border-color: rgb(193,47,182); }

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