#c751be

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

Shades of Fuchsia #C751BE

Tints of Fuchsia #C751BE

Color information

#C751BE (or 0xC751BE) is unknown color: approx Fuchsia. HEX triplet: C7, 51 and BE. RGB value is (199,81,190). Sum of RGB (Red+Green+Blue) = 199+81+190=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C751BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751BE is #38AE41. Grayscale: #808080. Windows color (decimal): -3714626 or 12472775. OLE color: 12472775.

HSL color Cylindrical-coordinate representation of color #C751BE: hue angle of 304.58º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C751BE is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB19981190-
CMYK00.590.050.22
HSL304.58º51.3%54.9%-
HSV(B)304.58º59.3%78.04%-
XYZ35.7921.7451.03-
YUV128.71162.59178.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 81 (32.03% from 255) = 17.23%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=42.34%
G=17.23%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998119000.590.050.22304.5851.354.9
HexC751BE03B5161313337
Octal3071212760735264616367
Binary11000111101000110111110011101110110110100110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c751be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c751be; }

 p { color: rgb(199,81,190); }

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

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

 a { background-color: rgb(199,81,190); }

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

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

 span { border-color: rgb(199,81,190); }

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