#C231C6

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

Shades of Fuchsia #C231C6

Tints of Fuchsia #C231C6

Color information

#C231C6 (or 0xC231C6) is unknown color: approx Fuchsia. HEX triplet: C2, 31 and C6. RGB value is (194,49,198). Sum of RGB (Red+Green+Blue) = 194+49+198=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #C231C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231C6 is #3DCE39. Grayscale: #6C6C6C. Windows color (decimal): -4050490 or 12988866. OLE color: 12988866.

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

Color convert

RGB19449198-
CMYK0.020.7500.22
HSL298.39º60.32%48.43%-
HSV(B)298.39º75.25%77.65%-
XYZ33.5417.7455.08-
YUV109.34178.04188.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 49 (19.53% from 255) = 11.11%
BLUE value IS 198 (77.73% from 255) = 44.90%
R=43.99%
G=11.11%
B=44.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194491980.020.7500.22298.3960.3248.43
HexC231C624B01612a3c30
Octal3026130621130264527460
Binary1100001011000111000110101001011010110100101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C231C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C231C6; }

 p { color: rgb(194,49,198); }

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

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

 a { background-color: rgb(194,49,198); }

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

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

 span { border-color: rgb(194,49,198); }

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