#C631B3

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

Shades of Fuchsia #C631B3

Tints of Fuchsia #C631B3

Color information

#C631B3 (or 0xC631B3) is unknown color: approx Fuchsia. HEX triplet: C6, 31 and B3. RGB value is (198,49,179). Sum of RGB (Red+Green+Blue) = 198+49+179=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C631B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631B3 is #39CE4C. Grayscale: #6C6C6C. Windows color (decimal): -3788365 or 11743686. OLE color: 11743686.

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

Color convert

RGB19849179-
CMYK00.750.100.22
HSL307.65º60.32%48.43%-
HSV(B)307.65º75.25%77.65%-
XYZ32.5217.4644.3-
YUV108.37167.86191.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 49 (19.53% from 255) = 11.50%
BLUE value IS 179 (70.31% from 255) = 42.02%
R=46.48%
G=11.50%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984917900.750.100.22307.6560.3248.43
HexC631B304BA161343c30
Octal30661263011312264647460
Binary110001101100011011001101001011101010110100110100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C631B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C631B3; }

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

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

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

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

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

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

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

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