#C631C3

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

Shades of Fuchsia #C631C3

Tints of Fuchsia #C631C3

Color information

#C631C3 (or 0xC631C3) is unknown color: approx Fuchsia. HEX triplet: C6, 31 and C3. RGB value is (198,49,195). Sum of RGB (Red+Green+Blue) = 198+49+195=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C631C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631C3 is #39CE3C. Grayscale: #6D6D6D. Windows color (decimal): -3788349 or 12792262. OLE color: 12792262.

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

Color convert

RGB19849195-
CMYK00.750.020.22
HSL301.21º60.32%48.43%-
HSV(B)301.21º75.25%77.65%-
XYZ34.2418.1453.33-
YUV110.2175.86190.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.80%
GREEN value IS 49 (19.53% from 255) = 11.09%
BLUE value IS 195 (76.56% from 255) = 44.12%
R=44.80%
G=11.09%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984919500.750.020.22301.2160.3248.43
HexC631C304B21612d3c30
Octal3066130301132264557460
Binary1100011011000111000011010010111010110100101101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C631C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C631C3; }

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

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

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

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

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

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

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

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