#C76ABC

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

Shades of Fuchsia #C76ABC

Tints of Fuchsia #C76ABC

Color information

#C76ABC (or 0xC76ABC) is unknown color: approx Fuchsia. HEX triplet: C7, 6A and BC. RGB value is (199,106,188). Sum of RGB (Red+Green+Blue) = 199+106+188=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C76ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ABC is #389543. Grayscale: #8E8E8E. Windows color (decimal): -3708228 or 12348103. OLE color: 12348103.

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

Color convert

RGB199106188-
CMYK00.470.060.22
HSL307.1º45.37%59.8%-
HSV(B)307.1º46.73%78.04%-
XYZ37.7826.0850.62-
YUV143.15153.31167.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=40.37%
G=21.50%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910618800.470.060.22307.145.3759.8
HexC76ABC02F6161332d3c
Octal3071522740576264635574
Binary11000111110101010111100010111111010110100110011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76ABC; }

 p { color: rgb(199,106,188); }

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

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

 a { background-color: rgb(199,106,188); }

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

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

 span { border-color: rgb(199,106,188); }

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