#C131CB

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

Shades of Fuchsia #C131CB

Tints of Fuchsia #C131CB

Color information

#C131CB (or 0xC131CB) is unknown color: approx Fuchsia. HEX triplet: C1, 31 and CB. RGB value is (193,49,203). Sum of RGB (Red+Green+Blue) = 193+49+203=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #C131CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131CB is #3ECE34. Grayscale: #6D6D6D. Windows color (decimal): -4116021 or 13316545. OLE color: 13316545.

HSL color Cylindrical-coordinate representation of color #C131CB: hue angle of 296.1º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C131CB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19349203-
CMYK0.050.7600.20
HSL296.1º61.11%49.41%-
HSV(B)296.1º75.86%79.61%-
XYZ33.8717.8558.16-
YUV109.61180.71187.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 49 (19.53% from 255) = 11.01%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=43.37%
G=11.01%
B=45.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193492030.050.7600.20296.161.1149.41
HexC131CB54C0141283d31
Octal3016131351140244507561
Binary11000001110001110010111011001100010100100101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C131CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C131CB; }

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

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

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

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

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

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

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

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