#C767AC

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

Shades of Fuchsia #C767AC

Tints of Fuchsia #C767AC

Color information

#C767AC (or 0xC767AC) is unknown color: approx Fuchsia. HEX triplet: C7, 67 and AC. RGB value is (199,103,172). Sum of RGB (Red+Green+Blue) = 199+103+172=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C767AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C767AC is #389853. Grayscale: #8B8B8B. Windows color (decimal): -3709012 or 11298759. OLE color: 11298759.

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

Color convert

RGB199103172-
CMYK00.480.140.22
HSL316.88º46.15%59.22%-
HSV(B)316.88º48.24%78.04%-
XYZ35.8524.8241.93-
YUV139.57146.3170.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 103 (40.62% from 255) = 21.73%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=41.98%
G=21.73%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910317200.480.140.22316.8846.1559.22
HexC767AC030E1613d2e3b
Octal30714725406016264755673
Binary110001111100111101011000110000111010110100111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C767AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C767AC; }

 p { color: rgb(199,103,172); }

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

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

 a { background-color: rgb(199,103,172); }

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

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

 span { border-color: rgb(199,103,172); }

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