#C762B8

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

Shades of Fuchsia #C762B8

Tints of Fuchsia #C762B8

Color information

#C762B8 (or 0xC762B8) is unknown color: approx Fuchsia. HEX triplet: C7, 62 and B8. RGB value is (199,98,184). Sum of RGB (Red+Green+Blue) = 199+98+184=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C762B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C762B8 is #389D47. Grayscale: #898989. Windows color (decimal): -3710280 or 12083911. OLE color: 12083911.

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

Color convert

RGB19998184-
CMYK00.510.080.22
HSL308.91º47.42%58.24%-
HSV(B)308.91º50.75%78.04%-
XYZ36.5724.3448.12-
YUV138153.96171.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 98 (38.67% from 255) = 20.37%
BLUE value IS 184 (72.27% from 255) = 38.25%
R=41.37%
G=20.37%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999818400.510.080.22308.9147.4258.24
HexC762B80338161352f3a
Octal30714227006310264655772
Binary110001111100010101110000110011100010110100110101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C762B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C762B8; }

 p { color: rgb(199,98,184); }

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

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

 a { background-color: rgb(199,98,184); }

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

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

 span { border-color: rgb(199,98,184); }

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