#C131C3

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

Shades of Fuchsia #C131C3

Tints of Fuchsia #C131C3

Color information

#C131C3 (or 0xC131C3) is unknown color: approx Fuchsia. HEX triplet: C1, 31 and C3. RGB value is (193,49,195). Sum of RGB (Red+Green+Blue) = 193+49+195=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #C131C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131C3 is #3ECE3C. Grayscale: #6C6C6C. Windows color (decimal): -4116029 or 12792257. OLE color: 12792257.

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

Color convert

RGB19349195-
CMYK0.010.7500.24
HSL299.18º59.84%47.84%-
HSV(B)299.18º74.87%76.47%-
XYZ32.9417.4753.27-
YUV108.7176.71188.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 49 (19.53% from 255) = 11.21%
BLUE value IS 195 (76.56% from 255) = 44.62%
R=44.16%
G=11.21%
B=44.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193491950.010.7500.24299.1859.8447.84
HexC131C314B01812b3c30
Octal3016130311130304537460
Binary110000011100011100001111001011011000100101011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C131C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C131C3; }

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

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

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

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

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

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

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

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