#C760CC

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

Shades of Fuchsia #C760CC

Tints of Fuchsia #C760CC

Color information

#C760CC (or 0xC760CC) is unknown color: approx Fuchsia. HEX triplet: C7, 60 and CC. RGB value is (199,96,204). Sum of RGB (Red+Green+Blue) = 199+96+204=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C760CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760CC is #389F33. Grayscale: #8A8A8A. Windows color (decimal): -3710772 or 13394119. OLE color: 13394119.

HSL color Cylindrical-coordinate representation of color #C760CC: hue angle of 297.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C760CC is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19996204-
CMYK0.020.5300.2
HSL297.22º51.43%58.82%-
HSV(B)297.22º52.94%80%-
XYZ38.6424.8759.89-
YUV139.11164.62170.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.88%
GREEN value IS 96 (37.89% from 255) = 19.24%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=39.88%
G=19.24%
B=40.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal199962040.020.5300.2297.2251.4358.82
HexC760CC235014129333b
Octal3071403142650244516373
Binary1100011111000001100110010110101010100100101001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C760CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C760CC; }

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

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

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

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

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

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

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

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