#C631C9

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

Shades of Fuchsia #C631C9

Tints of Fuchsia #C631C9

Color information

#C631C9 (or 0xC631C9) is unknown color: approx Fuchsia. HEX triplet: C6, 31 and C9. RGB value is (198,49,201). Sum of RGB (Red+Green+Blue) = 198+49+201=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #C631C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631C9 is #39CE36. Grayscale: #6E6E6E. Windows color (decimal): -3788343 or 13185478. OLE color: 13185478.

HSL color Cylindrical-coordinate representation of color #C631C9: hue angle of 298.82º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C631C9 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19849201-
CMYK0.010.7600.21
HSL298.82º60.8%49.02%-
HSV(B)298.82º75.62%78.82%-
XYZ34.9318.4256.97-
YUV110.88178.86190.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 49 (19.53% from 255) = 10.94%
BLUE value IS 201 (78.91% from 255) = 44.87%
R=44.20%
G=10.94%
B=44.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198492010.010.7600.21298.8260.849.02
HexC631C914C01512b3d31
Octal3066131111140254537561
Binary110001101100011100100111001100010101100101011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C631C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C631C9; }

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

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

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

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

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

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

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

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