#C12BB6

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

Shades of Fuchsia #C12BB6

Tints of Fuchsia #C12BB6

Color information

#C12BB6 (or 0xC12BB6) is unknown color: approx Fuchsia. HEX triplet: C1, 2B and B6. RGB value is (193,43,182). Sum of RGB (Red+Green+Blue) = 193+43+182=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C12BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BB6 is #3ED449. Grayscale: #676767. Windows color (decimal): -4117578 or 11938753. OLE color: 11938753.

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

Color convert

RGB19343182-
CMYK00.780.060.24
HSL304.4º63.56%46.27%-
HSV(B)304.4º77.72%75.69%-
XYZ31.316.4445.78-
YUV103.7172.2191.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 43 (17.19% from 255) = 10.29%
BLUE value IS 182 (71.48% from 255) = 43.54%
R=46.17%
G=10.29%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934318200.780.060.24304.463.5646.27
HexC12BB604E618130402e
Octal30153266011663046010056
Binary110000011010111011011001001110110110001001100001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12BB6; }

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

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

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

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

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

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

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

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