#c031b6

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

Shades of Fuchsia #C031B6

Tints of Fuchsia #C031B6

Color information

#C031B6 (or 0xC031B6) is unknown color: approx Fuchsia. HEX triplet: C0, 31 and B6. RGB value is (192,49,182). Sum of RGB (Red+Green+Blue) = 192+49+182=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C031B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031B6 is #3FCE49. Grayscale: #6A6A6A. Windows color (decimal): -4181578 or 11940288. OLE color: 11940288.

HSL color Cylindrical-coordinate representation of color #C031B6: hue angle of 304.2º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C031B6 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19249182-
CMYK00.740.050.25
HSL304.2º59.34%47.25%-
HSV(B)304.2º74.48%75.29%-
XYZ31.2816.7845.85-
YUV106.92170.38188.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 49 (19.53% from 255) = 11.58%
BLUE value IS 182 (71.48% from 255) = 43.03%
R=45.39%
G=11.58%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924918200.740.050.25304.259.3447.25
HexC031B604A5191303b2f
Octal3006126601125314607357
Binary11000000110001101101100100101010111001100110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c031b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c031b6; }

 p { color: rgb(192,49,182); }

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

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

 a { background-color: rgb(192,49,182); }

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

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

 span { border-color: rgb(192,49,182); }

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