#C76CAF

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

Shades of Fuchsia #C76CAF

Tints of Fuchsia #C76CAF

Color information

#C76CAF (or 0xC76CAF) is unknown color: approx Fuchsia. HEX triplet: C7, 6C and AF. RGB value is (199,108,175). Sum of RGB (Red+Green+Blue) = 199+108+175=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76CAF is #389350. Grayscale: #8E8E8E. Windows color (decimal): -3707729 or 11496647. OLE color: 11496647.

HSL color Cylindrical-coordinate representation of color #C76CAF: hue angle of 315.82º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76CAF is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB199108175-
CMYK00.460.120.22
HSL315.82º44.83%60.2%-
HSV(B)315.82º45.73%78.04%-
XYZ36.6525.9643.64-
YUV142.85146.15168.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.29%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=41.29%
G=22.41%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910817500.460.120.22315.8244.8360.2
HexC76CAF02EC1613c2d3c
Octal30715425705614264745574
Binary110001111101100101011110101110110010110100111100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76CAF; }

 p { color: rgb(199,108,175); }

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

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

 a { background-color: rgb(199,108,175); }

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

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

 span { border-color: rgb(199,108,175); }

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