#C760B4

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

Shades of Fuchsia #C760B4

Tints of Fuchsia #C760B4

Color information

#C760B4 (or 0xC760B4) is unknown color: approx Fuchsia. HEX triplet: C7, 60 and B4. RGB value is (199,96,180). Sum of RGB (Red+Green+Blue) = 199+96+180=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C760B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760B4 is #389F4B. Grayscale: #888888. Windows color (decimal): -3710796 or 11821255. OLE color: 11821255.

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

Color convert

RGB19996180-
CMYK00.520.100.22
HSL311.07º47.91%57.84%-
HSV(B)311.07º51.76%78.04%-
XYZ35.9723.845.88-
YUV136.37152.62172.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=41.89%
G=20.21%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999618000.520.100.22311.0747.9157.84
HexC760B4034A16137303a
Octal30714026406412264676072
Binary110001111100000101101000110100101010110100110111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C760B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C760B4; }

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

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

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

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

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

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

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

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