#C131B7

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

Shades of Fuchsia #C131B7

Tints of Fuchsia #C131B7

Color information

#C131B7 (or 0xC131B7) is unknown color: approx Fuchsia. HEX triplet: C1, 31 and B7. RGB value is (193,49,183). Sum of RGB (Red+Green+Blue) = 193+49+183=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C131B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131B7 is #3ECE48. Grayscale: #6A6A6A. Windows color (decimal): -4116041 or 12005825. OLE color: 12005825.

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

Color convert

RGB19349183-
CMYK00.750.050.24
HSL304.17º59.5%47.45%-
HSV(B)304.17º74.61%75.69%-
XYZ31.6416.9546.4-
YUV107.33170.71189.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 49 (19.53% from 255) = 11.53%
BLUE value IS 183 (71.88% from 255) = 43.06%
R=45.41%
G=11.53%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934918300.750.050.24304.1759.547.45
HexC131B704B5181303c2f
Octal3016126701135304607457
Binary11000001110001101101110100101110111000100110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C131B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C131B7; }

 p { color: rgb(193,49,183); }

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

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

 a { background-color: rgb(193,49,183); }

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

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

 span { border-color: rgb(193,49,183); }

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