#C631BD

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

Shades of Fuchsia #C631BD

Tints of Fuchsia #C631BD

Color information

#C631BD (or 0xC631BD) is unknown color: approx Fuchsia. HEX triplet: C6, 31 and BD. RGB value is (198,49,189). Sum of RGB (Red+Green+Blue) = 198+49+189=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C631BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631BD is #39CE42. Grayscale: #6D6D6D. Windows color (decimal): -3788355 or 12399046. OLE color: 12399046.

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

Color convert

RGB19849189-
CMYK00.750.050.22
HSL303.62º60.32%48.43%-
HSV(B)303.62º75.25%77.65%-
XYZ33.5717.8849.83-
YUV109.51172.86191.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.41%
GREEN value IS 49 (19.53% from 255) = 11.24%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=45.41%
G=11.24%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984918900.750.050.22303.6260.3248.43
HexC631BD04B5161303c30
Octal3066127501135264607460
Binary11000110110001101111010100101110110110100110000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C631BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C631BD; }

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

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

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

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

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

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

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

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