#C231C4

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

Shades of Fuchsia #C231C4

Tints of Fuchsia #C231C4

Color information

#C231C4 (or 0xC231C4) is unknown color: approx Fuchsia. HEX triplet: C2, 31 and C4. RGB value is (194,49,196). Sum of RGB (Red+Green+Blue) = 194+49+196=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #C231C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231C4 is #3DCE3B. Grayscale: #6C6C6C. Windows color (decimal): -4050492 or 12857794. OLE color: 12857794.

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

Color convert

RGB19449196-
CMYK0.010.7500.23
HSL299.18º60%48.04%-
HSV(B)299.18º75%76.86%-
XYZ33.3117.6553.88-
YUV109.11177.04188.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.19%
GREEN value IS 49 (19.53% from 255) = 11.16%
BLUE value IS 196 (76.95% from 255) = 44.65%
R=44.19%
G=11.16%
B=44.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal194491960.010.7500.23299.186048.04
HexC231C414B01712b3c30
Octal3026130411130274537460
Binary110000101100011100010011001011010111100101011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C231C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C231C4; }

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

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

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

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

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

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

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

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