#c12cb6

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

Shades of Fuchsia #C12CB6

Tints of Fuchsia #C12CB6

Color information

#C12CB6 (or 0xC12CB6) is unknown color: approx Fuchsia. HEX triplet: C1, 2C and B6. RGB value is (193,44,182). Sum of RGB (Red+Green+Blue) = 193+44+182=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C12CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CB6 is #3ED349. Grayscale: #676767. Windows color (decimal): -4117322 or 11939009. OLE color: 11939009.

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

Color convert

RGB19344182-
CMYK00.770.060.24
HSL304.43º62.87%46.47%-
HSV(B)304.43º77.2%75.69%-
XYZ31.3416.5245.79-
YUV104.28171.86191.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 44 (17.58% from 255) = 10.50%
BLUE value IS 182 (71.48% from 255) = 43.44%
R=46.06%
G=10.50%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934418200.770.060.24304.4362.8746.47
HexC12CB604D6181303f2e
Octal3015426601156304607756
Binary11000001101100101101100100110111011000100110000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12cb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12cb6; }

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

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

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

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

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

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

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

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