#C760B1

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

Shades of Fuchsia #C760B1

Tints of Fuchsia #C760B1

Color information

#C760B1 (or 0xC760B1) is unknown color: approx Fuchsia. HEX triplet: C7, 60 and B1. RGB value is (199,96,177). Sum of RGB (Red+Green+Blue) = 199+96+177=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C760B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C760B1 is #389F4E. Grayscale: #878787. Windows color (decimal): -3710799 or 11624647. OLE color: 11624647.

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

Color convert

RGB19996177-
CMYK00.520.110.22
HSL312.82º47.91%57.84%-
HSV(B)312.82º51.76%78.04%-
XYZ35.6723.6844.29-
YUV136.03151.12172.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=42.16%
G=20.34%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999617700.520.110.22312.8247.9157.84
HexC760B1034B16139303a
Octal30714026106413264716072
Binary110001111100000101100010110100101110110100111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C760B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C760B1; }

 p { color: rgb(199,96,177); }

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

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

 a { background-color: rgb(199,96,177); }

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

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

 span { border-color: rgb(199,96,177); }

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