#C331C0

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

Shades of Fuchsia #C331C0

Tints of Fuchsia #C331C0

Color information

#C331C0 (or 0xC331C0) is unknown color: approx Fuchsia. HEX triplet: C3, 31 and C0. RGB value is (195,49,192). Sum of RGB (Red+Green+Blue) = 195+49+192=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C331C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331C0 is #3CCE3F. Grayscale: #6C6C6C. Windows color (decimal): -3984960 or 12595651. OLE color: 12595651.

HSL color Cylindrical-coordinate representation of color #C331C0: hue angle of 301.23º 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 #C331C0 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19549192-
CMYK00.750.020.24
HSL301.23º59.84%47.84%-
HSV(B)301.23º74.87%76.47%-
XYZ33.1217.651.52-
YUV108.96174.87189.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 49 (19.53% from 255) = 11.24%
BLUE value IS 192 (75.39% from 255) = 44.04%
R=44.72%
G=11.24%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954919200.750.020.24301.2359.8447.84
HexC331C004B21812d3c30
Octal3036130001132304557460
Binary1100001111000111000000010010111011000100101101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C331C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C331C0; }

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

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

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

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

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

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

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

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