#C631AF

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

Shades of Fuchsia #C631AF

Tints of Fuchsia #C631AF

Color information

#C631AF (or 0xC631AF) is unknown color: approx Fuchsia. HEX triplet: C6, 31 and AF. RGB value is (198,49,175). Sum of RGB (Red+Green+Blue) = 198+49+175=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C631AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C631AF is #39CE50. Grayscale: #6B6B6B. Windows color (decimal): -3788369 or 11481542. OLE color: 11481542.

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

Color convert

RGB19849175-
CMYK00.750.120.22
HSL309.26º60.32%48.43%-
HSV(B)309.26º75.25%77.65%-
XYZ32.1217.342.2-
YUV107.92165.86192.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 49 (19.53% from 255) = 11.61%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=46.92%
G=11.61%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984917500.750.120.22309.2660.3248.43
HexC631AF04BC161353c30
Octal30661257011314264657460
Binary110001101100011010111101001011110010110100110101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C631AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C631AF; }

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

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

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

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

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

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

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

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