#C76ABE

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

Shades of Fuchsia #C76ABE

Tints of Fuchsia #C76ABE

Color information

#C76ABE (or 0xC76ABE) is unknown color: approx Fuchsia. HEX triplet: C7, 6A and BE. RGB value is (199,106,190). Sum of RGB (Red+Green+Blue) = 199+106+190=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C76ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ABE is #389541. Grayscale: #8F8F8F. Windows color (decimal): -3708226 or 12479175. OLE color: 12479175.

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

Color convert

RGB199106190-
CMYK00.470.050.22
HSL305.81º45.37%59.8%-
HSV(B)305.81º46.73%78.04%-
XYZ3826.1751.76-
YUV143.38154.31167.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.20%
GREEN value IS 106 (41.80% from 255) = 21.41%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=40.20%
G=21.41%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910619000.470.050.22305.8145.3759.8
HexC76ABE02F5161322d3c
Octal3071522760575264625574
Binary11000111110101010111110010111110110110100110010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76ABE; }

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

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

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

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

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

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

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

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